public class CM_PAT_ID extends AbstractComposite
Represents an HL7 CM_PAT_ID (Patient ID) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_PAT_ID(Message message)
Creates a new CM_PAT_ID type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getCheckDigit()
Returns Check digit (component 2).
|
ID |
getCheckDigitScheme()
Returns Check digit scheme (component 3).
|
ST |
getCm_pat_id1_IDNumber()
Returns ID number (component 1).
|
NM |
getCm_pat_id2_CheckDigit()
Returns Check digit (component 2).
|
ID |
getCm_pat_id3_CheckDigitScheme()
Returns Check digit scheme (component 3).
|
ID |
getCm_pat_id4_FacilityID()
Returns Facility ID (component 4).
|
ID |
getCm_pat_id5_Type()
Returns type (component 5).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getFacilityID()
Returns Facility ID (component 4).
|
ST |
getIDNumber()
Returns ID number (component 1).
|
ID |
getType()
Returns type (component 5).
|
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 getIDNumber()
public ST getCm_pat_id1_IDNumber()
public NM getCheckDigit()
public NM getCm_pat_id2_CheckDigit()
public ID getCheckDigitScheme()
public ID getCm_pat_id3_CheckDigitScheme()
public ID getFacilityID()
public ID getCm_pat_id4_FacilityID()
public ID getType()
public ID getCm_pat_id5_Type()
Copyright © 2001-2013 University Health Network. All Rights Reserved.