|
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.merge.HL7.HL7Field
com.merge.HL7.v260.fields.HL7FieldCWE
public class HL7FieldCWE
Specifies a coded element and its associated detail. The CWE data type is used when 1) more than one table may be applicable or 2) the specified HL7 or externally defined table may be extended with local values or 3) when text is in place, the code may be omitted.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.merge.HL7.HL7Field |
|---|
HL7Field.FieldFormatter |
| Field Summary |
|---|
| Fields inherited from class com.merge.HL7.HL7Field |
|---|
EMPTY_VALUE, NULL_VALUE |
| Constructor Summary | |
|---|---|
HL7FieldCWE()
Creates an empty HL7 CWE type field object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternateCodingSystemVersionID()
Gets the Alternate Coding System Version ID component of this field. |
java.lang.String |
getAlternateIdentifier()
Gets the Alternate Identifier component of this field. |
java.lang.String |
getAlternateText()
Gets the Alternate Text component of this field. |
java.lang.String |
getCodingSystemVersionID()
Gets the Coding System Version ID component of this field. |
java.lang.String |
getComponentDescription(int index)
Gets the description of a component in this field. |
int |
getComponentLength(int index)
Gets the maximum number of characters for a component in this field. |
java.lang.String |
getComponentType(int index)
Gets the HL7 data type of a component in this field. |
java.lang.String |
getIdentifier()
Gets the Identifier component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getNameofAlternateCodingSystem()
Gets the Name of Alternate Coding System component of this field. |
java.lang.String |
getNameofCodingSystem()
Gets the Name of Coding System component of this field. |
java.lang.String |
getOriginalText()
Gets the Original Text component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
java.lang.String |
getText()
Gets the Text component of this field. |
boolean |
isAlternateCodingSystemVersionIDEmpty()
Tells whether the Alternate Coding System Version ID component has been specified. |
boolean |
isAlternateCodingSystemVersionIDNull()
Tells whether the Alternate Coding System Version ID component has a has Null value as defined by HL7. |
boolean |
isAlternateIdentifierEmpty()
Tells whether the Alternate Identifier component has been specified. |
boolean |
isAlternateIdentifierNull()
Tells whether the Alternate Identifier component has a has Null value as defined by HL7. |
boolean |
isAlternateTextEmpty()
Tells whether the Alternate Text component has been specified. |
boolean |
isAlternateTextNull()
Tells whether the Alternate Text component has a has Null value as defined by HL7. |
boolean |
isCodingSystemVersionIDEmpty()
Tells whether the Coding System Version ID component has been specified. |
boolean |
isCodingSystemVersionIDNull()
Tells whether the Coding System Version ID component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isIdentifierEmpty()
Tells whether the Identifier component has been specified. |
boolean |
isIdentifierNull()
Tells whether the Identifier component has a has Null value as defined by HL7. |
boolean |
isNameofAlternateCodingSystemEmpty()
Tells whether the Name of Alternate Coding System component has been specified. |
boolean |
isNameofAlternateCodingSystemNull()
Tells whether the Name of Alternate Coding System component has a has Null value as defined by HL7. |
boolean |
isNameofCodingSystemEmpty()
Tells whether the Name of Coding System component has been specified. |
boolean |
isNameofCodingSystemNull()
Tells whether the Name of Coding System component has a has Null value as defined by HL7. |
boolean |
isOriginalTextEmpty()
Tells whether the Original Text component has been specified. |
boolean |
isOriginalTextNull()
Tells whether the Original Text component has a has Null value as defined by HL7. |
boolean |
isTextEmpty()
Tells whether the Text component has been specified. |
boolean |
isTextNull()
Tells whether the Text component has a has Null value as defined by HL7. |
void |
setAlternateCodingSystemVersionID(java.lang.String val)
Sets the Alternate Coding System Version ID from a string. |
void |
setAlternateIdentifier(java.lang.String val)
Sets the Alternate Identifier from a string. |
void |
setAlternateText(java.lang.String val)
Sets the Alternate Text from a string. |
void |
setCodingSystemVersionID(java.lang.String val)
Sets the Coding System Version ID from a string. |
void |
setIdentifier(java.lang.String val)
Sets the Identifier from a string. |
void |
setNameofAlternateCodingSystem(java.lang.String val)
Sets the Name of Alternate Coding System from a string. |
void |
setNameofCodingSystem(java.lang.String val)
Sets the Name of Coding System from a string. |
void |
setOriginalText(java.lang.String val)
Sets the Original Text from a string. |
void |
setText(java.lang.String val)
Sets the Text from a string. |
| Methods inherited from class com.merge.HL7.HL7Field |
|---|
clone, createField, createField, getBoolValue, getComponent, getContent, getContent, getContent, getDataType, getDateValue, getDoubleValue, getFieldFormatter, getFieldName, getHL7Version, getIntValue, getMinSize, getValue, getValue, isBasicType, isEmpty, isNull, setComponent, setContent, setContent, setFieldClass, setFormatter, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, size, toAnnotatedString, toAnnotatedString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HL7FieldCWE()
| Method Detail |
|---|
public int getMaxSize()
getMaxSize in class HL7Fieldpublic java.lang.String getComponentType(int index)
getComponentType in class HL7Fieldindex - The one based index of the component.
public java.lang.String getComponentDescription(int index)
getComponentDescription in class HL7Fieldindex - The one based index of the component.
public int getComponentLength(int index)
getComponentLength in class HL7Fieldindex - The one based index of the component.
public boolean isComponentMandatory(int index)
isComponentMandatory in class HL7Fieldindex - The one based index of the component.
public java.lang.String getTableNo(int index)
getTableNo in class HL7Fieldindex - The one based index of the component.
public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String val)
val - The value to set for Identifierpublic boolean isIdentifierEmpty()
public boolean isIdentifierNull()
public java.lang.String getText()
public void setText(java.lang.String val)
val - The value to set for Textpublic boolean isTextEmpty()
public boolean isTextNull()
public java.lang.String getNameofCodingSystem()
public void setNameofCodingSystem(java.lang.String val)
val - The value to set for Name of Coding Systempublic boolean isNameofCodingSystemEmpty()
public boolean isNameofCodingSystemNull()
public java.lang.String getAlternateIdentifier()
public void setAlternateIdentifier(java.lang.String val)
val - The value to set for Alternate Identifierpublic boolean isAlternateIdentifierEmpty()
public boolean isAlternateIdentifierNull()
public java.lang.String getAlternateText()
public void setAlternateText(java.lang.String val)
val - The value to set for Alternate Textpublic boolean isAlternateTextEmpty()
public boolean isAlternateTextNull()
public java.lang.String getNameofAlternateCodingSystem()
public void setNameofAlternateCodingSystem(java.lang.String val)
val - The value to set for Name of Alternate Coding Systempublic boolean isNameofAlternateCodingSystemEmpty()
public boolean isNameofAlternateCodingSystemNull()
public java.lang.String getCodingSystemVersionID()
public void setCodingSystemVersionID(java.lang.String val)
val - The value to set for Coding System Version IDpublic boolean isCodingSystemVersionIDEmpty()
public boolean isCodingSystemVersionIDNull()
public java.lang.String getAlternateCodingSystemVersionID()
public void setAlternateCodingSystemVersionID(java.lang.String val)
val - The value to set for Alternate Coding System Version IDpublic boolean isAlternateCodingSystemVersionIDEmpty()
public boolean isAlternateCodingSystemVersionIDNull()
public java.lang.String getOriginalText()
public void setOriginalText(java.lang.String val)
val - The value to set for Original Textpublic boolean isOriginalTextEmpty()
public boolean isOriginalTextNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||