|
|
||||||
| 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.HL7FieldCCP
public class HL7FieldCCP
This data type identifies the corrections to channel sensitivity, the baseline, and the channel time skew when transmitting waveform results.
| 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 | |
|---|---|
HL7FieldCCP()
Creates an empty HL7 CCP type field object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getChannelCalibrationBaseline()
Gets the Channel Calibration Baseline component of this field. |
java.lang.String |
getChannelCalibrationSensitivityCorrectionFactor()
Gets the Channel Calibration Sensitivity Correction Factor component of this field. |
java.lang.String |
getChannelCalibrationTimeSkew()
Gets the Channel Calibration Time Skew 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. |
boolean |
isChannelCalibrationBaselineEmpty()
Tells whether the Channel Calibration Baseline component has been specified. |
boolean |
isChannelCalibrationBaselineNull()
Tells whether the Channel Calibration Baseline component has a has Null value as defined by HL7. |
boolean |
isChannelCalibrationSensitivityCorrectionFactorEmpty()
Tells whether the Channel Calibration Sensitivity Correction Factor component has been specified. |
boolean |
isChannelCalibrationSensitivityCorrectionFactorNull()
Tells whether the Channel Calibration Sensitivity Correction Factor component has a has Null value as defined by HL7. |
boolean |
isChannelCalibrationTimeSkewEmpty()
Tells whether the Channel Calibration Time Skew component has been specified. |
boolean |
isChannelCalibrationTimeSkewNull()
Tells whether the Channel Calibration Time Skew component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
void |
setChannelCalibrationBaseline(java.lang.String val)
Sets the Channel Calibration Baseline from a string. |
void |
setChannelCalibrationSensitivityCorrectionFactor(java.lang.String val)
Sets the Channel Calibration Sensitivity Correction Factor from a string. |
void |
setChannelCalibrationTimeSkew(java.lang.String val)
Sets the Channel Calibration Time Skew 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 HL7FieldCCP()
| 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 getChannelCalibrationSensitivityCorrectionFactor()
public void setChannelCalibrationSensitivityCorrectionFactor(java.lang.String val)
val - The value to set for Channel Calibration Sensitivity Correction Factorpublic boolean isChannelCalibrationSensitivityCorrectionFactorEmpty()
public boolean isChannelCalibrationSensitivityCorrectionFactorNull()
public java.lang.String getChannelCalibrationBaseline()
public void setChannelCalibrationBaseline(java.lang.String val)
val - The value to set for Channel Calibration Baselinepublic boolean isChannelCalibrationBaselineEmpty()
public boolean isChannelCalibrationBaselineNull()
public java.lang.String getChannelCalibrationTimeSkew()
public void setChannelCalibrationTimeSkew(java.lang.String val)
val - The value to set for Channel Calibration Time Skewpublic boolean isChannelCalibrationTimeSkewEmpty()
public boolean isChannelCalibrationTimeSkewNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||