public class DLN extends AbstractComposite
Represents an HL7 DLN (Driver's License Number) data type. This type consists of the following components:
log| Constructor and Description |
|---|
DLN(Message message)
Creates a new DLN type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ST |
getDln1_LicenseNumber()
Returns License Number (component 1).
|
IS |
getDln2_IssuingStateProvinceCountry()
Returns Issuing State, Province, Country (component 2).
|
DT |
getDln3_ExpirationDate()
Returns Expiration Date (component 3).
|
DT |
getExpirationDate()
Returns Expiration Date (component 3).
|
IS |
getIssuingStateProvinceCountry()
Returns Issuing State, Province, Country (component 2).
|
ST |
getLicenseNumber()
Returns License Number (component 1).
|
clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public ST getLicenseNumber()
public ST getDln1_LicenseNumber()
public IS getIssuingStateProvinceCountry()
public IS getDln2_IssuingStateProvinceCountry()
public DT getExpirationDate()
public DT getDln3_ExpirationDate()
Copyright © 2001-2013 University Health Network. All Rights Reserved.