Uses of Enum
org.hl7.fhir.r5.model.Narrative.NarrativeStatus
Packages that use Narrative.NarrativeStatus
-
Uses of Narrative.NarrativeStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Narrative.NarrativeStatusModifier and TypeMethodDescriptionstatic Narrative.NarrativeStatusNarrative.getStatus()static Narrative.NarrativeStatusReturns 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Narrative.NarrativeStatusMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type Narrative.NarrativeStatusModifier and TypeMethodDescriptionNarrative.setStatusElement(Enumeration<Narrative.NarrativeStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type Narrative.NarrativeStatusModifierConstructorDescriptionNarrative(Narrative.NarrativeStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode div) Constructor -
Uses of Narrative.NarrativeStatus in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type Narrative.NarrativeStatusModifier and TypeMethodDescriptionstatic voidResourceRenderer.inject(DomainResource r, org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) -
Uses of Narrative.NarrativeStatus in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils with parameters of type Narrative.NarrativeStatusModifier and TypeMethodDescriptionvoidBaseWrappers.ResourceWrapper.injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) voidDirectWrappers.ResourceWrapperDirect.injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) voidDOMWrappers.ResourceWrapperElement.injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) voidElementWrappers.ResourceWrapperMetaElement.injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status)