
Uses of Enum Class
org.hl7.fhir.dstu3.model.Specimen.SpecimenStatus
Packages that use Specimen.SpecimenStatus
-
Uses of Specimen.SpecimenStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Specimen.SpecimenStatusModifier and TypeFieldDescriptionprotected Enumeration
<Specimen.SpecimenStatus> Specimen.status
The availability of the specimen.Methods in org.hl7.fhir.dstu3.model that return Specimen.SpecimenStatusModifier and TypeMethodDescriptionstatic Specimen.SpecimenStatus
Specimen.getStatus()
static Specimen.SpecimenStatus
Returns the enum constant of this class with the specified name.static Specimen.SpecimenStatus[]
Specimen.SpecimenStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Specimen.SpecimenStatusModifier and TypeMethodDescriptionSpecimen.SpecimenStatusEnumFactory.fromType
(PrimitiveType<?> code) Specimen.getStatusElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Specimen.SpecimenStatusModifier and TypeMethodDescriptionSpecimen.setStatus
(Specimen.SpecimenStatus value) Specimen.SpecimenStatusEnumFactory.toCode
(Specimen.SpecimenStatus code) Specimen.SpecimenStatusEnumFactory.toSystem
(Specimen.SpecimenStatus code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Specimen.SpecimenStatusModifier and TypeMethodDescriptionSpecimen.setStatusElement
(Enumeration<Specimen.SpecimenStatus> value)