Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AuthRequest
-
Packages that use AuthRequest Package Description org.openehealth.ipf.commons.ihe.hpd.stub.chpidd org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of AuthRequest in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd declared as AuthRequest Modifier and Type Field Description protected AuthRequestDownloadRequest. authRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd that return AuthRequest Modifier and Type Method Description AuthRequestDownloadRequest. getAuthRequest()Gets the value of the authRequest property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd with parameters of type AuthRequest Modifier and Type Method Description voidDownloadRequest. setAuthRequest(AuthRequest value)Sets the value of the authRequest property. -
Uses of AuthRequest in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as AuthRequest Modifier and Type Field Description protected AuthRequestBatchRequest. authRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return AuthRequest Modifier and Type Method Description AuthRequestObjectFactory. createAuthRequest()Create an instance ofAuthRequestAuthRequestBatchRequest. getAuthRequest()Gets the value of the authRequest property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type AuthRequest Modifier and Type Method Description voidBatchRequest. setAuthRequest(AuthRequest value)Sets the value of the authRequest property.
-