public class EQU extends AbstractSegment
Represents an HL7 EQU message segment (Equipment Detail). This segment has the following fields:
log| Constructor and Description |
|---|
EQU(Group parent,
ModelClassFactory factory)
Creates a new EQU segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
CWE |
getAlertLevel()
Returns
EQU-5: "Alert Level" - creates it if necessary
|
EI[] |
getEqu1_EquipmentInstanceIdentifier()
Returns all repetitions of Equipment Instance Identifier (EQU-1).
|
EI |
getEqu1_EquipmentInstanceIdentifier(int rep)
Returns a specific repetition of
EQU-1: "Equipment Instance Identifier" - creates it if necessary
|
int |
getEqu1_EquipmentInstanceIdentifierReps()
Returns a count of the current number of repetitions of Equipment Instance Identifier (EQU-1).
|
DTM |
getEqu2_EventDateTime()
Returns
EQU-2: "Event Date/Time" - creates it if necessary
|
CWE |
getEqu3_EquipmentState()
Returns
EQU-3: "Equipment State" - creates it if necessary
|
CWE |
getEqu4_LocalRemoteControlState()
Returns
EQU-4: "Local/Remote Control State" - creates it if necessary
|
CWE |
getEqu5_AlertLevel()
Returns
EQU-5: "Alert Level" - creates it if necessary
|
EI[] |
getEquipmentInstanceIdentifier()
Returns all repetitions of Equipment Instance Identifier (EQU-1).
|
EI |
getEquipmentInstanceIdentifier(int rep)
Returns a specific repetition of
EQU-1: "Equipment Instance Identifier" - creates it if necessary
|
int |
getEquipmentInstanceIdentifierReps()
Returns a count of the current number of repetitions of Equipment Instance Identifier (EQU-1).
|
CWE |
getEquipmentState()
Returns
EQU-3: "Equipment State" - creates it if necessary
|
DTM |
getEventDateTime()
Returns
EQU-2: "Event Date/Time" - creates it if necessary
|
CWE |
getLocalRemoteControlState()
Returns
EQU-4: "Local/Remote Control State" - creates it if necessary
|
EI |
insertEqu1_EquipmentInstanceIdentifier(int rep)
Inserts a repetition of
EQU-1: "Equipment Instance Identifier" at a specific index
|
EI |
insertEquipmentInstanceIdentifier(int rep)
Inserts a repetition of
EQU-1: "Equipment Instance Identifier" at a specific index
|
EI |
removeEqu1_EquipmentInstanceIdentifier(int rep)
Removes a repetition of
EQU-1: "Equipment Instance Identifier" at a specific index
|
EI |
removeEquipmentInstanceIdentifier(int rep)
Removes a repetition of
EQU-1: "Equipment Instance Identifier" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic EQU(Group parent, ModelClassFactory factory)
public EI[] getEquipmentInstanceIdentifier()
public EI[] getEqu1_EquipmentInstanceIdentifier()
public int getEquipmentInstanceIdentifierReps()
public EI getEquipmentInstanceIdentifier(int rep)
rep - The repetition index (0-indexed)public EI getEqu1_EquipmentInstanceIdentifier(int rep)
rep - The repetition index (0-indexed)public int getEqu1_EquipmentInstanceIdentifierReps()
public EI insertEquipmentInstanceIdentifier(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 EI insertEqu1_EquipmentInstanceIdentifier(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 EI removeEquipmentInstanceIdentifier(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 EI removeEqu1_EquipmentInstanceIdentifier(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 DTM getEventDateTime()
public DTM getEqu2_EventDateTime()
public CWE getEquipmentState()
public CWE getEqu3_EquipmentState()
public CWE getLocalRemoteControlState()
public CWE getEqu4_LocalRemoteControlState()
public CWE getAlertLevel()
public CWE getEqu5_AlertLevel()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001-2017 University Health Network. All Rights Reserved.