ca.uhn.hl7v2.model.v21.datatype
Class CM

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.AbstractComposite
          extended by ca.uhn.hl7v2.model.GenericComposite
              extended by ca.uhn.hl7v2.model.v21.datatype.CM
All Implemented Interfaces:
Composite, Type, Serializable

public class CM
extends GenericComposite

Version 2.1 contains a number of unspecified CM datatypes, which we model as GenericComposites. The type of each CM component can be set as needed, after parsing a message.

Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:37 $ by $Author: jamesagnew $
Author:
Bryan Tripp
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ca.uhn.hl7v2.model.AbstractComposite
log
 
Constructor Summary
CM(Message message)
           
 
Method Summary
 String getName()
          Returns the name of the type (used in XML encoding and profile checking)
 
Methods inherited from class ca.uhn.hl7v2.model.GenericComposite
getComponent, getComponents
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractComposite
clear, getTyped
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
encode, getExtraComponents, getMessage, parse
 

Constructor Detail

CM

public CM(Message message)
Parameters:
message - message to which this Type belongs
Method Detail

getName

public String getName()
Returns the name of the type (used in XML encoding and profile checking)

Specified by:
getName in interface Type
Overrides:
getName in class GenericComposite


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