Class BaseNarrative

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.ICompositeType, org.hl7.fhir.instance.model.api.INarrative
Direct Known Subclasses:
Narrative

public abstract class BaseNarrative extends DataType implements org.hl7.fhir.instance.model.api.INarrative
See Also:
  • Constructor Details

  • Method Details

    • setDivAsString

      public void setDivAsString(String theString)
      Sets the value of
      Specified by:
      setDivAsString in interface org.hl7.fhir.instance.model.api.INarrative
      Parameters:
      theString -
      Throws:
      Exception
    • setDiv

      protected abstract BaseNarrative setDiv(org.hl7.fhir.utilities.xhtml.XhtmlNode theDiv)
    • getDivAsString

      Specified by:
      getDivAsString in interface org.hl7.fhir.instance.model.api.INarrative
    • getDiv

      protected abstract org.hl7.fhir.utilities.xhtml.XhtmlNode getDiv()
    • getStatusElement

      public abstract Enumeration<?> getStatusElement()
    • setStatusAsString

      public org.hl7.fhir.instance.model.api.INarrative setStatusAsString(String theString)
      Specified by:
      setStatusAsString in interface org.hl7.fhir.instance.model.api.INarrative
    • getStatusAsString

      Specified by:
      getStatusAsString in interface org.hl7.fhir.instance.model.api.INarrative