org.vmdb.hl7
Class CM_ERRElement

java.lang.Object
  |
  +--org.vmdb.hl7.HL7Object
        |
        +--org.vmdb.hl7.HL7Element
              |
              +--org.vmdb.hl7.CM_ERRElement

public class CM_ERRElement
extends HL7Element

Composite Message Type Element.

Description: HL7 Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

Note: This element is only used in MSH to identify the specific message. As such it will probably only be used in implementation of classes that override HL7Message to implement specific message types.


Constructor Summary
CM_ERRElement()
          Construct a composite message type element using the default name and type constants at the default level FIELD.
 
Methods inherited from class org.vmdb.hl7.HL7Element
clear, empty, getComponent, getLevel, getType, getValue, initialize, iterator, makeElement, setComponent, setLevel, setType, setValue, size, toHL7String, toString, toXML
 
Methods inherited from class org.vmdb.hl7.HL7Object
getRule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CM_ERRElement

public CM_ERRElement()
Construct a composite message type element using the default name and type constants at the default level FIELD.


SourceForge.net Logo