public class RMC extends AbstractComposite
Represents an HL7 RMC (Room Coverage) data type. This type consists of the following components:
log| Constructor and Description |
|---|
RMC(Message message)
Creates a new RMC type
|
| Modifier and Type | Method and Description |
|---|---|
IS |
getAmountType()
Returns amount type (component 2).
|
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 |
getRmc1_RoomType()
Returns room type (component 1).
|
IS |
getRmc2_AmountType()
Returns amount type (component 2).
|
NM |
getRmc3_CoverageAmount()
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 getRmc1_RoomType()
public IS getAmountType()
public IS getRmc2_AmountType()
public NM getCoverageAmount()
public NM getRmc3_CoverageAmount()
Copyright © 2001-2012 University Health Network. All Rights Reserved.