Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Association
Package
Description
-
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.requests
Modifier and TypeMethodDescriptionProvideAndRegisterDocumentSet.getAssociations()
RegisterDocumentSet.getAssociations()
-
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.responses
Modifier and TypeMethodDescriptionvoid
QueryResponse.setAssociations
(List<Association> associations) -
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Modifier and TypeMethodDescriptionAssociationTransformer.fromEbXML
(EbXMLAssociation association) Transforms the given ebXML representation into anAssociation
.Modifier and TypeMethodDescriptionAssociationTransformer.toEbXML
(Association association, EbXMLObjectLibrary objectLibrary) Transforms the given association to its ebXML representation.