Package | Description |
---|---|
ca.uhn.hl7v2.conf.check | |
ca.uhn.hl7v2.conf.spec |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultValidator.checkEventType(String evType,
StaticDef profile,
List<HL7Exception> exList) |
protected void |
DefaultValidator.checkMessageStructure(String msgStruct,
StaticDef profile,
List<HL7Exception> exList) |
protected void |
DefaultValidator.checkMessageType(String msgType,
StaticDef profile,
List<HL7Exception> exList) |
HL7Exception[] |
DefaultValidator.validate(Message message,
StaticDef profile) |
HL7Exception[] |
Validator.validate(Message message,
StaticDef profile)
Validates the given message against the given static definition from
a conformance profile.
|
Modifier and Type | Method and Description |
---|---|
StaticDef |
RuntimeProfile.getMessage()
Getter for property message.
|
StaticDef |
Specification.getMessage()
Getter for property message.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeProfile.setMessage(StaticDef message)
Setter for property message.
|
void |
Specification.setMessage(StaticDef message)
Setter for property message.
|
Copyright © 2001–2017 University Health Network. All rights reserved.