public class CM_DIN extends AbstractComposite
Represents an HL7 CM_DIN (activation date) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_DIN(Message message)
Creates a new CM_DIN type
|
| Modifier and Type | Method and Description |
|---|---|
TS |
getCm_din1_Date()
Returns date (component 1).
|
CE |
getCm_din2_InstitutionName()
Returns institution name (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
TS |
getDate()
Returns date (component 1).
|
CE |
getInstitutionName()
Returns institution name (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 TS getDate()
public TS getCm_din1_Date()
public CE getInstitutionName()
public CE getCm_din2_InstitutionName()
Copyright © 2001-2012 University Health Network. All Rights Reserved.