Uses of Class
org.hl7.fhir.dstu2.model.Specimen.SpecimenStatus
-
Packages that use Specimen.SpecimenStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Specimen.SpecimenStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Specimen.SpecimenStatus Modifier and Type Field Description protected Enumeration<Specimen.SpecimenStatus>Specimen. statusThe availability of the specimen.Methods in org.hl7.fhir.dstu2.model that return Specimen.SpecimenStatus Modifier and Type Method Description static Specimen.SpecimenStatusSpecimen.SpecimenStatus. fromCode(String codeString)Specimen.SpecimenStatusSpecimen.SpecimenStatusEnumFactory. fromCode(String codeString)Specimen.SpecimenStatusSpecimen. getStatus()static Specimen.SpecimenStatusSpecimen.SpecimenStatus. valueOf(String name)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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Specimen.SpecimenStatus Modifier and Type Method Description Enumeration<Specimen.SpecimenStatus>Specimen.SpecimenStatusEnumFactory. fromType(Base code)Enumeration<Specimen.SpecimenStatus>Specimen. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Specimen.SpecimenStatus Modifier and Type Method Description SpecimenSpecimen. setStatus(Specimen.SpecimenStatus value)StringSpecimen.SpecimenStatusEnumFactory. toCode(Specimen.SpecimenStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Specimen.SpecimenStatus Modifier and Type Method Description SpecimenSpecimen. setStatusElement(Enumeration<Specimen.SpecimenStatus> value)
-