Class VersionedCompositionResponseData
java.lang.Object
org.ehrbase.openehr.sdk.response.dto.VersionedCompositionResponseData
@Deprecated(since="2.14.0",
forRemoval=true)
public class VersionedCompositionResponseData
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
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.voidsetComposition(String composition) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRevisionHistory(String revisionHistory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetVersion(String version) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
VersionedCompositionResponseData
public VersionedCompositionResponseData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
setVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getRevisionHistory
Deprecated, for removal: This API element is subject to removal in a future version. -
setRevisionHistory
Deprecated, for removal: This API element is subject to removal in a future version. -
getComposition
Deprecated, for removal: This API element is subject to removal in a future version. -
setComposition
Deprecated, for removal: This API element is subject to removal in a future version.
-