Uses of Enum Class
org.projecthusky.communication.ch.camel.chpharm5.ChPharm5Operations
Packages that use ChPharm5Operations
Package
Description
husky
-
Uses of ChPharm5Operations in org.projecthusky.communication.ch.camel.chpharm5
Methods in org.projecthusky.communication.ch.camel.chpharm5 that return ChPharm5OperationsModifier and TypeMethodDescriptionstatic @Nullable ChPharm5Operations
ChPharm5Operations.fromOperation
(String operation) static ChPharm5Operations
ChPharm5Operations.fromPharm5Operation
(org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5Operations pharm5Operation) static ChPharm5Operations
Returns the enum constant of this class with the specified name.static ChPharm5Operations[]
ChPharm5Operations.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChPharm5Operations in org.projecthusky.communication.ch.camel.chpharm5.requests
Methods in org.projecthusky.communication.ch.camel.chpharm5.requests that return ChPharm5OperationsModifier and TypeMethodDescriptionChPharm5FindMedicationCardSearchParameters.getChPharm5Operation()
-
Uses of ChPharm5Operations in org.projecthusky.communication.xdsmhdconversion.converters
Methods in org.projecthusky.communication.xdsmhdconversion.converters with parameters of type ChPharm5OperationsModifier and TypeMethodDescriptionprotected static ChPharmacyDocumentsQuery
ChPharm5RequestConverter.convertMedicationListQuery
(ChFindMedicationListQuery query, org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5SearchParameters searchParams, ChPharm5Operations operation) Fills the criteria that are specific to the FindMedicationList operation.protected static ChPharmacyDocumentsQuery
ChPharm5RequestConverter.convertStableQuery
(ChPharmacyStableDocumentsQuery query, org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5SearchParameters searchParams, ChPharm5Operations operation) Fills the criteria that are specific to the stable documents query operations (e.g.protected static void
ChPharm5RequestConverter.ensureNotNull
(@Nullable Object parameter, String parameterName, ChPharm5Operations operation) Enforces non-null validation on a parameter.protected static void
ChPharm5RequestConverter.fillCommonChPharmacyDocumentsQueryInfo
(ChPharmacyDocumentsQuery query, org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5SearchParameters searchParams, ChPharm5Operations operation) Fills the criteria that is common to all PHARM queries.protected static void
ChPharm5RequestConverter.parseStatusParam
(@Nullable ca.uhn.fhir.rest.param.TokenOrListParam statusTokens, ChPharmacyDocumentsQuery query, ChPharm5Operations operation) Parses the query parameter 'status' as a set ofAvailabilityStatus
and adds it to the corresponding field of the CH Pharmacy documents query.