
Uses of Enum
org.hl7.fhir.r5.model.Specimen.SpecimenCombined
Packages that use Specimen.SpecimenCombined
-
Uses of Specimen.SpecimenCombined in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Specimen.SpecimenCombinedModifier and TypeFieldDescriptionprotected Enumeration
<Specimen.SpecimenCombined> Specimen.combined
This element signifies if the specimen is part of a group or pooled.Methods in org.hl7.fhir.r5.model that return Specimen.SpecimenCombinedModifier and TypeMethodDescriptionstatic Specimen.SpecimenCombined
Specimen.getCombined()
static Specimen.SpecimenCombined
Returns the enum constant of this type with the specified name.static Specimen.SpecimenCombined[]
Specimen.SpecimenCombined.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Specimen.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.SpecimenCombinedEnumFactory.fromType
(PrimitiveType<?> code) Specimen.getCombinedElement()
Methods in org.hl7.fhir.r5.model with parameters of type Specimen.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.setCombined
(Specimen.SpecimenCombined value) Specimen.SpecimenCombinedEnumFactory.toCode
(Specimen.SpecimenCombined code) Specimen.SpecimenCombinedEnumFactory.toSystem
(Specimen.SpecimenCombined code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Specimen.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.setCombinedElement
(Enumeration<Specimen.SpecimenCombined> value)