Interface OBSERVATION

All Superinterfaces:
CAREENTRY, CONTENTITEM, ENTRY, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OBSERVATIONImpl

public interface OBSERVATION extends CAREENTRY
An XML OBSERVATION(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getData

      HISTORY getData()
      Gets the "data" element
    • setData

      void setData(HISTORY data)
      Sets the "data" element
    • addNewData

      HISTORY addNewData()
      Appends and returns a new empty "data" element
    • getState

      HISTORY getState()
      Gets the "state" element
    • isSetState

      boolean isSetState()
      True if has "state" element
    • setState

      void setState(HISTORY state)
      Sets the "state" element
    • addNewState

      HISTORY addNewState()
      Appends and returns a new empty "state" element
    • unsetState

      void unsetState()
      Unsets the "state" element