Package org.eclipse.ohf.ihe.xds.metadata.transform

Interface Summary
DocumentEntryTransformer Implementations of this interface will provide the mechanism to render an instance of a particular target format for the information contained within the given DocumentEntryType object.
FolderTransformer Implementations of this interface will provide the mechanism to render an instance of a particular target format for the information contained within the given FolderType object.
ProvideAndRegisterDocumentSetTransformer Implementations of this interface will provide the mechanism to render an instance of a particular target format for the information contained within the given ProvideAndRegisterDocumentSetType object.
SubmissionSetTransformer Implementations of this interface will provide the mechanism to render an instance of a particular target format for the information contained within the given Submission Set object.
 

Class Summary
ByteArrayDocumentEntryTransformer Class containing utility methods to transform XDS document Entry metadata to a metadata.xsd conformant byte array.
ByteArrayFolderTransformer Class containing utility methods to transform XDS Folder metadata to a metadata.xsd conformant ByteArray.
ByteArrayProvideAndRegisterDocumentSetTransformer Class containing utility methods to transform complete XDS metadata to a metadata.xsd conformant byte array.
ByteArraySubmissionSetTransformer Class containing utility methods to transform XDS submission set metadata to a metadata.xsd conformant byte array.
EbXML_2_1DocumentEntryTransformer Class containing utility methods to transform XDS document entry metadata to ebRIM 2.1 element.
EbXML_2_1FolderTransformer Class containing utility methods to transform XDS folder metadata to ebRIM 2.1 element.
EbXML_2_1ProvideAndRegisterDocumentSetTransformer Class containing utility methods to transform complete XDS metadata to ebRIM 2.1 element.
EbXML_2_1SubmissionSetTransformer Class containing utility methods to transform XDS submission set metadata to ebRIM 2.1 elements.
 

Exception Summary
MetadataTransformationException Indicates error in transforming metadata to the target format.