Class EhrStatusDto
java.lang.Object
org.ehrbase.openehr.sdk.response.dto.ehrscape.EhrStatusDto
Deprecated, for removal: This API element is subject to removal in a future version.
without replaced because used by EHRbase only.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetModifiable(boolean modifiable) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOtherDetails(StructuredString otherDetails) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOtherDetailsTemplateId(String otherDetailsTemplateId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetQueryable(boolean queryable) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSubjectId(String subjectId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSubjectNamespace(String subjectNamespace) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EhrStatusDto
public EhrStatusDto()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSubjectId
Deprecated, for removal: This API element is subject to removal in a future version. -
setSubjectId
Deprecated, for removal: This API element is subject to removal in a future version. -
getSubjectNamespace
Deprecated, for removal: This API element is subject to removal in a future version. -
setSubjectNamespace
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setOtherDetails
Deprecated, for removal: This API element is subject to removal in a future version. -
getOtherDetailsTemplateId
Deprecated, for removal: This API element is subject to removal in a future version. -
setOtherDetailsTemplateId
Deprecated, for removal: This API element is subject to removal in a future version.
-