Uses of Enum Class
org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5Operations
-
Uses of Pharm5Operations in org.openehealth.ipf.commons.ihe.fhir.pharm5
Modifier and TypeMethodDescriptionPharm5SearchParameters.getOperation()
static Pharm5Operations
Returns 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.Modifier and TypeMethodDescriptionPharm5SearchParameters.Pharm5SearchParametersBuilder.operation
(Pharm5Operations operation) void
Pharm5SearchParameters.setOperation
(Pharm5Operations operation) ModifierConstructorDescriptionPharm5SearchParameters
(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)