Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Person
Packages that use Person
Package
Description
-
Uses of Person in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return PersonModifier and TypeMethodDescriptionAuthor.getAuthorPerson()
DocumentEntry.getLegalAuthenticator()
Recipient.getPerson()
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type PersonModifier and TypeMethodDescriptionvoid
Author.setAuthorPerson
(Person authorPerson) void
DocumentEntry.setLegalAuthenticator
(Person legalAuthenticator) void
Constructors in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type PersonModifierConstructorDescriptionRecipient
(Organization organization, Person person, Telecom telecom) Constructs a recipient. -
Uses of Person in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return PersonMethods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type PersonModifier and TypeMethodDescriptionDocumentsQuery.getTypedAuthorPersons()
PharmacyStableDocumentsQuery.getTypedAuthorPersons()
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type PersonModifier and TypeMethodDescriptionvoid
FindSubmissionSetsQuery.setTypedAuthorPerson
(Person authorPerson) Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type PersonModifier and TypeMethodDescriptionvoid
DocumentsQuery.setTypedAuthorPersons
(List<Person> authorPersons) void
PharmacyStableDocumentsQuery.setTypedAuthorPersons
(List<Person> authorPersons)