public class MA extends AbstractComposite
Represents an HL7 MA (Multiplexed Array) data type. This type consists of the following components:
log| Constructor and Description |
|---|
MA(Message message)
Creates a new MA 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.
|
NM |
getMa1_SampleYFromChannel1()
Returns Sample Y From Channel 1 (component 1).
|
NM |
getMa2_SampleYFromChannel2()
Returns Sample Y From Channel 2 (component 2).
|
NM |
getMa3_SampleYFromChannel3()
Returns Sample Y From Channel 3 (component 3).
|
NM |
getMa4_SampleYFromChannel4()
Returns Sample Y From Channel 4 (component 4).
|
NM |
getSampleYFromChannel1()
Returns Sample Y From Channel 1 (component 1).
|
NM |
getSampleYFromChannel2()
Returns Sample Y From Channel 2 (component 2).
|
NM |
getSampleYFromChannel3()
Returns Sample Y From Channel 3 (component 3).
|
NM |
getSampleYFromChannel4()
Returns Sample Y From Channel 4 (component 4).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 getSampleYFromChannel1()
public NM getMa1_SampleYFromChannel1()
public NM getSampleYFromChannel2()
public NM getMa2_SampleYFromChannel2()
public NM getSampleYFromChannel3()
public NM getMa3_SampleYFromChannel3()
public NM getSampleYFromChannel4()
public NM getMa4_SampleYFromChannel4()
Copyright © 2001-2014 University Health Network. All Rights Reserved.