Uses of Enum
org.hl7.fhir.r5.model.Specimen.SpecimenCombined
-
Uses of Specimen.SpecimenCombined in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Specimen.SpecimenCombined> Specimen.combined
This element signifies if the specimen is part of a group or pooled.Modifier 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.Modifier and TypeMethodDescriptionSpecimen.SpecimenCombinedEnumFactory.fromType
(PrimitiveType<?> code) Specimen.getCombinedElement()
Modifier and TypeMethodDescriptionSpecimen.setCombined
(Specimen.SpecimenCombined value) Specimen.SpecimenCombinedEnumFactory.toCode
(Specimen.SpecimenCombined code) Specimen.SpecimenCombinedEnumFactory.toSystem
(Specimen.SpecimenCombined code) Modifier and TypeMethodDescriptionSpecimen.setCombinedElement
(Enumeration<Specimen.SpecimenCombined> value)