|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object
Description: Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
This provides a generic interface supported by all HL7 objects as well as providing some general implementation.
Constructor Summary | |
HL7Object()
|
Method Summary | |
java.lang.String |
getRule()
Output the rule string for this object. |
java.lang.String |
toXML(int iDepth)
Output the object as XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HL7Object()
Method Detail |
public java.lang.String getRule()
public java.lang.String toXML(int iDepth)
iDepth
- int value for the number of spaces to indent this object. Used just
to make the XML easier to read as unformatted text.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |