|
||||||||||
| 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.ECD
public class ECD
Represents an HL7 ECD message segment (Equipment Command). This segment has the following fields:
| Constructor Summary | |
|---|---|
ECD(Group parent,
ModelClassFactory factory)
Creates a new ECD segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
NM |
getEcd1_ReferenceCommandNumber()
Returns ECD-1: "Reference Command Number" - creates it if necessary |
CE |
getEcd2_RemoteControlCommand()
Returns ECD-2: "Remote Control Command" - creates it if necessary |
ID |
getEcd3_ResponseRequired()
Returns ECD-3: "Response Required" - creates it if necessary |
TQ |
getEcd4_RequestedCompletionTime()
Returns ECD-4: "Requested Completion Time" - creates it if necessary |
ST |
getEcd5_Parameters(int rep)
Returns a specific repetition of ECD-5: "Parameters" - creates it if necessary |
int |
getEcd5_ParametersReps()
Returns a count of the current number of repetitions of Parameters (ECD-5). |
ST[] |
getParameters()
Returns all repetitions of Parameters (ECD-5). |
ST |
getParameters(int rep)
Returns a specific repetition of ECD-5: "Parameters" - creates it if necessary |
int |
getParametersReps()
Returns a count of the current number of repetitions of Parameters (ECD-5). |
NM |
getReferenceCommandNumber()
Returns ECD-1: "Reference Command Number" - creates it if necessary |
CE |
getRemoteControlCommand()
Returns ECD-2: "Remote Control Command" - creates it if necessary |
TQ |
getRequestedCompletionTime()
Returns ECD-4: "Requested Completion Time" - creates it if necessary |
ID |
getResponseRequired()
Returns ECD-3: "Response Required" - creates it if necessary |
ST |
insertEcd5_Parameters(int rep)
Inserts a repetition of ECD-5: "Parameters" at a specific index |
ST |
insertParameters(int rep)
Inserts a repetition of ECD-5: "Parameters" at a specific index |
ST |
removeEcd5_Parameters(int rep)
Removes a repetition of ECD-5: "Parameters" at a specific index |
ST |
removeParameters(int rep)
Removes a repetition of ECD-5: "Parameters" 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 ECD(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public NM getReferenceCommandNumber()
public NM getEcd1_ReferenceCommandNumber()
public CE getRemoteControlCommand()
public CE getEcd2_RemoteControlCommand()
public ID getResponseRequired()
public ID getEcd3_ResponseRequired()
public TQ getRequestedCompletionTime()
public TQ getEcd4_RequestedCompletionTime()
public ST[] getParameters()
public int getParametersReps()
public ST getParameters(int rep)
rep - The repetition index (0-indexed)public ST getEcd5_Parameters(int rep)
rep - The repetition index (0-indexed)public int getEcd5_ParametersReps()
public ST insertParameters(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 ST insertEcd5_Parameters(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 ST removeParameters(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 ST removeEcd5_Parameters(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 | |||||||||