|
|
||||||
| 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.HL7FieldCX
public class HL7FieldCX
This data type is used for specifying an identifier with its associated administrative detail.
| 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 | |
|---|---|
HL7FieldCX()
Creates an empty HL7 CX type field object. |
|
| Method Summary | |
|---|---|
HL7FieldHD |
getAssigningAuthority()
Gets the Assigning Authority component of this field. |
java.lang.String |
getAssigningAuthorityValue()
Gets the Assigning Authority component of this field. |
HL7FieldHD |
getAssigningFacility()
Gets the Assigning Facility component of this field. |
java.lang.String |
getAssigningFacilityValue()
Gets the Assigning Facility component of this field. |
java.lang.String |
getCheckDigit()
Gets the Check Digit component of this field. |
java.lang.String |
getCheckDigitScheme()
Gets the Check Digit Scheme 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 |
getIdentifierTypeCode()
Gets the Identifier Type Code component of this field. |
java.lang.String |
getIDNumber()
Gets the ID Number component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
boolean |
isAssigningAuthorityEmpty()
Tells whether the Assigning Authority component has been specified. |
boolean |
isAssigningAuthorityNull()
Tells whether the Assigning Authority component has a has Null value as defined by HL7. |
boolean |
isAssigningFacilityEmpty()
Tells whether the Assigning Facility component has been specified. |
boolean |
isAssigningFacilityNull()
Tells whether the Assigning Facility component has a has Null value as defined by HL7. |
boolean |
isCheckDigitEmpty()
Tells whether the Check Digit component has been specified. |
boolean |
isCheckDigitNull()
Tells whether the Check Digit component has a has Null value as defined by HL7. |
boolean |
isCheckDigitSchemeEmpty()
Tells whether the Check Digit Scheme component has been specified. |
boolean |
isCheckDigitSchemeNull()
Tells whether the Check Digit Scheme component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isIdentifierTypeCodeEmpty()
Tells whether the Identifier Type Code component has been specified. |
boolean |
isIdentifierTypeCodeNull()
Tells whether the Identifier Type Code component has a has Null value as defined by HL7. |
boolean |
isIDNumberEmpty()
Tells whether the ID Number component has been specified. |
boolean |
isIDNumberNull()
Tells whether the ID Number component has a has Null value as defined by HL7. |
void |
setAssigningAuthority(HL7FieldHD val)
Sets the Assigning Authority component of this field. |
void |
setAssigningAuthorityValue(java.lang.String val)
Sets the Assigning Authority from a string. |
void |
setAssigningFacility(HL7FieldHD val)
Sets the Assigning Facility component of this field. |
void |
setAssigningFacilityValue(java.lang.String val)
Sets the Assigning Facility from a string. |
void |
setCheckDigit(java.lang.String val)
Sets the Check Digit from a string. |
void |
setCheckDigitScheme(java.lang.String val)
Sets the Check Digit Scheme from a string. |
void |
setIdentifierTypeCode(java.lang.String val)
Sets the Identifier Type Code from a string. |
void |
setIDNumber(java.lang.String val)
Sets the ID Number 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 HL7FieldCX()
| 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 getIDNumber()
public void setIDNumber(java.lang.String val)
val - The value to set for ID Numberpublic boolean isIDNumberEmpty()
public boolean isIDNumberNull()
public java.lang.String getCheckDigit()
public void setCheckDigit(java.lang.String val)
val - The value to set for Check Digitpublic boolean isCheckDigitEmpty()
public boolean isCheckDigitNull()
public java.lang.String getCheckDigitScheme()
public void setCheckDigitScheme(java.lang.String val)
val - The value to set for Check Digit Schemepublic boolean isCheckDigitSchemeEmpty()
public boolean isCheckDigitSchemeNull()
public java.lang.String getAssigningAuthorityValue()
public void setAssigningAuthorityValue(java.lang.String val)
val - The value to set for Assigning Authoritypublic HL7FieldHD getAssigningAuthority()
HL7FieldHD object representing Assigning Authoritypublic void setAssigningAuthority(HL7FieldHD val)
val - An HL7FieldHD object containing the value to be set.public boolean isAssigningAuthorityEmpty()
public boolean isAssigningAuthorityNull()
public java.lang.String getIdentifierTypeCode()
public void setIdentifierTypeCode(java.lang.String val)
val - The value to set for Identifier Type Codepublic boolean isIdentifierTypeCodeEmpty()
public boolean isIdentifierTypeCodeNull()
public java.lang.String getAssigningFacilityValue()
public void setAssigningFacilityValue(java.lang.String val)
val - The value to set for Assigning Facilitypublic HL7FieldHD getAssigningFacility()
HL7FieldHD object representing Assigning Facilitypublic void setAssigningFacility(HL7FieldHD val)
val - An HL7FieldHD object containing the value to be set.public boolean isAssigningFacilityEmpty()
public boolean isAssigningFacilityNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||