Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Organization
Package
Description
-
Uses of Organization in org.openehealth.ipf.commons.ihe.xds.core.metadata
ModifierConstructorDescriptionRecipient
(Organization organization, Person person, Telecom telecom) Constructs a recipient. -
Uses of Organization in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Modifier and TypeMethodDescriptionFindDocumentsByTitleQuery.getTypedAuthorInstitution()
Tries to return the query parameter "$XDSDocumentEntryAuthorInstitution" as a collection ofOrganization
instead of a collection ofString
.Modifier and TypeMethodDescriptionvoid
FindDocumentsByTitleQuery.setTypedAuthorInstitution
(List<Organization> authorInstitution) Allows to use a collection ofOrganization
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryAuthorInstitution".