Interface ENTRY

All Superinterfaces:
Archetyped, ContentItem, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ACTION, ADMINENTRY, EVALUATION, INSTRUCTION, OBSERVATION
All Known Implementing Classes:
ACTIONImpl, ADMINENTRYImpl, ENTRYImpl, EVALUATIONImpl, INSTRUCTIONImpl, OBSERVATIONImpl

public interface ENTRY extends ContentItem
An XML ENTRY(@openEHR/v1/Template). This is a complex type.
  • Field Details

    • type

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

    • getSubjectOfCare

      TextConstraint getSubjectOfCare()
      Gets the "SubjectOfCare" element
    • isSetSubjectOfCare

      boolean isSetSubjectOfCare()
      True if has "SubjectOfCare" element
    • setSubjectOfCare

      void setSubjectOfCare(TextConstraint subjectOfCare)
      Sets the "SubjectOfCare" element
    • addNewSubjectOfCare

      TextConstraint addNewSubjectOfCare()
      Appends and returns a new empty "SubjectOfCare" element
    • unsetSubjectOfCare

      void unsetSubjectOfCare()
      Unsets the "SubjectOfCare" element
    • getOtherParticipationArray

      PARTICIPATION[] getOtherParticipationArray()
      Gets array of all "other_participation" elements
    • getOtherParticipationArray

      PARTICIPATION getOtherParticipationArray(int i)
      Gets ith "other_participation" element
    • sizeOfOtherParticipationArray

      int sizeOfOtherParticipationArray()
      Returns number of "other_participation" element
    • setOtherParticipationArray

      void setOtherParticipationArray(PARTICIPATION[] otherParticipationArray)
      Sets array of all "other_participation" element
    • setOtherParticipationArray

      void setOtherParticipationArray(int i, PARTICIPATION otherParticipation)
      Sets ith "other_participation" element
    • insertNewOtherParticipation

      PARTICIPATION insertNewOtherParticipation(int i)
      Inserts and returns a new empty value (as xml) as the ith "other_participation" element
    • addNewOtherParticipation

      PARTICIPATION addNewOtherParticipation()
      Appends and returns a new empty value (as xml) as the last "other_participation" element
    • removeOtherParticipation

      void removeOtherParticipation(int i)
      Removes the ith "other_participation" element
    • getItemsArray

      ITEM[] getItemsArray()
      Gets array of all "Items" elements
    • getItemsArray

      ITEM getItemsArray(int i)
      Gets ith "Items" element
    • sizeOfItemsArray

      int sizeOfItemsArray()
      Returns number of "Items" element
    • setItemsArray

      void setItemsArray(ITEM[] itemsArray)
      Sets array of all "Items" element
    • setItemsArray

      void setItemsArray(int i, ITEM items)
      Sets ith "Items" element
    • insertNewItems

      ITEM insertNewItems(int i)
      Inserts and returns a new empty value (as xml) as the ith "Items" element
    • addNewItems

      ITEM addNewItems()
      Appends and returns a new empty value (as xml) as the last "Items" element
    • removeItems

      void removeItems(int i)
      Removes the ith "Items" element