Interface CAREENTRY

All Superinterfaces:
CONTENTITEM, ENTRY, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ACTION, EVALUATION, INSTRUCTION, OBSERVATION
All Known Implementing Classes:
ACTIONImpl, CAREENTRYImpl, EVALUATIONImpl, INSTRUCTIONImpl, OBSERVATIONImpl

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

    • type

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

    • getProtocol

      ITEMSTRUCTURE getProtocol()
      Gets the "protocol" element
    • isSetProtocol

      boolean isSetProtocol()
      True if has "protocol" element
    • setProtocol

      void setProtocol(ITEMSTRUCTURE protocol)
      Sets the "protocol" element
    • addNewProtocol

      ITEMSTRUCTURE addNewProtocol()
      Appends and returns a new empty "protocol" element
    • unsetProtocol

      void unsetProtocol()
      Unsets the "protocol" element
    • getGuidelineId

      OBJECTREF getGuidelineId()
      Gets the "guideline_id" element
    • isSetGuidelineId

      boolean isSetGuidelineId()
      True if has "guideline_id" element
    • setGuidelineId

      void setGuidelineId(OBJECTREF guidelineId)
      Sets the "guideline_id" element
    • addNewGuidelineId

      OBJECTREF addNewGuidelineId()
      Appends and returns a new empty "guideline_id" element
    • unsetGuidelineId

      void unsetGuidelineId()
      Unsets the "guideline_id" element