|
|
||||||
| 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.v231.fields.HL7FieldEI
public class HL7FieldEI
The entity identifier defines a given entity within a specified series of identifiers.
| 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 | |
|---|---|
HL7FieldEI()
Creates an empty HL7 EI type field object. |
|
| Method Summary | |
|---|---|
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 |
getEntityIdentifier()
Gets the Entity Identifier component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getNamespaceID()
Gets the Namespace ID component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
java.lang.String |
getUniversalID()
Gets the Universal ID component of this field. |
java.lang.String |
getUniversalIDType()
Gets the Universal ID Type component of this field. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isEntityIdentifierEmpty()
Tells whether the Entity Identifier component has been specified. |
boolean |
isEntityIdentifierNull()
Tells whether the Entity Identifier component has a has Null value as defined by HL7. |
boolean |
isNamespaceIDEmpty()
Tells whether the Namespace ID component has been specified. |
boolean |
isNamespaceIDNull()
Tells whether the Namespace ID component has a has Null value as defined by HL7. |
boolean |
isUniversalIDEmpty()
Tells whether the Universal ID component has been specified. |
boolean |
isUniversalIDNull()
Tells whether the Universal ID component has a has Null value as defined by HL7. |
boolean |
isUniversalIDTypeEmpty()
Tells whether the Universal ID Type component has been specified. |
boolean |
isUniversalIDTypeNull()
Tells whether the Universal ID Type component has a has Null value as defined by HL7. |
void |
setEntityIdentifier(java.lang.String val)
Sets the Entity Identifier from a string. |
void |
setNamespaceID(java.lang.String val)
Sets the Namespace ID from a string. |
void |
setUniversalID(java.lang.String val)
Sets the Universal ID from a string. |
void |
setUniversalIDType(java.lang.String val)
Sets the Universal ID Type 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 HL7FieldEI()
| 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 getEntityIdentifier()
public void setEntityIdentifier(java.lang.String val)
val - The value to set for Entity Identifierpublic boolean isEntityIdentifierEmpty()
public boolean isEntityIdentifierNull()
public java.lang.String getNamespaceID()
public void setNamespaceID(java.lang.String val)
val - The value to set for Namespace IDpublic boolean isNamespaceIDEmpty()
public boolean isNamespaceIDNull()
public java.lang.String getUniversalID()
public void setUniversalID(java.lang.String val)
val - The value to set for Universal IDpublic boolean isUniversalIDEmpty()
public boolean isUniversalIDNull()
public java.lang.String getUniversalIDType()
public void setUniversalIDType(java.lang.String val)
val - The value to set for Universal ID Typepublic boolean isUniversalIDTypeEmpty()
public boolean isUniversalIDTypeNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||