public class CM_LICENSE_NO extends AbstractComposite
Represents an HL7 CM_LICENSE_NO (CM für Führerscheinlizenzen) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_LICENSE_NO(Message message)
Creates a new CM_LICENSE_NO type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getCm_license_no1_LicenseNumber()
Returns License Number (component 1).
|
ST |
getCm_license_no2_IssuingStateProvinceCountry()
Returns issuing state,province,country (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ST |
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 CM_LICENSE_NO(Message message)
public 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 getCm_license_no1_LicenseNumber()
public ST getIssuingStateProvinceCountry()
public ST getCm_license_no2_IssuingStateProvinceCountry()
Copyright © 2001-2013 University Health Network. All Rights Reserved.