ca.infoway.messagebuilder.marshalling.hl7
Class EdValidationUtils

Package class diagram package EdValidationUtils
java.lang.Object
  extended by ca.infoway.messagebuilder.marshalling.hl7.EdValidationUtils

public class EdValidationUtils
extends Object


Field Summary
static String ATTRIBUTE_COMPRESSION
           
static String ATTRIBUTE_LANGUAGE
           
static String ATTRIBUTE_MEDIA_TYPE
           
static String ATTRIBUTE_REPRESENTATION
           
static String ATTRIBUTE_VALUE
           
static String CERX_ENGLISH
           
static String CERX_FRENCH
           
static String ELEMENT_REFERENCE
           
static String REPRESENTATION_B64
           
static String REPRESENTATION_TXT
           
 
Constructor Summary
EdValidationUtils()
           
 
Method Summary
 void doValidate(EncapsulatedData encapsulatedData, String specializationType, Hl7BaseVersion baseVersion, String type, String propertyPath, Hl7Errors errors)
           
 void 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)
           
 boolean isBase64(EncapsulatedData data, byte[] content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPRESENTATION_TXT

public static final String REPRESENTATION_TXT
See Also:
Constant Field Values

REPRESENTATION_B64

public static final String REPRESENTATION_B64
See Also:
Constant Field Values

ATTRIBUTE_COMPRESSION

public static final String ATTRIBUTE_COMPRESSION
See Also:
Constant Field Values

ATTRIBUTE_LANGUAGE

public static final String ATTRIBUTE_LANGUAGE
See Also:
Constant Field Values

ATTRIBUTE_REPRESENTATION

public static final String ATTRIBUTE_REPRESENTATION
See Also:
Constant Field Values

ATTRIBUTE_MEDIA_TYPE

public static final String ATTRIBUTE_MEDIA_TYPE
See Also:
Constant Field Values

ELEMENT_REFERENCE

public static final String ELEMENT_REFERENCE
See Also:
Constant Field Values

ATTRIBUTE_VALUE

public static final String ATTRIBUTE_VALUE
See Also:
Constant Field Values

CERX_ENGLISH

public static final String CERX_ENGLISH
See Also:
Constant Field Values

CERX_FRENCH

public static final String CERX_FRENCH
See Also:
Constant Field Values
Constructor Detail

EdValidationUtils

public EdValidationUtils()
Method Detail

doValidate

public void doValidate(EncapsulatedData encapsulatedData,
                       String specializationType,
                       Hl7BaseVersion baseVersion,
                       String type,
                       String propertyPath,
                       Hl7Errors errors)

doValidate

public void 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)

isBase64

public boolean isBase64(EncapsulatedData data,
                        byte[] content)


Copyright © 2013. All Rights Reserved.