Uses of Class
ca.cdr.api.pub.hl7v2.model.MappingMessage
Packages that use MappingMessage
-
Uses of MappingMessage in ca.cdr.api.pub.hl7v2.model
Methods in ca.cdr.api.pub.hl7v2.model that return MappingMessageModifier and TypeMethodDescriptionMappingMessage.setLevel(MappingMessage.MessageLevel theLevel) MappingMessage.setMessage(String theMessage) MappingMessage.setPath(String thePath, MappingMessage.PathType thePathType) Methods in ca.cdr.api.pub.hl7v2.model that return types with arguments of type MappingMessageModifier and TypeMethodDescriptionHl7v2ToFhirConversionResultJson.getIssues()MappingResult.getMappingMessages()Methods in ca.cdr.api.pub.hl7v2.model with parameters of type MappingMessageModifier and TypeMethodDescriptionvoidHl7v2ToFhirConversionResultJson.addIssue(MappingMessage theIssue) Adds an issuevoidMappingResult.addMappingMessage(MappingMessage theMappingMessage) Add a message relating to the mapping processMethod parameters in ca.cdr.api.pub.hl7v2.model with type arguments of type MappingMessageModifier and TypeMethodDescriptionvoidHl7v2ToFhirConversionResultJson.addIssues(List<MappingMessage> theIssues) Adds the items in list of issues that have occurred throughout the conversion process.voidMappingResult.addMappingMessages(List<MappingMessage> theMappingMessages) Add mapping messages to the current listvoidHl7v2ToFhirConversionResultJson.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
Methods in ca.cdr.api.pub.hl7v2.out that return MappingMessageMethods in ca.cdr.api.pub.hl7v2.out that return types with arguments of type MappingMessageMethods in ca.cdr.api.pub.hl7v2.out with parameters of type MappingMessage -
Uses of MappingMessage in ca.cdr.api.util
Methods in ca.cdr.api.util that return types with arguments of type MappingMessageModifier and TypeMethodDescriptionstatic List<MappingMessage>TransactionLogRequestDetailsUtil.getMessagesOnRequest(RequestDetails theDetails) Methods in ca.cdr.api.util with parameters of type MappingMessageModifier and TypeMethodDescriptionstatic voidTransactionLogRequestDetailsUtil.addMessageToRequest(RequestDetails theDetails, MappingMessage theMessage) Method parameters in ca.cdr.api.util with type arguments of type MappingMessageModifier and TypeMethodDescriptionstatic TransactionLogStepJsonMappingMessageTransactionLogUtil.createTransactionLogStep(List<MappingMessage> theIssues) Given a set of mapping issues (if any), generate aTransactionLogStepJsonthat can be sent to the transaction log service.