Message class
A complete HL7v2 message.
See Introduction to HL7 Standards for details on the standard.
Constructors
Properties
- createTime ↔ String?
-
The datetime when the message was created.
getter/setter pair
- data ↔ String?
-
Raw message bytes.
getter/setter pair
-
dataAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-supplied key-value pairs used to organize HL7v2 stores.
getter/setter pair
- messageType ↔ String?
-
The message type for this message.
getter/setter pair
- name ↔ String?
-
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}
.getter/setter pair - parsedData ↔ ParsedData?
-
The parsed version of the raw message data.
getter/setter pair
-
patientIds
↔ List<
PatientId> ? -
All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this
message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schematizedData ↔ SchematizedData?
-
The parsed version of the raw message data schematized according to this
store's schemas and type definitions.
getter/setter pair
- sendFacility ↔ String?
-
The hospital that this message came from.
getter/setter pair
- sendTime ↔ String?
-
The datetime the sending application sent this message.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited