Enum V3QueryParameterValue
- All Implemented Interfaces:
Serializable
,Comparable<V3QueryParameterValue>
-
Enum Constant Summary
Enum ConstantDescriptionDescription:Filter codes used to manage volume of dispenses returned by a parameter-based queries.Filter codes used to manage types of orders being returned by a parameter-based query.A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.Description:Indicates how result sets should be filtered based on whether they have associated issues.Description:Returns all dispenses to date for a prescription.Return all orders.Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed.Description:Result set should not be filtered based on the presence of issues.Description:Result set should be filtered to only include records with associated issues.Description:Result set should be filtered to only include records with associated unmanaged issues.Description:Returns the most recent dispense for a prescription.Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed.Description:Returns no dispense for a prescription.added to help the parsersReturn only those orders that do not have results.Return only those orders that have results.Filter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3QueryParameterValue
toCode()
static V3QueryParameterValue
Returns the enum constant of this type with the specified name.static V3QueryParameterValue[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_DISPENSEQUERYFILTERCODE
Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries. -
ALLDISP
Description:Returns all dispenses to date for a prescription. -
LASTDISP
Description:Returns the most recent dispense for a prescription. -
NODISP
Description:Returns no dispense for a prescription. -
_ORDERFILTERCODE
Filter codes used to manage types of orders being returned by a parameter-based query. -
AO
Return all orders. -
ONR
Return only those orders that do not have results. -
OWR
Return only those orders that have results. -
_PRESCRIPTIONDISPENSEFILTERCODE
A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed. -
C
Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed. -
N
Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed. -
R
Filter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized. -
_QUERYPARAMETERVALUE
Description:Indicates how result sets should be filtered based on whether they have associated issues. -
ISSFA
Description:Result set should not be filtered based on the presence of issues. -
ISSFI
Description:Result set should be filtered to only include records with associated issues. -
ISSFU
Description:Result set should be filtered to only include records with associated unmanaged issues. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static V3QueryParameterValue fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-