Difference between revisions of "XML2HL7Transformation"
(Created page with "==Description== XML2HL7Transformation element defines a HL7 string to XML transformation. =={{GVESB}} Configuration== [[File:XML2HL7Transformation.jpg|thumb|XML2HL7Transformat...") |
|||
Line 35: | Line 35: | ||
|} | |} | ||
− | XML2HL7Transformation | + | XML2HL7Transformation might contain the following sub-elements: |
* [[Description]] | * [[Description]] | ||
* [[AddTagTransformation#TransformationAlias|TransformationAlias]] | * [[AddTagTransformation#TransformationAlias|TransformationAlias]] | ||
* [[XSLTransformation#DHExternalRetrieverHelper|DHExternalRetrieverHelper]] | * [[XSLTransformation#DHExternalRetrieverHelper|DHExternalRetrieverHelper]] |
Latest revision as of 10:36, 3 April 2012
Description
XML2HL7Transformation element defines a HL7 string to XML transformation.
GreenVulcano® ESB Configuration
XML2HL7Transformation is used by element Transformations.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value transformation. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvdte.transformers.hl7.XML2HL7Transformer. |
name | required | Transformation name.
The attribute's value cannot be null. |
validate | optional | The attribute's admitted values are:
|
validationType | optional | The attribute's admitted values are:
|
InputXSLMapName | optional | Style-sheet to be used in the transformation.
The attribute's value cannot be null. |
SchemaInput | optional | XSD Schema that describes the input XML. |
DataSourceSet | optional | DataSourceSet name from which retrieves the transformation map and validation schema.
The attribute's value cannot be null. |
XML2HL7Transformation might contain the following sub-elements: