
Uses of Enum Class
org.hl7.fhir.r4.model.Narrative.NarrativeStatus
Packages that use Narrative.NarrativeStatus
-
Uses of Narrative.NarrativeStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Narrative.NarrativeStatusModifier and TypeFieldDescriptionprotected Enumeration<Narrative.NarrativeStatus> Narrative.statusThe 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.Methods in org.hl7.fhir.r4.model that return Narrative.NarrativeStatusModifier and TypeMethodDescriptionstatic Narrative.NarrativeStatusNarrative.getStatus()static Narrative.NarrativeStatusReturns the enum constant of this class with the specified name.static Narrative.NarrativeStatus[]Narrative.NarrativeStatus.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 Narrative.NarrativeStatusModifier and TypeMethodDescriptionNarrative.NarrativeStatusEnumFactory.fromType(PrimitiveType<?> code) Narrative.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Narrative.NarrativeStatusModifier and TypeMethodDescriptionstatic NarrativeFactory.newNarrative(Narrative.NarrativeStatus status, String html) Narrative.setStatus(Narrative.NarrativeStatus value) Narrative.NarrativeStatusEnumFactory.toCode(Narrative.NarrativeStatus code) Narrative.NarrativeStatusEnumFactory.toSystem(Narrative.NarrativeStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Narrative.NarrativeStatusModifier and TypeMethodDescriptionNarrative.setStatusElement(Enumeration<Narrative.NarrativeStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Narrative.NarrativeStatusModifierConstructorDescriptionNarrative(Enumeration<Narrative.NarrativeStatus> status, org.hl7.fhir.utilities.xhtml.XhtmlNode div) Constructor