public class CM_JOB_CODE extends AbstractComposite
Represents an HL7 CM_JOB_CODE (Berufsbezeichnung) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_JOB_CODE(Message message)
Creates a new CM_JOB_CODE type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCm_job_code1_JobCode()
Returns job code (component 1).
|
ID |
getCm_job_code2_EmployeeClassification()
Returns employee classification (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getEmployeeClassification()
Returns employee classification (component 2).
|
ID |
getJobCode()
Returns job code (component 1).
|
clear, getTypedencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic CM_JOB_CODE(Message message)
public Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public ID getJobCode()
public ID getCm_job_code1_JobCode()
public ID getEmployeeClassification()
public ID getCm_job_code2_EmployeeClassification()
Copyright © 2001-2012 University Health Network. All Rights Reserved.