Uses of Class
ca.uhn.hl7v2.conf.spec.message.StaticDef
Packages that use StaticDef
-
Uses of StaticDef in ca.uhn.hl7v2.conf.check
Methods in ca.uhn.hl7v2.conf.check with parameters of type StaticDefModifier and TypeMethodDescriptionprotected voidDefaultValidator.checkEventType(String evType, StaticDef profile, List<HL7Exception> exList) protected voidDefaultValidator.checkMessageStructure(String msgStruct, StaticDef profile, List<HL7Exception> exList) protected voidDefaultValidator.checkMessageType(String msgType, StaticDef profile, List<HL7Exception> exList) Validates the given message against the given static definition from a conformance profile. -
Uses of StaticDef in ca.uhn.hl7v2.conf.spec
Methods in ca.uhn.hl7v2.conf.spec that return StaticDefModifier and TypeMethodDescriptionRuntimeProfile.getMessage()Getter for property message.Specification.getMessage()Getter for property message.Methods in ca.uhn.hl7v2.conf.spec with parameters of type StaticDefModifier and TypeMethodDescriptionvoidRuntimeProfile.setMessage(StaticDef message) Setter for property message.voidSpecification.setMessage(StaticDef message) Setter for property message.