Class EhrResponseData
java.lang.Object
org.ehrbase.openehr.sdk.response.dto.EhrResponseData
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
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.com.nedap.archie.rm.support.identification.HierObjectIdgetEhrId()Deprecated, for removal: This API element is subject to removal in a future version.com.nedap.archie.rm.ehr.EhrStatusDeprecated, for removal: This API element is subject to removal in a future version.com.nedap.archie.rm.support.identification.HierObjectIdDeprecated, for removal: This API element is subject to removal in a future version.com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTimeDeprecated, for removal: This API element is subject to removal in a future version.voidsetCompositions(List<CompositionDto> compositions) Deprecated, for removal: This API element is subject to removal in a future version.voidsetContributions(List<ContributionDto> contributions) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEhrId(com.nedap.archie.rm.support.identification.HierObjectId ehrId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEhrStatus(com.nedap.archie.rm.ehr.EhrStatus ehrStatus) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSystemId(com.nedap.archie.rm.support.identification.HierObjectId systemId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTimeCreated(com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime timeCreated) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTimeCreated(String timeCreated) Deprecated, for removal: This API element is subject to removal in a future version.
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setCompositions
Deprecated, for removal: This API element is subject to removal in a future version. -
getContributions
Deprecated, for removal: This API element is subject to removal in a future version. -
setContributions
Deprecated, for removal: This API element is subject to removal in a future version.
-