public class CM_POSITION extends AbstractComposite
Represents an HL7 CM_POSITION (Sitzplatz bzw. Saal / Tisch / Stuhl) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_POSITION(Message message)
Creates a new CM_POSITION type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getCm_position1_Saal()
Returns Saal (component 1).
|
ST |
getCm_position2_Tisch()
Returns Tisch (component 2).
|
ST |
getCm_position3_Stuhl()
Returns Stuhl (component 3).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ST |
getSaal()
Returns Saal (component 1).
|
ST |
getStuhl()
Returns Stuhl (component 3).
|
ST |
getTisch()
Returns Tisch (component 2).
|
clear, getTypedencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic CM_POSITION(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 ST getSaal()
public ST getCm_position1_Saal()
public ST getTisch()
public ST getCm_position2_Tisch()
public ST getStuhl()
public ST getCm_position3_Stuhl()
Copyright © 2001-2012 University Health Network. All Rights Reserved.