ca.uhn.hl7v2.model.v24.segment
Class NDS

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.NDS
All Implemented Interfaces:
Segment, Structure, Serializable

public class NDS
extends AbstractSegment

Represents an HL7 NDS message segment (Notification Detail). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
NDS(Group parent, ModelClassFactory factory)
          Creates a new NDS segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 NM getNds1_NotificationReferenceNumber()
          Returns NDS-1: "Notification Reference Number" - creates it if necessary
 TS getNds2_NotificationDateTime()
          Returns NDS-2: "Notification Date/Time" - creates it if necessary
 CE getNds3_NotificationAlertSeverity()
          Returns NDS-3: "Notification Alert Severity" - creates it if necessary
 CE getNds4_NotificationCode()
          Returns NDS-4: "Notification Code" - creates it if necessary
 CE getNotificationAlertSeverity()
          Returns NDS-3: "Notification Alert Severity" - creates it if necessary
 CE getNotificationCode()
          Returns NDS-4: "Notification Code" - creates it if necessary
 TS getNotificationDateTime()
          Returns NDS-2: "Notification Date/Time" - creates it if necessary
 NM getNotificationReferenceNumber()
          Returns NDS-1: "Notification Reference Number" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NDS

public NDS(Group parent,
           ModelClassFactory factory)
Creates a new NDS segment

Method Detail

getNotificationReferenceNumber

public NM getNotificationReferenceNumber()
Returns NDS-1: "Notification Reference Number" - creates it if necessary


getNds1_NotificationReferenceNumber

public NM getNds1_NotificationReferenceNumber()
Returns NDS-1: "Notification Reference Number" - creates it if necessary


getNotificationDateTime

public TS getNotificationDateTime()
Returns NDS-2: "Notification Date/Time" - creates it if necessary


getNds2_NotificationDateTime

public TS getNds2_NotificationDateTime()
Returns NDS-2: "Notification Date/Time" - creates it if necessary


getNotificationAlertSeverity

public CE getNotificationAlertSeverity()
Returns NDS-3: "Notification Alert Severity" - creates it if necessary


getNds3_NotificationAlertSeverity

public CE getNds3_NotificationAlertSeverity()
Returns NDS-3: "Notification Alert Severity" - creates it if necessary


getNotificationCode

public CE getNotificationCode()
Returns NDS-4: "Notification Code" - creates it if necessary


getNds4_NotificationCode

public CE getNds4_NotificationCode()
Returns NDS-4: "Notification Code" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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