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

ca.uhn.hl7v2.hoh.api.IReceivable Maven / Gradle / Ivy

The newest version!
package ca.uhn.hl7v2.hoh.api;

import java.util.Map;

public interface IReceivable {

	/**
	 * Returns the message itself
	 */
	T getMessage();
	
	/**
	 * Returns a map containing other metadata about the message.
	 */
	Map getMetadata();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy