public class CM_RMC extends AbstractComposite
Represents an HL7 CM_RMC (Room Coverage) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_RMC(Message message)
Creates a new CM_RMC type
|
| Modifier and Type | Method and Description |
|---|---|
IS |
getAmountType()
Returns amount type (component 2).
|
IS |
getCm_rmc1_RoomType()
Returns room type (component 1).
|
IS |
getCm_rmc2_AmountType()
Returns amount type (component 2).
|
NM |
getCm_rmc3_CoverageAmount()
Returns coverage amount (component 3).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getCoverageAmount()
Returns coverage amount (component 3).
|
IS |
getRoomType()
Returns room type (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 getRoomType()
public IS getCm_rmc1_RoomType()
public IS getAmountType()
public IS getCm_rmc2_AmountType()
public NM getCoverageAmount()
public NM getCm_rmc3_CoverageAmount()
Copyright © 2001-2012 University Health Network. All Rights Reserved.