|
|
||||||
| 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.HL7FieldFN
public class HL7FieldFN
This data type allows full specification of the surname of a person. Where appropriate, it differentiates the person's own surname from that of the person's partner or spouse, in cases where the person's name may contain elements from either name. It also permits messages to distinguish the surname prefix (such as "van" or "de") from the surname root.
| 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 | |
|---|---|
HL7FieldFN()
Creates an empty HL7 FN 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. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getOwnSurname()
Gets the Own Surname component of this field. |
java.lang.String |
getOwnSurnamePrefix()
Gets the Own Surname Prefix component of this field. |
java.lang.String |
getSurname()
Gets the Surname component of this field. |
java.lang.String |
getSurnameFromPartnerSpouse()
Gets the Surname From Partner/Spouse component of this field. |
java.lang.String |
getSurnamePrefixFromPartnerSpouse()
Gets the Surname Prefix From Partner/Spouse 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 |
isOwnSurnameEmpty()
Tells whether the Own Surname component has been specified. |
boolean |
isOwnSurnameNull()
Tells whether the Own Surname component has a has Null value as defined by HL7. |
boolean |
isOwnSurnamePrefixEmpty()
Tells whether the Own Surname Prefix component has been specified. |
boolean |
isOwnSurnamePrefixNull()
Tells whether the Own Surname Prefix component has a has Null value as defined by HL7. |
boolean |
isSurnameEmpty()
Tells whether the Surname component has been specified. |
boolean |
isSurnameFromPartnerSpouseEmpty()
Tells whether the Surname From Partner/Spouse component has been specified. |
boolean |
isSurnameFromPartnerSpouseNull()
Tells whether the Surname From Partner/Spouse component has a has Null value as defined by HL7. |
boolean |
isSurnameNull()
Tells whether the Surname component has a has Null value as defined by HL7. |
boolean |
isSurnamePrefixFromPartnerSpouseEmpty()
Tells whether the Surname Prefix From Partner/Spouse component has been specified. |
boolean |
isSurnamePrefixFromPartnerSpouseNull()
Tells whether the Surname Prefix From Partner/Spouse component has a has Null value as defined by HL7. |
void |
setOwnSurname(java.lang.String val)
Sets the Own Surname from a string. |
void |
setOwnSurnamePrefix(java.lang.String val)
Sets the Own Surname Prefix from a string. |
void |
setSurname(java.lang.String val)
Sets the Surname from a string. |
void |
setSurnameFromPartnerSpouse(java.lang.String val)
Sets the Surname From Partner/Spouse from a string. |
void |
setSurnamePrefixFromPartnerSpouse(java.lang.String val)
Sets the Surname Prefix From Partner/Spouse 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 HL7FieldFN()
| 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 getSurname()
public void setSurname(java.lang.String val)
val - The value to set for Surnamepublic boolean isSurnameEmpty()
public boolean isSurnameNull()
public java.lang.String getOwnSurnamePrefix()
public void setOwnSurnamePrefix(java.lang.String val)
val - The value to set for Own Surname Prefixpublic boolean isOwnSurnamePrefixEmpty()
public boolean isOwnSurnamePrefixNull()
public java.lang.String getOwnSurname()
public void setOwnSurname(java.lang.String val)
val - The value to set for Own Surnamepublic boolean isOwnSurnameEmpty()
public boolean isOwnSurnameNull()
public java.lang.String getSurnamePrefixFromPartnerSpouse()
public void setSurnamePrefixFromPartnerSpouse(java.lang.String val)
val - The value to set for Surname Prefix From Partner/Spousepublic boolean isSurnamePrefixFromPartnerSpouseEmpty()
public boolean isSurnamePrefixFromPartnerSpouseNull()
public java.lang.String getSurnameFromPartnerSpouse()
public void setSurnameFromPartnerSpouse(java.lang.String val)
val - The value to set for Surname From Partner/Spousepublic boolean isSurnameFromPartnerSpouseEmpty()
public boolean isSurnameFromPartnerSpouseNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||