Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Association
Packages that use Association
Package
Description
-
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests that return types with arguments of type AssociationModifier and TypeMethodDescriptionProvideAndRegisterDocumentSet.getAssociations()
RegisterDocumentSet.getAssociations()
-
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return types with arguments of type AssociationMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.responses with type arguments of type AssociationModifier and TypeMethodDescriptionvoid
QueryResponse.setAssociations
(List<Association> associations) -
Uses of Association in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml that return AssociationModifier and TypeMethodDescriptionAssociationTransformer.fromEbXML
(EbXMLAssociation association) Transforms the given ebXML representation into anAssociation
.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type AssociationModifier and TypeMethodDescriptionAssociationTransformer.toEbXML
(Association association, EbXMLObjectLibrary objectLibrary) Transforms the given association to its ebXML representation.