Package ca.cdr.api.pub.cdaexchange.model
Class FhirToCdaConversionResultJson
java.lang.Object
ca.cdr.api.pub.cdaexchange.model.FhirToCdaConversionResultJson
- All Implemented Interfaces:
ICdaCamelConversionResultJson
,IModelJson
,IModelJson
Contains all the relevant data involved in the conversion of a FHIR IBaseBundle resource to a CDA document.
-
Field Summary
Fields inherited from interface ca.cdr.api.camel.ICdaCamelConversionResultJson
BUNDLE, MODIFIABLE_DOCUMENT
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setModifiableDocument
(String cdaDocument) Sets the CDA Exchange document which customizations can be applied to.
-
Constructor Details
-
FhirToCdaConversionResultJson
-
-
Method Details
-
getBundle
- Specified by:
getBundle
in interfaceICdaCamelConversionResultJson
- Returns:
- A bundle resource that has been created from a script or a CDA Exchange document.
-
setModifiableDocument
Description copied from interface:ICdaCamelConversionResultJson
Sets the CDA Exchange document which customizations can be applied to.- Specified by:
setModifiableDocument
in interfaceICdaCamelConversionResultJson
- Parameters:
cdaDocument
- The customized CDA Exchange document.
-
getModifiableDocument
- Specified by:
getModifiableDocument
in interfaceICdaCamelConversionResultJson
- Returns:
- The customized CDA Exchange document.
-