public class EIP extends AbstractComposite
Represents an HL7 EIP (parent order) data type. This type consists of the following components:
log| Constructor and Description |
|---|
EIP(Message message)
Creates a new EIP 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.
|
EI |
getEip1_ParentSPlacerOrderNumber()
Returns parent´s placer order number (component 1).
|
EI |
getEip2_ParentSFillerOrderNumber()
Returns parent´s filler order number (component 2).
|
EI |
getParentSFillerOrderNumber()
Returns parent´s filler order number (component 2).
|
EI |
getParentSPlacerOrderNumber()
Returns parent´s placer order number (component 1).
|
clear, getTyped, isEmptyencode, 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 EI getParentSPlacerOrderNumber()
public EI getEip1_ParentSPlacerOrderNumber()
public EI getParentSFillerOrderNumber()
public EI getEip2_ParentSFillerOrderNumber()
Copyright © 2001-2013 University Health Network. All Rights Reserved.