public class ExtraComponents extends Object implements Serializable
| Constructor and Description |
|---|
ExtraComponents(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Varies |
getComponent(int comp)
Returns the component at the given location, creating it
and all preceeding components if necessary.
|
boolean |
isEmpty()
Returns true if extra components are empty
|
int |
numComponents()
Returns the number of existing extra components
|
String |
toString() |
public ExtraComponents(Message message)
public int numComponents()
public boolean isEmpty() throws HL7Exception
HL7Exceptionpublic Varies getComponent(int comp)
comp - the extra component number starting at 0 (i.e. 0 is the first
extra component)Copyright © 2001-2014 University Health Network. All Rights Reserved.