public class CM_PLN extends AbstractComposite
Represents an HL7 CM_PLN (Practitioner ID Numbers) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_PLN(Message message)
Creates a new CM_PLN type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getCm_pln1_IDNumber()
Returns ID number (component 1).
|
IS |
getCm_pln2_TypeOfIDNumber()
Returns type of ID number (IS) (component 2).
|
ST |
getCm_pln3_StateOtherQualifyingInfo()
Returns state/other qualifying info (component 3).
|
DT |
getCm_pln4_ExpirationDate()
Returns expiration date (component 4).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
DT |
getExpirationDate()
Returns expiration date (component 4).
|
ST |
getIDNumber()
Returns ID number (component 1).
|
ST |
getStateOtherQualifyingInfo()
Returns state/other qualifying info (component 3).
|
IS |
getTypeOfIDNumber()
Returns type of ID number (IS) (component 2).
|
clear, getTypedencode, 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 getIDNumber()
public ST getCm_pln1_IDNumber()
public IS getTypeOfIDNumber()
public IS getCm_pln2_TypeOfIDNumber()
public ST getStateOtherQualifyingInfo()
public ST getCm_pln3_StateOtherQualifyingInfo()
public DT getExpirationDate()
public DT getCm_pln4_ExpirationDate()
Copyright © 2001-2012 University Health Network. All Rights Reserved.