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

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.GenericComposite
          extended by ca.uhn.hl7v2.model.v21.datatype.CM
All Implemented Interfaces:
Composite, Type, java.io.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

Constructor Summary
CM(Message message)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the type (used in XML encoding and profile checking)
 
Methods inherited from class ca.uhn.hl7v2.model.GenericComposite
clear, getComponent, getComponents
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, 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
encode, getExtraComponents, getMessage, parse
 

Constructor Detail

CM

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

getName

public java.lang.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-2011 University Health Network. All Rights Reserved.