public class WVI extends AbstractComposite
Represents an HL7 WVI (channel identifier) data type. This type consists of the following components:
log| Constructor and Description |
|---|
WVI(Message message)
Creates a new WVI type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getChannelName()
Returns Channel Name (component 2).
|
NM |
getChannelNumber()
Returns Channel Number (component 1).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
NM |
getWvi1_ChannelNumber()
Returns Channel Number (component 1).
|
ST |
getWvi2_ChannelName()
Returns Channel Name (component 2).
|
clear, getTypedencode, 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 NM getChannelNumber()
public NM getWvi1_ChannelNumber()
public ST getChannelName()
public ST getWvi2_ChannelName()
Copyright © 2001-2012 University Health Network. All Rights Reserved.