|
|
||||||
| 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.HL7FieldDLD
public class HL7FieldDLD
Specifies the healthcare facility to which the patient was discharged and the date.
| 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 | |
|---|---|
HL7FieldDLD()
Creates an empty HL7 DLD type field object. |
|
| Method Summary | |
|---|---|
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 |
getDischargeLocation()
Gets the Discharge Location component of this field. |
HL7FieldTS |
getEffectiveDate()
Gets the Effective Date component of this field. |
java.lang.String |
getEffectiveDateValue()
Gets the Effective Date component of 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 |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isDischargeLocationEmpty()
Tells whether the Discharge Location component has been specified. |
boolean |
isDischargeLocationNull()
Tells whether the Discharge Location component has a has Null value as defined by HL7. |
boolean |
isEffectiveDateEmpty()
Tells whether the Effective Date component has been specified. |
boolean |
isEffectiveDateNull()
Tells whether the Effective Date component has a has Null value as defined by HL7. |
void |
setDischargeLocation(java.lang.String val)
Sets the Discharge Location from a string. |
void |
setEffectiveDate(HL7FieldTS val)
Sets the Effective Date component of this field. |
void |
setEffectiveDateValue(java.lang.String val)
Sets the Effective Date 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 HL7FieldDLD()
| 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 getDischargeLocation()
public void setDischargeLocation(java.lang.String val)
val - The value to set for Discharge Locationpublic boolean isDischargeLocationEmpty()
public boolean isDischargeLocationNull()
public java.lang.String getEffectiveDateValue()
public void setEffectiveDateValue(java.lang.String val)
val - The value to set for Effective Datepublic HL7FieldTS getEffectiveDate()
HL7FieldTS object representing Effective Datepublic void setEffectiveDate(HL7FieldTS val)
val - An HL7FieldTS object containing the value to be set.public boolean isEffectiveDateEmpty()
public boolean isEffectiveDateNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||