GetMessageResult

data class GetMessageResult(val createTime: String, val data: String, val labels: Map<String, String>, val messageType: String, val name: String, val parsedData: ParsedDataResponse, val patientIds: List<PatientIdResponse>, val schematizedData: SchematizedDataResponse, val sendFacility: String, val sendTime: String)

Constructors

Link copied to clipboard
fun GetMessageResult(createTime: String, data: String, labels: Map<String, String>, messageType: String, name: String, parsedData: ParsedDataResponse, patientIds: List<PatientIdResponse>, schematizedData: SchematizedDataResponse, sendFacility: String, sendTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The datetime when the message was created. Set by the server.

Link copied to clipboard

Raw message bytes.

Link copied to clipboard

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}\p{N}_-{0,63} No more than 64 labels can be associated with a given store.

Link copied to clipboard

The message type for this message. MSH-9.1.

Link copied to clipboard

Resource name of the Message, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}. Assigned by the server.

Link copied to clipboard

The parsed version of the raw message data.

Link copied to clipboard

All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.

Link copied to clipboard

The parsed version of the raw message data schematized according to this store's schemas and type definitions.

Link copied to clipboard

The hospital that this message came from. MSH-4.

Link copied to clipboard

The datetime the sending application sent this message. MSH-7.