ca.uhn.hl7v2.model.v24.datatype
Class NDL

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.v24.datatype.NDL
All Implemented Interfaces:
Composite, Type, Serializable

public class NDL
extends AbstractType
implements Composite

Represents an HL7 NDL (observing practitioner) data type. This type consists of the following components:

See Also:
Serialized Form

Constructor Summary
NDL(Message message)
          Creates a new NDL type
 
Method Summary
 IS getBed()
          Returns bed (component #6).
 IS getBuilding()
          Returns building (component #10).
 Type getComponent(int number)
          Returns an individual data component.
 Type[] getComponents()
          Returns an array containing the data elements.
 TS getEndDateTime()
          Returns end date/time (component #3).
 HD getFacility()
          Returns facility (HD) (component #7).
 IS getFloor()
          Returns floor (component #11).
 IS getLocationStatus()
          Returns location status (component #8).
 CNN getNdl1_OPName()
          Returns OP name (component #1).
 IS getNdl10_Building()
          Returns building (component #10).
 IS getNdl11_Floor()
          Returns floor (component #11).
 TS getNdl2_StartDateTime()
          Returns start date/time (component #2).
 TS getNdl3_EndDateTime()
          Returns end date/time (component #3).
 IS getNdl4_PointOfCare()
          Returns point of care (IS) (component #4).
 IS getNdl5_Room()
          Returns room (component #5).
 IS getNdl6_Bed()
          Returns bed (component #6).
 HD getNdl7_Facility()
          Returns facility (HD) (component #7).
 IS getNdl8_LocationStatus()
          Returns location status (component #8).
 IS getNdl9_PersonLocationType()
          Returns person location type (component #9).
 CNN getOPName()
          Returns OP name (component #1).
 IS getPersonLocationType()
          Returns person location type (component #9).
 IS getPointOfCare()
          Returns point of care (IS) (component #4).
 IS getRoom()
          Returns room (component #5).
 TS getStartDateTime()
          Returns start date/time (component #2).
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
clear, encode, getExtraComponents, getMessage, getName, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
clear, encode, getExtraComponents, getMessage, getName, parse
 

Constructor Detail

NDL

public NDL(Message message)
Creates a new NDL type

Method Detail

getComponents

public Type[] getComponents()
Returns an array containing the data elements.

Specified by:
getComponents in interface Composite

getComponent

public Type getComponent(int number)
                  throws DataTypeException
Returns an individual data component.

Specified by:
getComponent in interface Composite
Parameters:
number - The component number (0-indexed)
Throws:
DataTypeException - if the given element number is out of range.

getOPName

public CNN getOPName()
Returns OP name (component #1). This is a convenience method that saves you from casting and handling an exception.


getNdl1_OPName

public CNN getNdl1_OPName()
Returns OP name (component #1). This is a convenience method that saves you from casting and handling an exception.


getStartDateTime

public TS getStartDateTime()
Returns start date/time (component #2). This is a convenience method that saves you from casting and handling an exception.


getNdl2_StartDateTime

public TS getNdl2_StartDateTime()
Returns start date/time (component #2). This is a convenience method that saves you from casting and handling an exception.


getEndDateTime

public TS getEndDateTime()
Returns end date/time (component #3). This is a convenience method that saves you from casting and handling an exception.


getNdl3_EndDateTime

public TS getNdl3_EndDateTime()
Returns end date/time (component #3). This is a convenience method that saves you from casting and handling an exception.


getPointOfCare

public IS getPointOfCare()
Returns point of care (IS) (component #4). This is a convenience method that saves you from casting and handling an exception.


getNdl4_PointOfCare

public IS getNdl4_PointOfCare()
Returns point of care (IS) (component #4). This is a convenience method that saves you from casting and handling an exception.


getRoom

public IS getRoom()
Returns room (component #5). This is a convenience method that saves you from casting and handling an exception.


getNdl5_Room

public IS getNdl5_Room()
Returns room (component #5). This is a convenience method that saves you from casting and handling an exception.


getBed

public IS getBed()
Returns bed (component #6). This is a convenience method that saves you from casting and handling an exception.


getNdl6_Bed

public IS getNdl6_Bed()
Returns bed (component #6). This is a convenience method that saves you from casting and handling an exception.


getFacility

public HD getFacility()
Returns facility (HD) (component #7). This is a convenience method that saves you from casting and handling an exception.


getNdl7_Facility

public HD getNdl7_Facility()
Returns facility (HD) (component #7). This is a convenience method that saves you from casting and handling an exception.


getLocationStatus

public IS getLocationStatus()
Returns location status (component #8). This is a convenience method that saves you from casting and handling an exception.


getNdl8_LocationStatus

public IS getNdl8_LocationStatus()
Returns location status (component #8). This is a convenience method that saves you from casting and handling an exception.


getPersonLocationType

public IS getPersonLocationType()
Returns person location type (component #9). This is a convenience method that saves you from casting and handling an exception.


getNdl9_PersonLocationType

public IS getNdl9_PersonLocationType()
Returns person location type (component #9). This is a convenience method that saves you from casting and handling an exception.


getBuilding

public IS getBuilding()
Returns building (component #10). This is a convenience method that saves you from casting and handling an exception.


getNdl10_Building

public IS getNdl10_Building()
Returns building (component #10). This is a convenience method that saves you from casting and handling an exception.


getFloor

public IS getFloor()
Returns floor (component #11). This is a convenience method that saves you from casting and handling an exception.


getNdl11_Floor

public IS getNdl11_Floor()
Returns floor (component #11). This is a convenience method that saves you from casting and handling an exception.



Copyright © 2001-2011 University Health Network. All Rights Reserved.