|
|
||||||
| 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.v251.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 | ||||||