
Uses of Enum Class
org.hl7.fhir.r5.model.Specimen.SpecimenCombined
Packages that use Specimen.SpecimenCombined
- 
Uses of Specimen.SpecimenCombined in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type Specimen.SpecimenCombinedModifier and TypeFieldDescriptionprotected Enumeration<Specimen.SpecimenCombined> Specimen.combinedThis element signifies if the specimen is part of a group or pooled.Methods in org.hl7.fhir.r5.model that return Specimen.SpecimenCombinedModifier and TypeMethodDescriptionstatic Specimen.SpecimenCombinedSpecimen.getCombined()static Specimen.SpecimenCombinedReturns the enum constant of this class with the specified name.static Specimen.SpecimenCombined[]Specimen.SpecimenCombined.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.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.SpecimenCombinedEnumFactory.fromType(PrimitiveType<?> code) Specimen.getCombinedElement()Methods in org.hl7.fhir.r5.model with parameters of type Specimen.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.setCombined(Specimen.SpecimenCombined value) Specimen.SpecimenCombinedEnumFactory.toCode(Specimen.SpecimenCombined code) Specimen.SpecimenCombinedEnumFactory.toSystem(Specimen.SpecimenCombined code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Specimen.SpecimenCombinedModifier and TypeMethodDescriptionSpecimen.setCombinedElement(Enumeration<Specimen.SpecimenCombined> value)