All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.protocol.MetadataKeys Maven / Gradle / Ivy

package ca.uhn.hl7v2.protocol;


public class MetadataKeys {

	private MetadataKeys() {
		// nothing
	}
	
	/**
	 * Contains the raw message as it was received
	 */
	public static final String IN_RAW_MESSAGE = "raw-message";

	/**
	 * Message control ID (MSH-10)
	 */
	public static final String IN_MESSAGE_CONTROL_ID = "/MSH-10";
	
    /**
	 * Provides the IP of the sending system for a given message
	 */
	public static final String IN_SENDING_IP = "SENDING_IP";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy