Uses of Enum
org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5Operations
Packages that use Pharm5Operations
-
Uses of Pharm5Operations in org.openehealth.ipf.commons.ihe.fhir.pharm5
Methods in org.openehealth.ipf.commons.ihe.fhir.pharm5 that return Pharm5OperationsModifier and TypeMethodDescriptionPharm5SearchParameters.getOperation()static Pharm5OperationsReturns 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 Pharm5OperationsModifier and TypeMethodDescriptionPharm5SearchParameters.Pharm5SearchParametersBuilder.operation(Pharm5Operations operation) voidPharm5SearchParameters.setOperation(Pharm5Operations operation) Constructors in org.openehealth.ipf.commons.ihe.fhir.pharm5 with parameters of type Pharm5OperationsModifierConstructorDescriptionPharm5SearchParameters(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)