public class EQP extends AbstractSegment
Represents an HL7 EQP message segment (Equipment/log Service). This segment has the following fields:
log| Constructor and Description |
|---|
EQP(Group parent,
ModelClassFactory factory)
Creates a new EQP segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
TS |
getEndDateTime()
Returns
EQP-4: "End Date/Time" - creates it if necessary
|
CE |
getEqp1_EventType()
Returns
EQP-1: "Event type" - creates it if necessary
|
ST |
getEqp2_FileName()
Returns
EQP-2: "File Name" - creates it if necessary
|
TS |
getEqp3_StartDateTime()
Returns
EQP-3: "Start Date/Time" - creates it if necessary
|
TS |
getEqp4_EndDateTime()
Returns
EQP-4: "End Date/Time" - creates it if necessary
|
FT |
getEqp5_TransactionData()
Returns
EQP-5: "Transaction Data" - creates it if necessary
|
CE |
getEventType()
Returns
EQP-1: "Event type" - creates it if necessary
|
ST |
getFileName()
Returns
EQP-2: "File Name" - creates it if necessary
|
TS |
getStartDateTime()
Returns
EQP-3: "Start Date/Time" - creates it if necessary
|
FT |
getTransactionData()
Returns
EQP-5: "Transaction Data" - creates it if necessary
|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isRequired, main, numFields, parse, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic EQP(Group parent, ModelClassFactory factory)
public CE getEventType()
public CE getEqp1_EventType()
public ST getFileName()
public ST getEqp2_FileName()
public TS getStartDateTime()
public TS getEqp3_StartDateTime()
public TS getEndDateTime()
public TS getEqp4_EndDateTime()
public FT getTransactionData()
public FT getEqp5_TransactionData()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001-2012 University Health Network. All Rights Reserved.