Uses of Enum Class
ca.cdr.api.pub.hl7v2.model.MappingMessage.MessageLevel
Packages that use MappingMessage.MessageLevel
-
Uses of MappingMessage.MessageLevel in ca.cdr.api.pub.hl7v2.model
Methods in ca.cdr.api.pub.hl7v2.model that return MappingMessage.MessageLevelModifier and TypeMethodDescriptionMappingMessage.getLevel()static MappingMessage.MessageLevelReturns the enum constant of this class with the specified name.static MappingMessage.MessageLevel[]MappingMessage.MessageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.cdr.api.pub.hl7v2.model with parameters of type MappingMessage.MessageLevelModifier and TypeMethodDescriptionvoidHl7v2ToFhirConversionResultJson.addIssue(String thePath, MappingMessage.MessageLevel theMessageLevel, String theIssue) Adds a message to the conversion result.MappingMessage.setLevel(MappingMessage.MessageLevel theLevel) Constructors in ca.cdr.api.pub.hl7v2.model with parameters of type MappingMessage.MessageLevelModifierConstructorDescriptionMappingMessage(String thePath, MappingMessage.PathType thePathType, MappingMessage.MessageLevel theLevel, String theMessage) Constructor