Uses of Enum
org.hl7.fhir.r4.model.Specimen.SpecimenStatus
-
Uses of Specimen.SpecimenStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Specimen.SpecimenStatus> Specimen.status
The availability of the specimen.Modifier and TypeMethodDescriptionstatic Specimen.SpecimenStatus
Specimen.getStatus()
static Specimen.SpecimenStatus
Returns the enum constant of this type with the specified name.static Specimen.SpecimenStatus[]
Specimen.SpecimenStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSpecimen.SpecimenStatusEnumFactory.fromType
(PrimitiveType<?> code) Specimen.getStatusElement()
Modifier and TypeMethodDescriptionSpecimen.setStatus
(Specimen.SpecimenStatus value) Specimen.SpecimenStatusEnumFactory.toCode
(Specimen.SpecimenStatus code) Specimen.SpecimenStatusEnumFactory.toSystem
(Specimen.SpecimenStatus code) Modifier and TypeMethodDescriptionSpecimen.setStatusElement
(Enumeration<Specimen.SpecimenStatus> value)