|
|
||||||
| 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.HL7FieldEIP
public class HL7FieldEIP
Specifies an identifier assigned to an entity by either the placer or the filler system. If both components are populated the identifiers must refer to the same entity.
| 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 | |
|---|---|
HL7FieldEIP()
Creates an empty HL7 EIP 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. |
HL7FieldEI |
getFillerAssignedIdentifier()
Gets the Filler Assigned Identifier component of this field. |
java.lang.String |
getFillerAssignedIdentifierValue()
Gets the Filler Assigned Identifier component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
HL7FieldEI |
getPlacerAssignedIdentifier()
Gets the Placer Assigned Identifier component of this field. |
java.lang.String |
getPlacerAssignedIdentifierValue()
Gets the Placer Assigned Identifier component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isFillerAssignedIdentifierEmpty()
Tells whether the Filler Assigned Identifier component has been specified. |
boolean |
isFillerAssignedIdentifierNull()
Tells whether the Filler Assigned Identifier component has a has Null value as defined by HL7. |
boolean |
isPlacerAssignedIdentifierEmpty()
Tells whether the Placer Assigned Identifier component has been specified. |
boolean |
isPlacerAssignedIdentifierNull()
Tells whether the Placer Assigned Identifier component has a has Null value as defined by HL7. |
void |
setFillerAssignedIdentifier(HL7FieldEI val)
Sets the Filler Assigned Identifier component of this field. |
void |
setFillerAssignedIdentifierValue(java.lang.String val)
Sets the Filler Assigned Identifier from a string. |
void |
setPlacerAssignedIdentifier(HL7FieldEI val)
Sets the Placer Assigned Identifier component of this field. |
void |
setPlacerAssignedIdentifierValue(java.lang.String val)
Sets the Placer Assigned Identifier 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 HL7FieldEIP()
| 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 getPlacerAssignedIdentifierValue()
public void setPlacerAssignedIdentifierValue(java.lang.String val)
val - The value to set for Placer Assigned Identifierpublic HL7FieldEI getPlacerAssignedIdentifier()
HL7FieldEI object representing Placer Assigned Identifierpublic void setPlacerAssignedIdentifier(HL7FieldEI val)
val - An HL7FieldEI object containing the value to be set.public boolean isPlacerAssignedIdentifierEmpty()
public boolean isPlacerAssignedIdentifierNull()
public java.lang.String getFillerAssignedIdentifierValue()
public void setFillerAssignedIdentifierValue(java.lang.String val)
val - The value to set for Filler Assigned Identifierpublic HL7FieldEI getFillerAssignedIdentifier()
HL7FieldEI object representing Filler Assigned Identifierpublic void setFillerAssignedIdentifier(HL7FieldEI val)
val - An HL7FieldEI object containing the value to be set.public boolean isFillerAssignedIdentifierEmpty()
public boolean isFillerAssignedIdentifierNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||