Interface DiagnoseDocument.Diagnose

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DiagnoseDocumentImpl.DiagnoseImpl
Enclosing interface:
DiagnoseDocument

public static interface DiagnoseDocument.Diagnose extends org.apache.xmlbeans.XmlObject
An XML Diagnose(@http://www.kith.no/xmlstds/eresept/m30/2014-12-01). This is a complex type.
  • Field Details

    • Factory

      static final org.apache.xmlbeans.impl.schema.ElementFactory<DiagnoseDocument.Diagnose> Factory
    • type

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

    • getId

      String getId()
      Gets the "Id" element
    • xgetId

      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "Id" element
    • setId

      void setId(String id)
      Sets the "Id" element
    • xsetId

      void xsetId(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "Id" element
    • getDiagnosekode

      CV getDiagnosekode()
      Gets the "Diagnosekode" element
    • setDiagnosekode

      void setDiagnosekode(CV diagnosekode)
      Sets the "Diagnosekode" element
    • addNewDiagnosekode

      CV addNewDiagnosekode()
      Appends and returns a new empty "Diagnosekode" element
    • getBruksomrade

      String getBruksomrade()
      Gets the "Bruksomrade" element
    • xgetBruksomrade

      org.apache.xmlbeans.XmlString xgetBruksomrade()
      Gets (as xml) the "Bruksomrade" element
    • isSetBruksomrade

      boolean isSetBruksomrade()
      True if has "Bruksomrade" element
    • setBruksomrade

      void setBruksomrade(String bruksomrade)
      Sets the "Bruksomrade" element
    • xsetBruksomrade

      void xsetBruksomrade(org.apache.xmlbeans.XmlString bruksomrade)
      Sets (as xml) the "Bruksomrade" element
    • unsetBruksomrade

      void unsetBruksomrade()
      Unsets the "Bruksomrade" element
    • getBehandlingList

      List<BehandlingDocument.Behandling> getBehandlingList()
      Gets a List of "Behandling" elements
    • getBehandlingArray

      BehandlingDocument.Behandling[] getBehandlingArray()
      Gets array of all "Behandling" elements
    • getBehandlingArray

      BehandlingDocument.Behandling getBehandlingArray(int i)
      Gets ith "Behandling" element
    • sizeOfBehandlingArray

      int sizeOfBehandlingArray()
      Returns number of "Behandling" element
    • setBehandlingArray

      void setBehandlingArray(BehandlingDocument.Behandling[] behandlingArray)
      Sets array of all "Behandling" element
    • setBehandlingArray

      void setBehandlingArray(int i, BehandlingDocument.Behandling behandling)
      Sets ith "Behandling" element
    • insertNewBehandling

      BehandlingDocument.Behandling insertNewBehandling(int i)
      Inserts and returns a new empty value (as xml) as the ith "Behandling" element
    • addNewBehandling

      BehandlingDocument.Behandling addNewBehandling()
      Appends and returns a new empty value (as xml) as the last "Behandling" element
    • removeBehandling

      void removeBehandling(int i)
      Removes the ith "Behandling" element