
Uses of Enum Class
org.hl7.fhir.r4.model.Substance.FHIRSubstanceStatus
Packages that use Substance.FHIRSubstanceStatus
-
Uses of Substance.FHIRSubstanceStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Substance.FHIRSubstanceStatusModifier and TypeFieldDescriptionprotected Enumeration<Substance.FHIRSubstanceStatus> Substance.statusA code to indicate if the substance is actively used.Methods in org.hl7.fhir.r4.model that return Substance.FHIRSubstanceStatusModifier and TypeMethodDescriptionSubstance.getStatus()Returns the enum constant of this class with the specified name.static Substance.FHIRSubstanceStatus[]Substance.FHIRSubstanceStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Substance.FHIRSubstanceStatusModifier and TypeMethodDescriptionSubstance.FHIRSubstanceStatusEnumFactory.fromType(PrimitiveType<?> code) Substance.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Substance.FHIRSubstanceStatusModifier and TypeMethodDescriptionSubstance.setStatus(Substance.FHIRSubstanceStatus value) Substance.FHIRSubstanceStatusEnumFactory.toCode(Substance.FHIRSubstanceStatus code) Substance.FHIRSubstanceStatusEnumFactory.toSystem(Substance.FHIRSubstanceStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Substance.FHIRSubstanceStatusModifier and TypeMethodDescriptionSubstance.setStatusElement(Enumeration<Substance.FHIRSubstanceStatus> value)