|
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.merge.HL7.HL7Field
com.merge.HL7.v260.fields.HL7FieldCSU
public class HL7FieldCSU
This data type defines the channel sensitivity (gain) and the units in which it is measured in a waveform result.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.merge.HL7.HL7Field |
|---|
HL7Field.FieldFormatter |
| Field Summary |
|---|
| Fields inherited from class com.merge.HL7.HL7Field |
|---|
EMPTY_VALUE, NULL_VALUE |
| Constructor Summary | |
|---|---|
HL7FieldCSU()
Creates an empty HL7 CSU type field object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternateUnitofMeasureCodingSystem()
Gets the Alternate Unit of Measure Coding System component of this field. |
java.lang.String |
getAlternateUnitofMeasureDescription()
Gets the Alternate Unit of Measure Description component of this field. |
java.lang.String |
getAlternateUnitofMeasureIdentifier()
Gets the Alternate Unit of Measure Identifier component of this field. |
java.lang.String |
getChannelSensitivity()
Gets the Channel Sensitivity component of this field. |
java.lang.String |
getComponentDescription(int index)
Gets the description of a component in this field. |
int |
getComponentLength(int index)
Gets the maximum number of characters for a component in this field. |
java.lang.String |
getComponentType(int index)
Gets the HL7 data type of a component in this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
java.lang.String |
getUnitofMeasureCodingSystem()
Gets the Unit of Measure Coding System component of this field. |
java.lang.String |
getUnitofMeasureDescription()
Gets the Unit of Measure Description component of this field. |
java.lang.String |
getUnitofMeasureIdentifier()
Gets the Unit of Measure Identifier component of this field. |
boolean |
isAlternateUnitofMeasureCodingSystemEmpty()
Tells whether the Alternate Unit of Measure Coding System component has been specified. |
boolean |
isAlternateUnitofMeasureCodingSystemNull()
Tells whether the Alternate Unit of Measure Coding System component has a has Null value as defined by HL7. |
boolean |
isAlternateUnitofMeasureDescriptionEmpty()
Tells whether the Alternate Unit of Measure Description component has been specified. |
boolean |
isAlternateUnitofMeasureDescriptionNull()
Tells whether the Alternate Unit of Measure Description component has a has Null value as defined by HL7. |
boolean |
isAlternateUnitofMeasureIdentifierEmpty()
Tells whether the Alternate Unit of Measure Identifier component has been specified. |
boolean |
isAlternateUnitofMeasureIdentifierNull()
Tells whether the Alternate Unit of Measure Identifier component has a has Null value as defined by HL7. |
boolean |
isChannelSensitivityEmpty()
Tells whether the Channel Sensitivity component has been specified. |
boolean |
isChannelSensitivityNull()
Tells whether the Channel Sensitivity component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isUnitofMeasureCodingSystemEmpty()
Tells whether the Unit of Measure Coding System component has been specified. |
boolean |
isUnitofMeasureCodingSystemNull()
Tells whether the Unit of Measure Coding System component has a has Null value as defined by HL7. |
boolean |
isUnitofMeasureDescriptionEmpty()
Tells whether the Unit of Measure Description component has been specified. |
boolean |
isUnitofMeasureDescriptionNull()
Tells whether the Unit of Measure Description component has a has Null value as defined by HL7. |
boolean |
isUnitofMeasureIdentifierEmpty()
Tells whether the Unit of Measure Identifier component has been specified. |
boolean |
isUnitofMeasureIdentifierNull()
Tells whether the Unit of Measure Identifier component has a has Null value as defined by HL7. |
void |
setAlternateUnitofMeasureCodingSystem(java.lang.String val)
Sets the Alternate Unit of Measure Coding System from a string. |
void |
setAlternateUnitofMeasureDescription(java.lang.String val)
Sets the Alternate Unit of Measure Description from a string. |
void |
setAlternateUnitofMeasureIdentifier(java.lang.String val)
Sets the Alternate Unit of Measure Identifier from a string. |
void |
setChannelSensitivity(java.lang.String val)
Sets the Channel Sensitivity from a string. |
void |
setUnitofMeasureCodingSystem(java.lang.String val)
Sets the Unit of Measure Coding System from a string. |
void |
setUnitofMeasureDescription(java.lang.String val)
Sets the Unit of Measure Description from a string. |
void |
setUnitofMeasureIdentifier(java.lang.String val)
Sets the Unit of Measure Identifier from a string. |
| Methods inherited from class com.merge.HL7.HL7Field |
|---|
clone, createField, createField, getBoolValue, getComponent, getContent, getContent, getContent, getDataType, getDateValue, getDoubleValue, getFieldFormatter, getFieldName, getHL7Version, getIntValue, getMinSize, getValue, getValue, isBasicType, isEmpty, isNull, setComponent, setContent, setContent, setFieldClass, setFormatter, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, size, toAnnotatedString, toAnnotatedString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HL7FieldCSU()
| Method Detail |
|---|
public int getMaxSize()
getMaxSize in class HL7Fieldpublic java.lang.String getComponentType(int index)
getComponentType in class HL7Fieldindex - The one based index of the component.
public java.lang.String getComponentDescription(int index)
getComponentDescription in class HL7Fieldindex - The one based index of the component.
public int getComponentLength(int index)
getComponentLength in class HL7Fieldindex - The one based index of the component.
public boolean isComponentMandatory(int index)
isComponentMandatory in class HL7Fieldindex - The one based index of the component.
public java.lang.String getTableNo(int index)
getTableNo in class HL7Fieldindex - The one based index of the component.
public java.lang.String getChannelSensitivity()
public void setChannelSensitivity(java.lang.String val)
val - The value to set for Channel Sensitivitypublic boolean isChannelSensitivityEmpty()
public boolean isChannelSensitivityNull()
public java.lang.String getUnitofMeasureIdentifier()
public void setUnitofMeasureIdentifier(java.lang.String val)
val - The value to set for Unit of Measure Identifierpublic boolean isUnitofMeasureIdentifierEmpty()
public boolean isUnitofMeasureIdentifierNull()
public java.lang.String getUnitofMeasureDescription()
public void setUnitofMeasureDescription(java.lang.String val)
val - The value to set for Unit of Measure Descriptionpublic boolean isUnitofMeasureDescriptionEmpty()
public boolean isUnitofMeasureDescriptionNull()
public java.lang.String getUnitofMeasureCodingSystem()
public void setUnitofMeasureCodingSystem(java.lang.String val)
val - The value to set for Unit of Measure Coding Systempublic boolean isUnitofMeasureCodingSystemEmpty()
public boolean isUnitofMeasureCodingSystemNull()
public java.lang.String getAlternateUnitofMeasureIdentifier()
public void setAlternateUnitofMeasureIdentifier(java.lang.String val)
val - The value to set for Alternate Unit of Measure Identifierpublic boolean isAlternateUnitofMeasureIdentifierEmpty()
public boolean isAlternateUnitofMeasureIdentifierNull()
public java.lang.String getAlternateUnitofMeasureDescription()
public void setAlternateUnitofMeasureDescription(java.lang.String val)
val - The value to set for Alternate Unit of Measure Descriptionpublic boolean isAlternateUnitofMeasureDescriptionEmpty()
public boolean isAlternateUnitofMeasureDescriptionNull()
public java.lang.String getAlternateUnitofMeasureCodingSystem()
public void setAlternateUnitofMeasureCodingSystem(java.lang.String val)
val - The value to set for Alternate Unit of Measure Coding Systempublic boolean isAlternateUnitofMeasureCodingSystemEmpty()
public boolean isAlternateUnitofMeasureCodingSystemNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||