Uses of Interface
ca.infoway.messagebuilder.marshalling.hl7.Hl7Errors

Packages that use Hl7Errors
ca.infoway.messagebuilder.marshalling.hl7   
 

Uses of Hl7Errors in ca.infoway.messagebuilder.marshalling.hl7
 

Classes in ca.infoway.messagebuilder.marshalling.hl7 that implement Hl7Errors
 class ModelToXmlResult
           
 class XmlToModelResult
          An object that represents the result of transforming an object from HL7 XML format to an object representation.
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type Hl7Errors
 String TelValidationUtils.determineActualType(TelecommunicationAddress telecomAddress, String type, String specializationType, VersionNumber version, Element element, String propertyPath, Hl7Errors errors, boolean logErrors)
           
 void EdValidationUtils.doValidate(EncapsulatedData encapsulatedData, String specializationType, Hl7BaseVersion baseVersion, String type, String propertyPath, Hl7Errors errors)
           
 void EdValidationUtils.doValidate(String specializationType, Compression compression, boolean hasCompression, x_DocumentMediaType mediaType, String language, String representation, String reference, byte[] content, Hl7BaseVersion baseVersion, String type, Element element, String propertyPath, Hl7Errors errors)
           
 Class<? extends UnitsOfMeasureCaseSensitive> PqValidationUtils.getUnitTypeByHl7Type(StandardDataType dataType, String propertyPath, Hl7Errors errors)
           
 Class<? extends UnitsOfMeasureCaseSensitive> PqValidationUtils.getUnitTypeByHl7Type(String typeAsString, Element element, String propertyPath, Hl7Errors errors)
           
 void CdValidationUtils.validateCodedType(CD codeWrapper, String codeAsString, boolean isCwe, boolean isCne, boolean isTranslation, String type, Hl7BaseVersion baseVersion, Element element, String propertyPath, Hl7Errors errors)
           
 void PnValidationUtils.validatePersonName(PersonName personName, String type, Hl7BaseVersion baseVersion, Element element, String propertyPath, Hl7Errors errors)
           
 void AdValidationUtils.validatePostalAddress(PostalAddress postalAddress, String type, Hl7BaseVersion baseVersion, Element element, String propertyPath, Hl7Errors errors)
           
 void TelValidationUtils.validateTelecommunicationAddress(TelecommunicationAddress telecomAddress, String type, String specializationType, VersionNumber version, Element element, String propertyPath, Hl7Errors errors)
           
 UnitsOfMeasureCaseSensitive PqValidationUtils.validateUnits(String type, String unitsAsString, Element element, String propertyPath, Hl7Errors errors)
           
 BigDecimal PqValidationUtils.validateValue(String value, VersionNumber version, String type, Element element, String propertyPath, Hl7Errors errors)
           
 



Copyright © 2013. All Rights Reserved.