|
|
||||||
| 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.HL7FieldDLT
public class HL7FieldDLT
Describes the information that controls delta check warnings.
| 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 | |
|---|---|
HL7FieldDLT()
Creates an empty HL7 DLT type field object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getChangeComputation()
Gets the Change Computation 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. |
java.lang.String |
getDaysRetained()
Gets the Days Retained component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
HL7FieldNR |
getNormalRange()
Gets the Normal Range component of this field. |
java.lang.String |
getNormalRangeValue()
Gets the Normal Range component of this field. |
java.lang.String |
getNumericThreshold()
Gets the Numeric Threshold component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
boolean |
isChangeComputationEmpty()
Tells whether the Change Computation component has been specified. |
boolean |
isChangeComputationNull()
Tells whether the Change Computation component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isDaysRetainedEmpty()
Tells whether the Days Retained component has been specified. |
boolean |
isDaysRetainedNull()
Tells whether the Days Retained component has a has Null value as defined by HL7. |
boolean |
isNormalRangeEmpty()
Tells whether the Normal Range component has been specified. |
boolean |
isNormalRangeNull()
Tells whether the Normal Range component has a has Null value as defined by HL7. |
boolean |
isNumericThresholdEmpty()
Tells whether the Numeric Threshold component has been specified. |
boolean |
isNumericThresholdNull()
Tells whether the Numeric Threshold component has a has Null value as defined by HL7. |
void |
setChangeComputation(java.lang.String val)
Sets the Change Computation from a string. |
void |
setDaysRetained(java.lang.String val)
Sets the Days Retained from a string. |
void |
setNormalRange(HL7FieldNR val)
Sets the Normal Range component of this field. |
void |
setNormalRangeValue(java.lang.String val)
Sets the Normal Range from a string. |
void |
setNumericThreshold(java.lang.String val)
Sets the Numeric Threshold 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 HL7FieldDLT()
| 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 getNormalRangeValue()
public void setNormalRangeValue(java.lang.String val)
val - The value to set for Normal Rangepublic HL7FieldNR getNormalRange()
HL7FieldNR object representing Normal Rangepublic void setNormalRange(HL7FieldNR val)
val - An HL7FieldNR object containing the value to be set.public boolean isNormalRangeEmpty()
public boolean isNormalRangeNull()
public java.lang.String getNumericThreshold()
public void setNumericThreshold(java.lang.String val)
val - The value to set for Numeric Thresholdpublic boolean isNumericThresholdEmpty()
public boolean isNumericThresholdNull()
public java.lang.String getChangeComputation()
public void setChangeComputation(java.lang.String val)
val - The value to set for Change Computationpublic boolean isChangeComputationEmpty()
public boolean isChangeComputationNull()
public java.lang.String getDaysRetained()
public void setDaysRetained(java.lang.String val)
val - The value to set for Days Retainedpublic boolean isDaysRetainedEmpty()
public boolean isDaysRetainedNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||