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

riv.ehr.patientsummary.getehrextract._1.rivtabp21.GetEhrExtractResponderInterface Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package riv.ehr.patientsummary.getehrextract._1.rivtabp21;

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;

/**
 * This class was generated by Apache CXF 3.0.1
 * 2015-08-19T10:24:14.577+02:00
 * Generated source version: 3.0.1
 * 
 */
@WebService(targetNamespace = "urn:riv:ehr:patientsummary:GetEhrExtract:1:rivtabp21", name = "GetEhrExtractResponderInterface")
@XmlSeeAlso({riv.itintegration.registry._1.ObjectFactory.class, riv.ehr.patientsummary._1.ObjectFactory.class, riv.ehr.patientsummary.getehrextractresponder._1.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface GetEhrExtractResponderInterface {

    @WebResult(name = "GetEhrExtractResponse", targetNamespace = "urn:riv:ehr:patientsummary:GetEhrExtractResponder:1", partName = "parameters")
    @WebMethod(operationName = "GetEhrExtract", action = "urn:riv:ehr:patientsummary:GetEhrExtractResponder:1:GetEhrExtract")
    public riv.ehr.patientsummary.getehrextractresponder._1.GetEhrExtractResponseType getEhrExtract(
        @WebParam(partName = "LogicalAddress", name = "LogicalAddress", targetNamespace = "urn:riv:itintegration:registry:1", header = true)
        java.lang.String logicalAddress,
        @WebParam(partName = "parameters", name = "GetEhrExtract", targetNamespace = "urn:riv:ehr:patientsummary:GetEhrExtractResponder:1")
        riv.ehr.patientsummary.getehrextractresponder._1.GetEhrExtractType parameters
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy