Package ca.cdr.api.camel
Interface ICdaCamelConversionResultJson
- All Superinterfaces:
IModelJson
,IModelJson
- All Known Implementing Classes:
CdaToFhirConversionResultJson
,FhirToCdaConversionResultJson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Bundle associated to conversion resultstatic final String
The CDA Exchange document with customizations applied.Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setModifiableDocument
(String theModifiableDocument) Sets the CDA Exchange document which customizations can be applied to.
-
Field Details
-
BUNDLE
Bundle associated to conversion result- See Also:
-
MODIFIABLE_DOCUMENT
The CDA Exchange document with customizations applied.- See Also:
-
-
Method Details
-
getBundle
- Returns:
- A bundle resource that has been created from a script or a CDA Exchange document.
-
getModifiableDocument
- Returns:
- The customized CDA Exchange document.
-
setModifiableDocument
Sets the CDA Exchange document which customizations can be applied to.- Parameters:
theModifiableDocument
- The customized CDA Exchange document.
-