public class CM_PEN extends AbstractComposite
Represents an HL7 CM_PEN (penalty) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_PEN(Message message)
Creates a new CM_PEN type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCm_pen1_PenaltyID()
Returns Penalty ID (component 1).
|
NM |
getCm_pen2_PenaltyAmount()
Returns penalty amount (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getPenaltyAmount()
Returns penalty amount (component 2).
|
ID |
getPenaltyID()
Returns Penalty ID (component 1).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 ID getPenaltyID()
public ID getCm_pen1_PenaltyID()
public NM getPenaltyAmount()
public NM getCm_pen2_PenaltyAmount()
Copyright © 2001-2014 University Health Network. All Rights Reserved.