org.vmdb.hl7
Class VIDElement

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

public class VIDElement
extends HL7Element

Version ID 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
VIDElement()
          Construct a composite message type element using the default name and type constants at the default level FIELD.
 
Method Summary
 CEElement getInternationalizationCode()
          Get the Internationalization code.
 CEElement getInternationalizationVersion()
          Get the Internationalization version.
 java.lang.String getVersionID()
          Get the version ID.
 void setInternationalizationCode(CEElement ceIntCode)
          Set the Internationalization code.
 void setInternationalizationVersion(CEElement ceIntVersion)
          Set the Internationalization version.
 void setVersionID(java.lang.String sVersionID)
          Set the version ID.
 
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

VIDElement

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

Method Detail

setVersionID

public void setVersionID(java.lang.String sVersionID)
Set the version ID.


getVersionID

public java.lang.String getVersionID()
Get the version ID.

Returns:
String with version ID, currently always 2.4

setInternationalizationCode

public void setInternationalizationCode(CEElement ceIntCode)
Set the Internationalization code.

Parameters:
ceIntCode - CE Element with code, not currently used

getInternationalizationCode

public CEElement getInternationalizationCode()
Get the Internationalization code.

Returns:
ceIntCode CE Element with code, not currently used

setInternationalizationVersion

public void setInternationalizationVersion(CEElement ceIntVersion)
Set the Internationalization version.


getInternationalizationVersion

public CEElement getInternationalizationVersion()
Get the Internationalization version.

Returns:
ceIntCode CE Element with version, not currently used

SourceForge.net Logo