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).
|
MOP |
getMoneyOrPercentage()
Returns Money or Percentage (component 4).
|
IS |
getRmc1_RoomType()
Returns Room Type (component 1).
|
IS |
getRmc2_AmountType()
Returns Amount Type (component 2).
|
NM |
getRmc3_CoverageAmount()
Returns Coverage Amount (component 3).
|
MOP |
getRmc4_MoneyOrPercentage()
Returns Money or Percentage (component 4).
|
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()
public MOP getMoneyOrPercentage()
public MOP getRmc4_MoneyOrPercentage()
Copyright © 2001-2012 University Health Network. All Rights Reserved.