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.
|
ST |
getHL7DateType()
Returns HL7 date type (component 2).
|
NM |
getMaximumColumnWidth()
Returns maximum column width (component 3).
|
ST |
getRcd1_SegmentFieldName()
Returns segment field name (component 1).
|
ST |
getRcd2_HL7DateType()
Returns HL7 date type (component 2).
|
NM |
getRcd3_MaximumColumnWidth()
Returns maximum column width (component 3).
|
ST |
getSegmentFieldName()
Returns segment field name (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 ST getSegmentFieldName()
public ST getRcd1_SegmentFieldName()
public ST getHL7DateType()
public ST getRcd2_HL7DateType()
public NM getMaximumColumnWidth()
public NM getRcd3_MaximumColumnWidth()
Copyright © 2001-2012 University Health Network. All Rights Reserved.