ca.infoway.messagebuilder.marshalling.hl7
Class EdValidationUtils
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.EdValidationUtils
public class EdValidationUtils
- extends Object
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 |
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
EdValidationUtils
public EdValidationUtils()
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.