Package ca.cdr.api.camel
Interface ICdaTxLogStepsProvider
public interface ICdaTxLogStepsProvider
Contract for CDA Camel procedures which provide their own constructed list of transaction log steps
-
Method Summary
Modifier and TypeMethodDescriptionprovideTxLogSteps
(org.apache.camel.Exchange theExchange, CdaToFhirConversionResultJson theConversionResult)
-
Method Details
-
provideTxLogSteps
List<TransactionLogStepJson> provideTxLogSteps(org.apache.camel.Exchange theExchange, CdaToFhirConversionResultJson theConversionResult) - Parameters:
theExchange
- the camelExchange
objecttheConversionResult
- theCdaToFhirConversionResultJson
object- Returns:
- the list of
TransactionLogStepJson
-