Uses of Class
ca.cdr.api.pub.hl7v2.model.MappingMessage
-
Uses of MappingMessage in ca.cdr.api.pub.hl7v2.model
Modifier and TypeMethodDescriptionMappingMessage.setLevel
(MappingMessage.MessageLevel theLevel) MappingMessage.setMessage
(String theMessage) MappingMessage.setPath
(String thePath, MappingMessage.PathType thePathType) Modifier and TypeMethodDescriptionHl7v2ToFhirConversionResultJson.getIssues()
MappingResult.getMappingMessages()
Modifier and TypeMethodDescriptionvoid
Hl7v2ToFhirConversionResultJson.addIssue
(MappingMessage theIssue) Adds an issuevoid
MappingResult.addMappingMessage
(MappingMessage theMappingMessage) Add a message relating to the mapping processModifier and TypeMethodDescriptionvoid
Hl7v2ToFhirConversionResultJson.addIssues
(List<MappingMessage> theIssues) Adds the items in list of issues that have occurred throughout the conversion process.void
MappingResult.addMappingMessages
(List<MappingMessage> theMappingMessages) Add mapping messages to the current listvoid
Hl7v2ToFhirConversionResultJson.setIssues
(List<MappingMessage> theIssues) Sets the list of issues that have occurred throughout the conversion process. -
Uses of MappingMessage in ca.cdr.api.pub.hl7v2.out
-
Uses of MappingMessage in ca.cdr.api.util
Modifier and TypeMethodDescriptionstatic List<MappingMessage>
TransactionLogRequestDetailsUtil.getMessagesOnRequest
(RequestDetails theDetails) Modifier and TypeMethodDescriptionstatic void
TransactionLogRequestDetailsUtil.addMessageToRequest
(RequestDetails theDetails, MappingMessage theMessage) Modifier and TypeMethodDescriptionstatic TransactionLogStepJson
MappingMessageTransactionLogUtil.createTransactionLogStep
(List<MappingMessage> theIssues) Given a set of mapping issues (if any), generate aTransactionLogStepJson
that can be sent to the transaction log service.