riv.clinicalprocess.healthcond.actoutcome.getimagingoutcome._1.rivtabp21.GetImagingOutcomeResponderInterface Maven / Gradle / Ivy
package riv.clinicalprocess.healthcond.actoutcome.getimagingoutcome._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:15.010+02:00
* Generated source version: 3.0.1
*
*/
@WebService(targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcome:1:rivtabp21", name = "GetImagingOutcomeResponderInterface")
@XmlSeeAlso({riv.clinicalprocess.healthcond.actoutcome.enums._3.ObjectFactory.class, riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1.ObjectFactory.class, riv.clinicalprocess.healthcond.actoutcome._3.ObjectFactory.class, riv.itintegration.registry._1.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface GetImagingOutcomeResponderInterface {
@WebResult(name = "GetImagingOutcomeResponse", targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1", partName = "parameters")
@WebMethod(operationName = "GetImagingOutcome", action = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1:GetImagingOutcome")
public riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1.GetImagingOutcomeResponseType getImagingOutcome(
@WebParam(partName = "LogicalAddress", name = "LogicalAddress", targetNamespace = "urn:riv:itintegration:registry:1", header = true)
java.lang.String logicalAddress,
@WebParam(partName = "parameters", name = "GetImagingOutcome", targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcomeResponder:1")
riv.clinicalprocess.healthcond.actoutcome.getimagingoutcomeresponder._1.GetImagingOutcomeType parameters
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy