|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.RDF
public class RDF
Represents an HL7 RDF message segment (Table Row Definition). This segment has the following fields:
| Constructor Summary | |
|---|---|
RDF(Group parent,
ModelClassFactory factory)
Creates a new RDF segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
RCD[] |
getColumnDescription()
Returns all repetitions of Column Description (RDF-2). |
RCD |
getColumnDescription(int rep)
Returns a specific repetition of RDF-2: "Column Description" - creates it if necessary |
int |
getColumnDescriptionReps()
Returns a count of the current number of repetitions of Column Description (RDF-2). |
NM |
getNumberOfColumnsPerRow()
Returns RDF-1: "Number of Columns per Row" - creates it if necessary |
NM |
getRdf1_NumberOfColumnsPerRow()
Returns RDF-1: "Number of Columns per Row" - creates it if necessary |
RCD |
getRdf2_ColumnDescription(int rep)
Returns a specific repetition of RDF-2: "Column Description" - creates it if necessary |
int |
getRdf2_ColumnDescriptionReps()
Returns a count of the current number of repetitions of Column Description (RDF-2). |
RCD |
insertColumnDescription(int rep)
Inserts a repetition of RDF-2: "Column Description" at a specific index |
RCD |
insertRdf2_ColumnDescription(int rep)
Inserts a repetition of RDF-2: "Column Description" at a specific index |
RCD |
removeColumnDescription(int rep)
Removes a repetition of RDF-2: "Column Description" at a specific index |
RCD |
removeRdf2_ColumnDescription(int rep)
Removes a repetition of RDF-2: "Column Description" at a specific index |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment |
|---|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDF(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public NM getNumberOfColumnsPerRow()
public NM getRdf1_NumberOfColumnsPerRow()
public RCD[] getColumnDescription()
public int getColumnDescriptionReps()
public RCD getColumnDescription(int rep)
rep - The repetition index (0-indexed)public RCD getRdf2_ColumnDescription(int rep)
rep - The repetition index (0-indexed)public int getRdf2_ColumnDescriptionReps()
public RCD insertColumnDescription(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public RCD insertRdf2_ColumnDescription(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public RCD removeColumnDescription(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public RCD removeRdf2_ColumnDescription(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||