|
|
||||||
| 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.v240.fields.HL7FieldCK
public class HL7FieldCK
Composite ID with check digit
| 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 | |
|---|---|
HL7FieldCK()
Creates an empty HL7 CK type field object. |
|
| Method Summary | |
|---|---|
HL7FieldHD |
getAssigningAuthority()
Gets the AssigningAuthority component of this field. |
java.lang.String |
getAssigningAuthorityValue()
Gets the AssigningAuthority component of this field. |
java.lang.String |
getCheckDigit()
Gets the CheckDigit component of this field. |
java.lang.String |
getCodeIdentifyingTheCheckDigitSchemeEmployed()
Gets the Code Identifying the Check Digit Scheme Employed 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 |
getIDNumber()
Gets the IDNumber 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 AssigningAuthority component has been specified. |
boolean |
isAssigningAuthorityNull()
Tells whether the AssigningAuthority component has a has Null value as defined by HL7. |
boolean |
isCheckDigitEmpty()
Tells whether the CheckDigit component has been specified. |
boolean |
isCheckDigitNull()
Tells whether the CheckDigit component has a has Null value as defined by HL7. |
boolean |
isCodeIdentifyingTheCheckDigitSchemeEmployedEmpty()
Tells whether the Code Identifying the Check Digit Scheme Employed component has been specified. |
boolean |
isCodeIdentifyingTheCheckDigitSchemeEmployedNull()
Tells whether the Code Identifying the Check Digit Scheme Employed component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isIDNumberEmpty()
Tells whether the IDNumber component has been specified. |
boolean |
isIDNumberNull()
Tells whether the IDNumber component has a has Null value as defined by HL7. |
void |
setAssigningAuthority(HL7FieldHD val)
Sets the AssigningAuthority component of this field. |
void |
setAssigningAuthorityValue(java.lang.String val)
Sets the AssigningAuthority from a string. |
void |
setCheckDigit(java.lang.String val)
Sets the CheckDigit from a string. |
void |
setCodeIdentifyingTheCheckDigitSchemeEmployed(java.lang.String val)
Sets the Code Identifying the Check Digit Scheme Employed from a string. |
void |
setIDNumber(java.lang.String val)
Sets the IDNumber 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 HL7FieldCK()
| 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 IDNumberpublic boolean isIDNumberEmpty()
public boolean isIDNumberNull()
public java.lang.String getCheckDigit()
public void setCheckDigit(java.lang.String val)
val - The value to set for CheckDigitpublic boolean isCheckDigitEmpty()
public boolean isCheckDigitNull()
public java.lang.String getCodeIdentifyingTheCheckDigitSchemeEmployed()
public void setCodeIdentifyingTheCheckDigitSchemeEmployed(java.lang.String val)
val - The value to set for Code Identifying the Check Digit Scheme Employedpublic boolean isCodeIdentifyingTheCheckDigitSchemeEmployedEmpty()
public boolean isCodeIdentifyingTheCheckDigitSchemeEmployedNull()
public java.lang.String getAssigningAuthorityValue()
public void setAssigningAuthorityValue(java.lang.String val)
val - The value to set for AssigningAuthoritypublic HL7FieldHD getAssigningAuthority()
HL7FieldHD object representing AssigningAuthoritypublic void setAssigningAuthority(HL7FieldHD val)
val - An HL7FieldHD object containing the value to be set.public boolean isAssigningAuthorityEmpty()
public boolean isAssigningAuthorityNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||