org.vmdb.hl7
Class FCElement

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

public class FCElement
extends HL7Element

Financial Class (FC) Element.

Description: HL7 Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

The method names follow the convention established by other Element type classes. Names follow the HL7 documentation.

See the HL7 documentation for an explanation of each component.


Constructor Summary
FCElement()
          Construct a Financial Class Element using the default name and type constants at the default level FIELD.
FCElement(int iLevel)
          Construct a Financial Class Element using the default name and type constants.
 
Method Summary
 java.lang.String getEffectiveDate()
           
 java.lang.String getFinancialClass()
           
 void setEffectiveDate(java.lang.String sEffectiveDate)
           
 void setFinancialClass(java.lang.String sFinancialClass)
           
 
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

FCElement

public FCElement(int iLevel)
Construct a Financial Class Element using the default name and type constants.

Parameters:
iLevel - One of the constants for specifying level as FIELD, COMPONENT, or SUBCOMPONENT. Default FIELD.

FCElement

public FCElement()
Construct a Financial Class Element using the default name and type constants at the default level FIELD.

Method Detail

setFinancialClass

public void setFinancialClass(java.lang.String sFinancialClass)

getFinancialClass

public java.lang.String getFinancialClass()

setEffectiveDate

public void setEffectiveDate(java.lang.String sEffectiveDate)

getEffectiveDate

public java.lang.String getEffectiveDate()

SourceForge.net Logo