All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nhindirect.xd.transform.XdsDirectDocumentsTransformer Maven / Gradle / Ivy

There is a newer version: 8.0.0
Show newest version
package org.nhindirect.xd.transform;

import ihe.iti.xds_b._2007.ProvideAndRegisterDocumentSetRequestType;

import org.nhindirect.xd.common.DirectDocuments;
import org.nhindirect.xd.transform.exception.TransformationException;

public interface XdsDirectDocumentsTransformer
{
    public DirectDocuments transform(ProvideAndRegisterDocumentSetRequestType provideAndRegisterDocumentSetRequestType)
            throws TransformationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy