ca.uhn.hl7v2.model.v24.group
Class NMQ_N01_CLOCK_AND_STATISTICS

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractGroup
      extended by ca.uhn.hl7v2.model.v24.group.NMQ_N01_CLOCK_AND_STATISTICS
All Implemented Interfaces:
Group, Structure, Serializable

public class NMQ_N01_CLOCK_AND_STATISTICS
extends AbstractGroup

Represents a NMQ_N01_CLOCK_AND_STATISTICS group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

See Also:
Serialized Form

Constructor Summary
NMQ_N01_CLOCK_AND_STATISTICS(Group parent, ModelClassFactory factory)
          Creates a new NMQ_N01_CLOCK_AND_STATISTICS group
 
Method Summary
 NCK getNCK()
          Returns NCK (System clock) - creates it if necessary
 NSC getNSC()
          Returns NSC (Application status change) - creates it if necessary
 NST getNST()
          Returns NST (Application control level statistics) - creates it if necessary
 String getVersion()
          Returns "2.4"
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getClass, getMessage, getModelClassFactory, getName, getNames, getParent, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMQ_N01_CLOCK_AND_STATISTICS

public NMQ_N01_CLOCK_AND_STATISTICS(Group parent,
                                    ModelClassFactory factory)
Creates a new NMQ_N01_CLOCK_AND_STATISTICS group

Method Detail

getVersion

public String getVersion()
Returns "2.4"


getNCK

public NCK getNCK()
Returns NCK (System clock) - creates it if necessary


getNST

public NST getNST()
Returns NST (Application control level statistics) - creates it if necessary


getNSC

public NSC getNSC()
Returns NSC (Application status change) - creates it if necessary



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