| Modifier and Type | Method and Description |
|---|---|
static au.net.electronichealth.ns.ci.cda.extensions._3.Employment |
ClinicalModelConverter.getExtendedEmploymentOrganisation(ExtendedEmploymentOrganisation employmentOrg) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedEmploymentOrganisation |
DocumentAuthor.getEmploymentDetail() |
ExtendedEmploymentOrganisation |
DocumentAuthorImpl.getEmploymentDetail()
A person's occupation and employer
|
| Constructor and Description |
|---|
DocumentAuthorImpl(Coded role,
List<AsEntityIdentifier> entityIdentifiers,
List<PersonName> personNames,
ExtendedEmploymentOrganisation employmentDetail)
Creates an author section without the optional participation period
|
DocumentAuthorImpl(Coded role,
ZonedDateTime participationPeriod,
List<AsEntityIdentifier> entityIdentifiers,
List<AddressContext> addresses,
List<Telecom> electronicCommunicationDetails,
List<PersonName> personNames,
ExtendedEmploymentOrganisation employmentDetail)
Creates an author section with the optional participation period
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedEmploymentOrganisationImpl |
| Modifier and Type | Method and Description |
|---|---|
ExtendedEmploymentOrganisation |
SharedHealthSummaryAuthor.getEmploymentDetail() |
ExtendedEmploymentOrganisation |
SharedHealthSummaryAuthorImpl.getEmploymentDetail() |
| Constructor and Description |
|---|
SharedHealthSummaryAuthorImpl(Coded role,
List<AsEntityIdentifier> entityIdentifiers,
List<PersonName> personNames,
ExtendedEmploymentOrganisation employmentDetail)
Creates an author section without the optional participation period.
|
SharedHealthSummaryAuthorImpl(Coded role,
ZonedDateTime participationPeriod,
List<AsEntityIdentifier> entityIdentifiers,
List<AddressContext> addresses,
List<Telecom> electronicCommunicationDetails,
List<PersonName> personNames,
ExtendedEmploymentOrganisation employmentDetail)
Creates an author section with the optional participation period.
|
Copyright © 2021. All rights reserved.