
Enum Class V3QueryParameterValue
- All Implemented Interfaces:
- Serializable,- Comparable<V3QueryParameterValue>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryModifier and TypeMethodDescriptionstatic V3QueryParameterValuetoCode()static V3QueryParameterValueReturns the enum constant of this class with the specified name.static V3QueryParameterValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
_DISPENSEQUERYFILTERCODEDescription:Filter codes used to manage volume of dispenses returned by a parameter-based queries.
- 
ALLDISPDescription:Returns all dispenses to date for a prescription.
- 
LASTDISPDescription:Returns the most recent dispense for a prescription.
- 
NODISPDescription:Returns no dispense for a prescription.
- 
_ORDERFILTERCODEFilter codes used to manage types of orders being returned by a parameter-based query.
- 
AOReturn all orders.
- 
ONRReturn only those orders that do not have results.
- 
OWRReturn only those orders that have results.
- 
_PRESCRIPTIONDISPENSEFILTERCODEA "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.
- 
CFilter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed.
- 
NFilter to only include SubstanceAdministration orders which have no fulfilling supply events performed.
- 
RFilter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized.
- 
_QUERYPARAMETERVALUEDescription:Indicates how result sets should be filtered based on whether they have associated issues.
- 
ISSFADescription:Result set should not be filtered based on the presence of issues.
- 
ISSFIDescription:Result set should be filtered to only include records with associated issues.
- 
ISSFUDescription:Result set should be filtered to only include records with associated unmanaged issues.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static V3QueryParameterValue fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-