Uses of Enum Class
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 class with the specified name.static Pharm5Operations[]Pharm5Operations.values()Returns an array containing the constants of this enum class, 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(TokenParam patientIdentifier, DateRangeParam date, StringParam authorFamilyName, StringParam authorGivenName, TokenParam identifier, TokenOrListParam status, TokenOrListParam setting, DateRangeParam period, TokenOrListParam facility, TokenOrListParam event, TokenOrListParam securityLabel, TokenOrListParam format, Pharm5Operations operation, SortSpec sortSpec, Set<Include> includeSpec, FhirContext fhirContext)