Uses of Class
org.projecthusky.communication.ch.camel.chpharm1.requests.query.ChPharmacyDocumentsQuery
Packages that use ChPharmacyDocumentsQuery
Package
Description
-
Uses of ChPharmacyDocumentsQuery in org.projecthusky.communication.ch.camel.chpharm1.requests
Methods in org.projecthusky.communication.ch.camel.chpharm1.requests that return ChPharmacyDocumentsQueryConstructors in org.projecthusky.communication.ch.camel.chpharm1.requests with parameters of type ChPharmacyDocumentsQueryModifierConstructorDescriptionConstructs the request.ChQueryRegistry(ChPharmacyDocumentsQuery query, org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType) Constructs the request. -
Uses of ChPharmacyDocumentsQuery in org.projecthusky.communication.ch.camel.chpharm1.requests.query
Subclasses of ChPharmacyDocumentsQuery in org.projecthusky.communication.ch.camel.chpharm1.requests.queryModifier and TypeClassDescriptionclassRepresents a stored query for FindDispensesQuery (CH:PHARM-1).classRepresents a stored query for FindMedicationAdministrationsQuery (CH:PHARM-1).classRepresents a stored query for FindMedicationCardQuery (CH:PHARM-1).classRepresents a stored query for FindMedicationListQuery (CH:PHARM-1).classRepresents a stored query for FindMedicationTreatmentPlansQuery (CH:PHARM-1).classRepresents a stored query for FindPrescriptionsForDispenseQuery (CH:PHARM-1).classRepresents a stored query for FindPrescriptionsForValidationQuery (CH:PHARM-1).classRepresents a stored query for FindPrescriptionsQuery (CH:PHARM-1).classAbstract stored query for CH:PHARM-1 stable documents queries.Methods in org.projecthusky.communication.ch.camel.chpharm1.requests.query that return types with arguments of type ChPharmacyDocumentsQueryModifier and TypeMethodDescriptionClass<? extends ChPharmacyDocumentsQuery>ChPharm1QueryType.getType() -
Uses of ChPharmacyDocumentsQuery in org.projecthusky.communication.ch.camel.chpharm1.transform.requests.query
Classes in org.projecthusky.communication.ch.camel.chpharm1.transform.requests.query with type parameters of type ChPharmacyDocumentsQueryModifier and TypeClassDescriptionclassBase transformations for all CH:PHARM-1 queries. -
Uses of ChPharmacyDocumentsQuery in org.projecthusky.communication.xdsmhdconversion.converters
Methods in org.projecthusky.communication.xdsmhdconversion.converters that return ChPharmacyDocumentsQueryModifier and TypeMethodDescriptionprotected static ChPharmacyDocumentsQueryChPharm5RequestConverter.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 ChPharmacyDocumentsQueryChPharm5RequestConverter.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.static ChPharmacyDocumentsQueryChPharm5RequestConverter.toChPharmacyDocumentsQuery(org.openehealth.ipf.commons.ihe.fhir.pharm5.Pharm5SearchParameters searchParameters) Converts a PHARM-5 parameters object to aChPharmacyDocumentsQuery.static ChPharmacyDocumentsQueryChPharm5RequestConverter.toChPharmacyDocumentsQuery(ChPharm5FindMedicationCardSearchParameters searchParameters) Converts aChPharm5FindMedicationCardSearchParametersparameters object to aChPharmacyDocumentsQuery.Methods in org.projecthusky.communication.xdsmhdconversion.converters with parameters of type ChPharmacyDocumentsQueryModifier and TypeMethodDescriptionprotected static voidChPharm5RequestConverter.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 voidChPharm5RequestConverter.parseStatusParam(@Nullable ca.uhn.fhir.rest.param.TokenOrListParam statusTokens, ChPharmacyDocumentsQuery query, ChPharm5Operations operation) Parses the query parameter 'status' as a set ofAvailabilityStatusand adds it to the corresponding field of the CH Pharmacy documents query.