Uses of Class
org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5Operations
-
Packages that use Pharm5Operations Package Description org.openehealth.ipf.commons.ihe.fhir.pharm5 -
-
Uses of Pharm5Operations in org.openehealth.ipf.commons.ihe.fhir.pharm5
Methods in org.openehealth.ipf.commons.ihe.fhir.pharm5 that return Pharm5Operations Modifier and Type Method Description Pharm5OperationsPharm5SearchParameters. getOperation()static Pharm5OperationsPharm5Operations. valueOf(String name)Returns the enum constant of this type with the specified name.static Pharm5Operations[]Pharm5Operations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.fhir.pharm5 with parameters of type Pharm5Operations Modifier and Type Method Description Pharm5SearchParameters.Pharm5SearchParametersBuilderPharm5SearchParameters.Pharm5SearchParametersBuilder. operation(Pharm5Operations operation)voidPharm5SearchParameters. setOperation(Pharm5Operations operation)Constructors in org.openehealth.ipf.commons.ihe.fhir.pharm5 with parameters of type Pharm5Operations Constructor Description Pharm5SearchParameters(ca.uhn.fhir.rest.param.TokenParam patientIdentifier, ca.uhn.fhir.rest.param.DateRangeParam date, ca.uhn.fhir.rest.param.StringParam authorFamilyName, ca.uhn.fhir.rest.param.StringParam authorGivenName, ca.uhn.fhir.rest.param.TokenParam identifier, ca.uhn.fhir.rest.param.TokenOrListParam status, ca.uhn.fhir.rest.param.TokenOrListParam setting, ca.uhn.fhir.rest.param.DateRangeParam period, ca.uhn.fhir.rest.param.TokenOrListParam facility, ca.uhn.fhir.rest.param.TokenOrListParam event, ca.uhn.fhir.rest.param.TokenOrListParam securityLabel, ca.uhn.fhir.rest.param.TokenOrListParam format, Pharm5Operations operation, ca.uhn.fhir.rest.api.SortSpec sortSpec, Set<ca.uhn.fhir.model.api.Include> includeSpec, ca.uhn.fhir.context.FhirContext fhirContext)
-