Uses of Class
org.linuxforhealth.fhir.search.TotalValueSet
-
Packages that use TotalValueSet Package Description org.linuxforhealth.fhir.search org.linuxforhealth.fhir.search.context org.linuxforhealth.fhir.search.context.impl -
-
Uses of TotalValueSet in org.linuxforhealth.fhir.search
Methods in org.linuxforhealth.fhir.search that return TotalValueSet Modifier and Type Method Description static TotalValueSet
TotalValueSet. from(java.lang.String value)
static TotalValueSet
TotalValueSet. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TotalValueSet[]
TotalValueSet. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TotalValueSet in org.linuxforhealth.fhir.search.context
Methods in org.linuxforhealth.fhir.search.context that return TotalValueSet Modifier and Type Method Description TotalValueSet
FHIRSearchContext. getTotalParameter()
Get the total parameter.Methods in org.linuxforhealth.fhir.search.context with parameters of type TotalValueSet Modifier and Type Method Description void
FHIRSearchContext. setTotalParameter(TotalValueSet total)
Set the value of the total parameter. -
Uses of TotalValueSet in org.linuxforhealth.fhir.search.context.impl
Methods in org.linuxforhealth.fhir.search.context.impl that return TotalValueSet Modifier and Type Method Description TotalValueSet
FHIRSearchContextImpl. getTotalParameter()
Methods in org.linuxforhealth.fhir.search.context.impl with parameters of type TotalValueSet Modifier and Type Method Description void
FHIRSearchContextImpl. setTotalParameter(TotalValueSet total)
-