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 Detail

      • type

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

      • 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