Uses of Enum
org.hl7.fhir.r4.model.Narrative.NarrativeStatus
-
Uses of Narrative.NarrativeStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Narrative.NarrativeStatus> Narrative.status
The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.Modifier and TypeMethodDescriptionstatic Narrative.NarrativeStatus
Narrative.getStatus()
static Narrative.NarrativeStatus
Returns the enum constant of this type with the specified name.static Narrative.NarrativeStatus[]
Narrative.NarrativeStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNarrative.NarrativeStatusEnumFactory.fromType
(PrimitiveType<?> code) Narrative.getStatusElement()
Modifier and TypeMethodDescriptionstatic Narrative
Factory.newNarrative
(Narrative.NarrativeStatus status, String html) Narrative.setStatus
(Narrative.NarrativeStatus value) Narrative.NarrativeStatusEnumFactory.toCode
(Narrative.NarrativeStatus code) Narrative.NarrativeStatusEnumFactory.toSystem
(Narrative.NarrativeStatus code) Modifier and TypeMethodDescriptionNarrative.setStatusElement
(Enumeration<Narrative.NarrativeStatus> value) ModifierConstructorDescriptionNarrative
(Enumeration<Narrative.NarrativeStatus> status, org.hl7.fhir.utilities.xhtml.XhtmlNode div) Constructor