|
|
||||||
| 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.HL7FieldDLN
public class HL7FieldDLN
This field contains the driver’s license information. For state or province refer to official postal codes for that country; for country refer to ISO 3166 for codes.
| 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 | |
|---|---|
HL7FieldDLN()
Creates an empty HL7 DLN 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 |
getExpirationDate()
Gets the Expiration Date component of this field. |
java.lang.String |
getIssuingStateProvinceCountry()
Gets the Issuing State, Province, Country component of this field. |
java.lang.String |
getLicenseNumber()
Gets the License Number 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 |
isExpirationDateEmpty()
Tells whether the Expiration Date component has been specified. |
boolean |
isExpirationDateNull()
Tells whether the Expiration Date component has a has Null value as defined by HL7. |
boolean |
isIssuingStateProvinceCountryEmpty()
Tells whether the Issuing State, Province, Country component has been specified. |
boolean |
isIssuingStateProvinceCountryNull()
Tells whether the Issuing State, Province, Country component has a has Null value as defined by HL7. |
boolean |
isLicenseNumberEmpty()
Tells whether the License Number component has been specified. |
boolean |
isLicenseNumberNull()
Tells whether the License Number component has a has Null value as defined by HL7. |
void |
setExpirationDate(java.lang.String val)
Sets the Expiration Date from a string. |
void |
setIssuingStateProvinceCountry(java.lang.String val)
Sets the Issuing State, Province, Country from a string. |
void |
setLicenseNumber(java.lang.String val)
Sets the License Number 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 HL7FieldDLN()
| 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 getLicenseNumber()
public void setLicenseNumber(java.lang.String val)
val - The value to set for License Numberpublic boolean isLicenseNumberEmpty()
public boolean isLicenseNumberNull()
public java.lang.String getIssuingStateProvinceCountry()
public void setIssuingStateProvinceCountry(java.lang.String val)
val - The value to set for Issuing State, Province, Countrypublic boolean isIssuingStateProvinceCountryEmpty()
public boolean isIssuingStateProvinceCountryNull()
public java.lang.String getExpirationDate()
public void setExpirationDate(java.lang.String val)
val - The value to set for Expiration Datepublic boolean isExpirationDateEmpty()
public boolean isExpirationDateNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||