
Uses of Enum Class
org.hl7.fhir.r5.model.Specimen.SpecimenStatus
Packages that use Specimen.SpecimenStatus
-
Uses of Specimen.SpecimenStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Specimen.SpecimenStatusModifier and TypeFieldDescriptionprotected Enumeration<Specimen.SpecimenStatus> Specimen.statusThe availability of the specimen.Methods in org.hl7.fhir.r5.model that return Specimen.SpecimenStatusModifier and TypeMethodDescriptionstatic Specimen.SpecimenStatusSpecimen.getStatus()static Specimen.SpecimenStatusReturns 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.r5.model that return types with arguments of type Specimen.SpecimenStatusModifier and TypeMethodDescriptionSpecimen.SpecimenStatusEnumFactory.fromType(PrimitiveType<?> code) Specimen.getStatusElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type Specimen.SpecimenStatusModifier and TypeMethodDescriptionSpecimen.setStatusElement(Enumeration<Specimen.SpecimenStatus> value)