|
|
||||||
| 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.HL7FieldELD
public class HL7FieldELD
Specifies the segment that contains an error and describes the nature of the error.
| 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 | |
|---|---|
HL7FieldELD()
Creates an empty HL7 ELD type field object. |
|
| Method Summary | |
|---|---|
HL7FieldCE |
getCodeIdentifyingError()
Gets the Code Identifying Error component of this field. |
java.lang.String |
getCodeIdentifyingErrorValue()
Gets the Code Identifying Error 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 |
getFieldPosition()
Gets the Field Position component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getSegmentID()
Gets the Segment ID component of this field. |
java.lang.String |
getSegmentSequence()
Gets the Segment Sequence component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
boolean |
isCodeIdentifyingErrorEmpty()
Tells whether the Code Identifying Error component has been specified. |
boolean |
isCodeIdentifyingErrorNull()
Tells whether the Code Identifying Error component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isFieldPositionEmpty()
Tells whether the Field Position component has been specified. |
boolean |
isFieldPositionNull()
Tells whether the Field Position component has a has Null value as defined by HL7. |
boolean |
isSegmentIDEmpty()
Tells whether the Segment ID component has been specified. |
boolean |
isSegmentIDNull()
Tells whether the Segment ID component has a has Null value as defined by HL7. |
boolean |
isSegmentSequenceEmpty()
Tells whether the Segment Sequence component has been specified. |
boolean |
isSegmentSequenceNull()
Tells whether the Segment Sequence component has a has Null value as defined by HL7. |
void |
setCodeIdentifyingError(HL7FieldCE val)
Sets the Code Identifying Error component of this field. |
void |
setCodeIdentifyingErrorValue(java.lang.String val)
Sets the Code Identifying Error from a string. |
void |
setFieldPosition(java.lang.String val)
Sets the Field Position from a string. |
void |
setSegmentID(java.lang.String val)
Sets the Segment ID from a string. |
void |
setSegmentSequence(java.lang.String val)
Sets the Segment Sequence 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 HL7FieldELD()
| 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 getSegmentID()
public void setSegmentID(java.lang.String val)
val - The value to set for Segment IDpublic boolean isSegmentIDEmpty()
public boolean isSegmentIDNull()
public java.lang.String getSegmentSequence()
public void setSegmentSequence(java.lang.String val)
val - The value to set for Segment Sequencepublic boolean isSegmentSequenceEmpty()
public boolean isSegmentSequenceNull()
public java.lang.String getFieldPosition()
public void setFieldPosition(java.lang.String val)
val - The value to set for Field Positionpublic boolean isFieldPositionEmpty()
public boolean isFieldPositionNull()
public java.lang.String getCodeIdentifyingErrorValue()
public void setCodeIdentifyingErrorValue(java.lang.String val)
val - The value to set for Code Identifying Errorpublic HL7FieldCE getCodeIdentifyingError()
HL7FieldCE object representing Code Identifying Errorpublic void setCodeIdentifyingError(HL7FieldCE val)
val - An HL7FieldCE object containing the value to be set.public boolean isCodeIdentifyingErrorEmpty()
public boolean isCodeIdentifyingErrorNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||