public class QSC extends AbstractComposite
Represents an HL7 QSC (Query Selection Criteria) data type. This type consists of the following components:
log| Constructor and Description |
|---|
QSC(Message message)
Creates a new QSC 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 |
getQsc1_SegmentFieldName()
Returns Segment Field Name (component 1).
|
ID |
getQsc2_RelationalOperator()
Returns Relational Operator (component 2).
|
ST |
getQsc3_Value()
Returns Value (component 3).
|
ID |
getQsc4_RelationalConjunction()
Returns Relational Conjunction (component 4).
|
ID |
getRelationalConjunction()
Returns Relational Conjunction (component 4).
|
ID |
getRelationalOperator()
Returns Relational Operator (component 2).
|
ST |
getSegmentFieldName()
Returns Segment Field Name (component 1).
|
ST |
getValue()
Returns Value (component 3).
|
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 getQsc1_SegmentFieldName()
public ID getRelationalOperator()
public ID getQsc2_RelationalOperator()
public ST getValue()
public ST getQsc3_Value()
public ID getRelationalConjunction()
public ID getQsc4_RelationalConjunction()
Copyright © 2001-2012 University Health Network. All Rights Reserved.