
org.nhindirect.xd.transform.XdsDirectDocumentsTransformer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xd-common Show documentation
Show all versions of xd-common Show documentation
Library for common XD* operations and objects
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