contentStructure property

String? contentStructure
getter/setter pair

The format of the exported HL7v2 message files. Possible string values are:

  • "CONTENT_STRUCTURE_UNSPECIFIED" : If the content structure is not specified, the default value MESSAGE_JSON will be used.
  • "MESSAGE_JSON" : Messages are printed using the JSON format returned from the GetMessage API. Messages are delimited with newlines.

Implementation

core.String? contentStructure;