Class EhrStatusDto

java.lang.Object
org.ehrbase.openehr.sdk.response.dto.ehrscape.EhrStatusDto

@Deprecated(since="2.14.0", forRemoval=true) public class EhrStatusDto extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
without replaced because used by EHRbase only.
  • 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.
     
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setModifiable(boolean modifiable)
    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
    setOtherDetailsTemplateId(String otherDetailsTemplateId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setQueryable(boolean queryable)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSubjectId(String subjectId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSubjectNamespace(String subjectNamespace)
    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

    • EhrStatusDto

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

    • getSubjectId

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

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

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

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

      public boolean isQueryable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setQueryable

      public void setQueryable(boolean queryable)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isModifiable

      public boolean isModifiable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setModifiable

      public void setModifiable(boolean modifiable)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOtherDetails

      public StructuredString getOtherDetails()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOtherDetails

      public void setOtherDetails(StructuredString otherDetails)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOtherDetailsTemplateId

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

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