public class JCC extends AbstractComposite
Represents an HL7 JCC (job code/class) data type. This type consists of the following components:
log| Constructor and Description |
|---|
JCC(Message message)
Creates a new JCC type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
IS |
getJcc1_JobCode()
Returns job code (component 1).
|
IS |
getJcc2_JobClass()
Returns job class (component 2).
|
IS |
getJobClass()
Returns job class (component 2).
|
IS |
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 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 IS getJobCode()
public IS getJcc1_JobCode()
public IS getJobClass()
public IS getJcc2_JobClass()
Copyright © 2001-2012 University Health Network. All Rights Reserved.