ca.uhn.hl7v2.model.v21.datatype
Class CM
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.GenericComposite
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
|
Method Summary |
String |
getName()
Returns the name of the type (used in XML encoding and profile checking) |
CM
public CM(Message message)
- Parameters:
message - message to which this Type belongs
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.