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

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

public class NMD_N02_CLOCK_AND_STATS_WITH_NOTES
extends AbstractGroup

Represents a NMD_N02_CLOCK_AND_STATS_WITH_NOTES 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
NMD_N02_CLOCK_AND_STATS_WITH_NOTES(Group parent, ModelClassFactory factory)
          Creates a new NMD_N02_CLOCK_AND_STATS_WITH_NOTES group
 
Method Summary
 NMD_N02_APP_STATS getAPP_STATS()
          Returns APP_STATS (a Group object) - creates it if necessary
 NMD_N02_APP_STATUS getAPP_STATUS()
          Returns APP_STATUS (a Group object) - creates it if necessary
 NMD_N02_CLOCK getCLOCK()
          Returns CLOCK (a Group object) - 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

NMD_N02_CLOCK_AND_STATS_WITH_NOTES

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

Method Detail

getVersion

public String getVersion()
Returns "2.4"


getCLOCK

public NMD_N02_CLOCK getCLOCK()
Returns CLOCK (a Group object) - creates it if necessary


getAPP_STATS

public NMD_N02_APP_STATS getAPP_STATS()
Returns APP_STATS (a Group object) - creates it if necessary


getAPP_STATUS

public NMD_N02_APP_STATUS getAPP_STATUS()
Returns APP_STATUS (a Group object) - creates it if necessary



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