Uses of Enum Class
ca.cdr.api.pub.hl7v2.model.MappingMessage.MessageLevel
-
Uses of MappingMessage.MessageLevel in ca.cdr.api.pub.hl7v2.model
Modifier and TypeMethodDescriptionMappingMessage.getLevel()
static MappingMessage.MessageLevel
Returns 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.Modifier and TypeMethodDescriptionvoid
Hl7v2ToFhirConversionResultJson.addIssue
(String thePath, MappingMessage.MessageLevel theMessageLevel, String theIssue) Adds a message to the conversion result.MappingMessage.setLevel
(MappingMessage.MessageLevel theLevel) ModifierConstructorDescriptionMappingMessage
(String thePath, MappingMessage.PathType thePathType, MappingMessage.MessageLevel theLevel, String theMessage) Constructor