public class ExtraComponents extends Object implements Serializable
Constructor and Description |
---|
ExtraComponents(Message message) |
Modifier and Type | Method and Description |
---|---|
Variable |
getComponent(int comp)
Returns the component at the given location, creating it
and all preceeding components if necessary.
|
Message |
getMessage() |
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
HL7Exception
public Message getMessage()
public Variable getComponent(int comp)
comp
- the extra component number starting at 0 (i.e. 0 is the first
extra component)Copyright © 2001–2017 University Health Network. All rights reserved.