Class EhrResponseData

java.lang.Object
org.ehrbase.openehr.sdk.response.dto.EhrResponseData

@Deprecated(since="2.14.0", forRemoval=true) public class EhrResponseData extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
without replaced because used by EHRbase only.
Basic set of response data regarding EHR operations. Used as default or when `PREFER` header requests minimal response.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.nedap.archie.rm.support.identification.HierObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.nedap.archie.rm.ehr.EhrStatus
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.nedap.archie.rm.support.identification.HierObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEhrId(com.nedap.archie.rm.support.identification.HierObjectId ehrId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEhrStatus(com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSystemId(com.nedap.archie.rm.support.identification.HierObjectId systemId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTimeCreated(com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime timeCreated)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTimeCreated(String timeCreated)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EhrResponseData

      public EhrResponseData()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSystemId

      public com.nedap.archie.rm.support.identification.HierObjectId getSystemId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSystemId

      public void setSystemId(com.nedap.archie.rm.support.identification.HierObjectId systemId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEhrId

      public com.nedap.archie.rm.support.identification.HierObjectId getEhrId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEhrId

      public void setEhrId(com.nedap.archie.rm.support.identification.HierObjectId ehrId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEhrStatus

      public com.nedap.archie.rm.ehr.EhrStatus getEhrStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEhrStatus

      public void setEhrStatus(com.nedap.archie.rm.ehr.EhrStatus ehrStatus)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTimeCreated

      public com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime getTimeCreated()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTimeCreated

      public void setTimeCreated(String timeCreated)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTimeCreated

      public void setTimeCreated(com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime timeCreated)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCompositions

      public List<CompositionDto> getCompositions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCompositions

      public void setCompositions(List<CompositionDto> compositions)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContributions

      public List<ContributionDto> getContributions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContributions

      public void setContributions(List<ContributionDto> contributions)
      Deprecated, for removal: This API element is subject to removal in a future version.