public class Performer
extends java.lang.Object
This class has the following attributes:
1. id (List<Identifiers>)
2. function Code (String)
3. time (EffectiveDateTime)
4. name (String)
5. family (String)
6. suffix (String)
7. prefix (String)
8. Organization (OrganizationInfo)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
Performer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily()
Returns the Family Name of Performer.
|
java.lang.String |
getFunctionCode()
Returns the Function Code of Performer.
|
java.util.List<Identifiers> |
getId()
Returns the List of ID of Assigned Entity.
|
java.lang.String |
getName()
Returns the Name or Given Name of Performer.
|
OrganizationInfo |
getOrganization()
Returns the Representation Organization of Performer.
|
java.lang.String |
getPrefix()
Returns the Prefix of Performer.
|
java.lang.String |
getSuffix()
Returns the Suffix of Performer.
|
EffectiveDateTime |
getTime()
Returns the time during which the performer is involved in the activity.
|
void |
setFamily(java.lang.String family)
Sets the Family Name of Performer.
|
void |
setFunctionCode(java.lang.String functionCode)
Sets the Function Code of Performer.
|
void |
setName(java.lang.String name)
Sets the Name or Given Name of Performer.
|
void |
setObjOrganization(OrganizationInfo objOrganization)
Sets the Representation Organization of Performer.
|
void |
setPrefix(java.lang.String prefix)
Sets the Prefix of Performer.
|
void |
setSuffix(java.lang.String suffix)
Sets the Suffix of Performer.
|
void |
setTime(EffectiveDateTime time)
Sets the time during which the performer is involved in the activity.
|
public java.util.List<Identifiers> getId()
public java.lang.String getFunctionCode()
public void setFunctionCode(java.lang.String functionCode)
functionCode - Specifies addition detail about the function of the performer (e.g. scrub nurse, third assistant).public EffectiveDateTime getTime()
public void setTime(EffectiveDateTime time)
time - Specifies the time during which the performer is involved in the activity.public java.lang.String getName()
public void setName(java.lang.String name)
name - Specifies the Name or Given Name of Performer.public java.lang.String getFamily()
public void setFamily(java.lang.String family)
family - Specifies the Family Name of Performer.public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix - Specifies the Suffix of Performer.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - Specifies the Prefix of Performer.public OrganizationInfo getOrganization()
public void setObjOrganization(OrganizationInfo objOrganization)
objOrganization - Specifies the Representation Organization of Performer.