Package ca.uhn.hl7v2.protocol
Class MetadataKeys
java.lang.Object
ca.uhn.hl7v2.protocol.MetadataKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage control ID (MSH-10)static final StringContains the raw message as it was receivedstatic final StringProvides the IP of the sending system for a given messagestatic final StringProvides the port of the sending system for a given message -
Method Summary
-
Field Details
-
IN_RAW_MESSAGE
Contains the raw message as it was received- See Also:
-
IN_MESSAGE_CONTROL_ID
Message control ID (MSH-10)- See Also:
-
IN_SENDING_IP
Provides the IP of the sending system for a given message- See Also:
-
IN_SENDING_PORT
Provides the port of the sending system for a given message- See Also:
-