|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hl7BaseVersion | |
---|---|
ca.infoway.messagebuilder | |
ca.infoway.messagebuilder.marshalling.hl7 |
Uses of Hl7BaseVersion in ca.infoway.messagebuilder |
---|
Methods in ca.infoway.messagebuilder that return Hl7BaseVersion | |
---|---|
Hl7BaseVersion |
VersionNumber.getBaseVersion()
The HL7v3 release that this version is based on. |
Hl7BaseVersion |
SpecificationVersion.getBaseVersion()
Gets the base version of HL7v3 applicable to this version. |
static Hl7BaseVersion |
Hl7BaseVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Hl7BaseVersion[] |
Hl7BaseVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ca.infoway.messagebuilder with parameters of type Hl7BaseVersion | |
---|---|
static boolean |
SpecificationVersion.isVersion(VersionNumber version,
Hl7BaseVersion versionToCheck)
Checks if the supplied VersionNumber is based on a particular HL7v3 release |
Uses of Hl7BaseVersion in ca.infoway.messagebuilder.marshalling.hl7 |
---|
Fields in ca.infoway.messagebuilder.marshalling.hl7 with type parameters of type Hl7BaseVersion | |
---|---|
static Map<Hl7BaseVersion,Map<StandardDataType,List<String>>> |
TsDateFormats.versionFormatExceptions
|
Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type Hl7BaseVersion | |
---|---|
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)
|
boolean |
PnValidationUtils.isAllowableUse(String dataType,
EntityNameUse personNameUse,
Hl7BaseVersion baseVersion)
|
boolean |
AdValidationUtils.isAllowableUse(String dataType,
x_BasicPostalAddressUse use,
Hl7BaseVersion baseVersion)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |