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).
|
ID |
getCm_pln2_TypeOfIDNumber()
Returns type of ID number (ID) (component 2).
|
ST |
getCm_pln3_StateOtherQualifiyingInfo()
Returns state/other qualifiying info (component 3).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ST |
getIDNumber()
Returns ID number (component 1).
|
ST |
getStateOtherQualifiyingInfo()
Returns state/other qualifiying info (component 3).
|
ID |
getTypeOfIDNumber()
Returns type of ID number (ID) (component 2).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 ID getTypeOfIDNumber()
public ID getCm_pln2_TypeOfIDNumber()
public ST getStateOtherQualifiyingInfo()
public ST getCm_pln3_StateOtherQualifiyingInfo()
Copyright © 2001-2014 University Health Network. All Rights Reserved.