public class RCD extends AbstractComposite
Represents an HL7 RCD (Row Column Definition) data type. This type consists of the following components:
log| Constructor and Description |
|---|
RCD(Message message)
Creates a new RCD type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getHL7DataType()
Returns HL7 Data Type (component 2).
|
NM |
getMaximumColumnWidth()
Returns Maximum Column Width (component 3).
|
ST |
getRcd1_SegmentFieldName()
Returns Segment Field Name (component 1).
|
ID |
getRcd2_HL7DataType()
Returns HL7 Data Type (component 2).
|
NM |
getRcd3_MaximumColumnWidth()
Returns Maximum Column Width (component 3).
|
ST |
getSegmentFieldName()
Returns Segment Field Name (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 ST getSegmentFieldName()
public ST getRcd1_SegmentFieldName()
public ID getHL7DataType()
public ID getRcd2_HL7DataType()
public NM getMaximumColumnWidth()
public NM getRcd3_MaximumColumnWidth()
Copyright © 2001-2014 University Health Network. All Rights Reserved.