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

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

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

import ca.uhn.hl7v2.hoh.encoder.ResponseCode;

/**
 * 

* Response message to be returned by a server application. *

*/ public interface IResponseSendable extends ISendable { ResponseCode getResponseCode(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy