Uses of Enum
org.hl7.fhir.r4.model.Substance.FHIRSubstanceStatus
-
Uses of Substance.FHIRSubstanceStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Substance.FHIRSubstanceStatus> Substance.status
A code to indicate if the substance is actively used.Modifier 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.Modifier and TypeMethodDescriptionSubstance.FHIRSubstanceStatusEnumFactory.fromType
(PrimitiveType<?> code) Substance.getStatusElement()
Modifier and TypeMethodDescriptionSubstance.setStatus
(Substance.FHIRSubstanceStatus value) Substance.FHIRSubstanceStatusEnumFactory.toCode
(Substance.FHIRSubstanceStatus code) Substance.FHIRSubstanceStatusEnumFactory.toSystem
(Substance.FHIRSubstanceStatus code) Modifier and TypeMethodDescriptionSubstance.setStatusElement
(Enumeration<Substance.FHIRSubstanceStatus> value)