|
|||||||||
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 | +--org.vmdb.hl7.HL7Element | +--org.vmdb.hl7.CEElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
Constructor Summary | |
CEElement()
Construct a Coded Element using the default name and type constants at the default level FIELD. |
|
CEElement(CEElement ceIn)
Copy constructor to clone away const'ness when using constant value CEs |
|
CEElement(int iLevel)
Construct a Coded Element using the default name and type constants. |
|
CEElement(java.lang.String sIdentifier,
java.lang.String sText,
java.lang.String sSystem)
Construct a Coded Element setting its value. |
|
CEElement(java.lang.String sIdentifier,
java.lang.String sText,
java.lang.String sSystem,
java.lang.String sAltIdentifier,
java.lang.String sAltText,
java.lang.String sAltSystem)
Construct a Coded Element setting its value. |
Method Summary | |
java.lang.Object |
clone()
|
CEElement |
Clone()
|
boolean |
equals(CEElement ce2)
Does this CEElement code the same thing as the second? |
java.lang.String |
getAltCodingSystem()
Get the alternate coding system used in an existing Coded Element. |
java.lang.String |
getAltIdentifier()
Get the alternate coded value of an existing Coded Element. |
java.lang.String |
getAltText()
Get the alternate text value of an existing Coded Element. |
java.lang.String |
getCodingSystem()
Get the coding system used in an existing Coded Element. |
java.lang.String |
getIdentifier()
Get the coded value of an existing Coded Element. |
java.lang.String |
getText()
Get the text value of an existing Coded Element. |
void |
setAltCodingSystem(java.lang.String sAltSystem)
Set the alternate coding system used in an existing Coded Element. |
void |
setAltIdentifier(java.lang.String sAltId)
Set the alternate coded value of an existing Coded Element. |
void |
setAltText(java.lang.String sAltText)
Set the alternate text value of an existing Coded Element. |
void |
setCodingSystem(java.lang.String sCodeSystem)
Set the coding system used in an existing Coded Element. |
void |
setIdentifier(java.lang.String sIdentifier)
Set the coded value of an existing Coded Element. |
void |
setText(java.lang.String sText)
Set the text value of an existing Coded Element. |
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 |
public CEElement(int iLevel)
iLevel
- One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public CEElement()
public CEElement(java.lang.String sIdentifier, java.lang.String sText, java.lang.String sSystem)
sIdentifier
- String with the code for the value.sText
- String with the value spelled out as English text.sSystem
- String with the name of the coding system abbreviated.public CEElement(java.lang.String sIdentifier, java.lang.String sText, java.lang.String sSystem, java.lang.String sAltIdentifier, java.lang.String sAltText, java.lang.String sAltSystem)
sIdentifier
- String with the code for the value.sText
- String with the value spelled out as English text.sSystem
- String with the name of the coding system abbreviated.sAltIdentifier
- String with the code for the value.sAltText
- String with the value spelled out as English text.sAltSystem
- String with the name of the coding system abbreviated.public CEElement(CEElement ceIn)
Method Detail |
public CEElement Clone()
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(CEElement ce2)
public void setIdentifier(java.lang.String sIdentifier)
sIdentifier
- String with the code for the value.public java.lang.String getIdentifier()
public void setText(java.lang.String sText)
sText
- String with the value spelled out as English text.public java.lang.String getText()
public void setCodingSystem(java.lang.String sCodeSystem)
public java.lang.String getCodingSystem()
public void setAltIdentifier(java.lang.String sAltId)
sAltId
- String with the code for the value.public java.lang.String getAltIdentifier()
public void setAltText(java.lang.String sAltText)
sAltText
- String with the value spelled out as English text.public java.lang.String getAltText()
public void setAltCodingSystem(java.lang.String sAltSystem)
sAltSystem
- String with the name of the coding system abbreviated.public java.lang.String getAltCodingSystem()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |