public class FN extends AbstractComposite
Represents an HL7 FN (Family Name) data type. This type consists of the following components:
log| Constructor and Description |
|---|
FN(Message message)
Creates a new FN type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ST |
getFn1_Surname()
Returns Surname (component 1).
|
ST |
getFn2_OwnSurnamePrefix()
Returns Own Surname Prefix (component 2).
|
ST |
getFn3_OwnSurname()
Returns Own Surname (component 3).
|
ST |
getFn4_SurnamePrefixFromPartnerSpouse()
Returns Surname Prefix From Partner/Spouse (component 4).
|
ST |
getFn5_SurnameFromPartnerSpouse()
Returns Surname From Partner/Spouse (component 5).
|
ST |
getOwnSurname()
Returns Own Surname (component 3).
|
ST |
getOwnSurnamePrefix()
Returns Own Surname Prefix (component 2).
|
ST |
getSurname()
Returns Surname (component 1).
|
ST |
getSurnameFromPartnerSpouse()
Returns Surname From Partner/Spouse (component 5).
|
ST |
getSurnamePrefixFromPartnerSpouse()
Returns Surname Prefix From Partner/Spouse (component 4).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public ST getSurname()
public ST getFn1_Surname()
public ST getOwnSurnamePrefix()
public ST getFn2_OwnSurnamePrefix()
public ST getOwnSurname()
public ST getFn3_OwnSurname()
public ST getSurnamePrefixFromPartnerSpouse()
public ST getFn4_SurnamePrefixFromPartnerSpouse()
public ST getSurnameFromPartnerSpouse()
public ST getFn5_SurnameFromPartnerSpouse()
Copyright © 2001-2014 University Health Network. All Rights Reserved.