![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
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.status
A 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 type with the specified name.static Substance.FHIRSubstanceStatus[]
Substance.FHIRSubstanceStatus.values()
Returns an array containing the constants of this enum type, 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)