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()static PersonParses an HL7v2 string into a Person object.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type PersonModifier and TypeMethodDescriptionvoidAuthor.setAuthorPerson(Person authorPerson) voidDocumentEntry.setLegalAuthenticator(Person legalAuthenticator) voidConstructors 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 TypeMethodDescriptionvoidFindSubmissionSetsQuery.setTypedAuthorPerson(Person authorPerson) Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type PersonModifier and TypeMethodDescriptionvoidDocumentsQuery.setTypedAuthorPersons(List<Person> authorPersons) voidPharmacyStableDocumentsQuery.setTypedAuthorPersons(List<Person> authorPersons)