Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Person
Package
Description
-
Uses of Person in org.openehealth.ipf.commons.ihe.xds.core.metadata
Modifier and TypeMethodDescriptionAuthor.getAuthorPerson()
DocumentEntry.getLegalAuthenticator()
Recipient.getPerson()
Modifier and TypeMethodDescriptionvoid
Author.setAuthorPerson
(Person authorPerson) void
DocumentEntry.setLegalAuthenticator
(Person legalAuthenticator) void
ModifierConstructorDescriptionRecipient
(Organization organization, Person person, Telecom telecom) Constructs a recipient. -
Uses of Person in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Modifier and TypeMethodDescriptionDocumentsQuery.getTypedAuthorPersons()
PharmacyStableDocumentsQuery.getTypedAuthorPersons()
Modifier and TypeMethodDescriptionvoid
FindSubmissionSetsQuery.setTypedAuthorPerson
(Person authorPerson) Modifier and TypeMethodDescriptionvoid
DocumentsQuery.setTypedAuthorPersons
(List<Person> authorPersons) void
PharmacyStableDocumentsQuery.setTypedAuthorPersons
(List<Person> authorPersons)