public class EmploymentOrganisationImpl extends OrganisationImpl implements EmploymentOrganisation
| Modifier and Type | Field and Description |
|---|---|
List<? extends AsEntityIdentifier> |
identifiers |
Coded |
jobClassCode |
Coded |
jobCode |
OrganisationNameUsage |
nameUsage |
Coded |
positionInOrganisation |
| Constructor and Description |
|---|
EmploymentOrganisationImpl(List<? extends AsEntityIdentifier> identifiers,
String organisationName) |
| Modifier and Type | Method and Description |
|---|---|
Coded |
getEmployementType() |
Coded |
getOccupation() |
List<? extends AsEntityIdentifier> |
getOrganisationIdentifiers() |
Coded |
getPositionInOrganisation() |
void |
setEmploymentType(Coded jobClassCode) |
void |
setOccupation(Coded jobCode) |
void |
setOrganisationNameUsage(OrganisationNameUsage usage) |
void |
setPositionInOrganisation(Coded pio) |
getDepartmentUnit, getId, getOrganisationName, getOrganisationNameUsage, setDepartmentUnit, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDepartmentUnit, getId, getOrganisationName, getOrganisationNameUsage, setDepartmentUnit, setIdpublic List<? extends AsEntityIdentifier> identifiers
public OrganisationNameUsage nameUsage
public Coded jobClassCode
public Coded jobCode
public Coded positionInOrganisation
public EmploymentOrganisationImpl(List<? extends AsEntityIdentifier> identifiers, String organisationName)
identifiers - A number or code issued for the purpose of identifying a participant within a healthcare context
at least 1 should be a HPIOorganisationName - The name by which an organisation is known or called.public void setOrganisationNameUsage(OrganisationNameUsage usage)
setOrganisationNameUsage in interface OrganisationsetOrganisationNameUsage in class OrganisationImplusage - The classification that enables differentiation between recorded names
for an organisation or service location.public void setEmploymentType(Coded jobClassCode)
jobClassCode - The basis on which the person is employed by employer
organisation.public void setOccupation(Coded jobCode)
jobCode - A descriptor of the class of job based on similarities in the
tasks undertaken.public void setPositionInOrganisation(Coded pio)
pio - A descriptor of the job or the job role based on the management hierarchy of the organisation.public List<? extends AsEntityIdentifier> getOrganisationIdentifiers()
getOrganisationIdentifiers in interface EmploymentOrganisationpublic Coded getEmployementType()
getEmployementType in interface EmploymentOrganisationpublic Coded getOccupation()
getOccupation in interface EmploymentOrganisationpublic Coded getPositionInOrganisation()
getPositionInOrganisation in interface EmploymentOrganisationCopyright © 2021. All rights reserved.