public class AuthorInfo
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)
8 Authoring Device (AuthoringDeviceInfo)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
AuthorInfo() |
| Modifier and Type | Method and Description |
|---|---|
AuthoringDeviceInfo |
getAuthoringDevice()
Returns the Authoring Device Details.
|
java.lang.String |
getFamily()
Returns the Family Name of Author.
|
java.lang.String |
getFunctionCode()
Returns the Function Code of Author.
|
java.util.List<Identifiers> |
getId()
Returns the List of ID of Assigned Author.
|
java.lang.String |
getName()
Returns the Name or Given Name of Author.
|
OrganizationInfo |
getOrganization()
Returns the Representation Organization of Author.
|
java.lang.String |
getPrefix()
Returns the Prefix of Author.
|
java.lang.String |
getSuffix()
Returns the Suffix of Author.
|
java.lang.String |
getTime()
Returns the time during which the Author is involved in the activity.
|
void |
setAuthoringDevice(AuthoringDeviceInfo authoringDevice)
Sets the Authoring Device Details.
|
void |
setFamily(java.lang.String family)
Sets the Family Name of Author.
|
void |
setFunctionCode(java.lang.String functionCode)
Sets the Function Code of Author.
|
void |
setName(java.lang.String name)
Sets the Name or Given Name of Author.
|
void |
setObjOrganization(OrganizationInfo objOrganization)
Sets the Representation Organization of Author.
|
void |
setPrefix(java.lang.String prefix)
Sets the Prefix of Author.
|
void |
setSuffix(java.lang.String suffix)
Sets the Suffix of Author.
|
void |
setTime(java.lang.String time)
Sets the time during which the Author 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 Author (e.g. scrub nurse, third assistant).public java.lang.String getTime()
public void setTime(java.lang.String time)
time - Specifies the time during which the Author 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 Author.public java.lang.String getFamily()
public void setFamily(java.lang.String family)
family - Specifies the Family Name of Author.public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix - Specifies the Suffix of Author.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - Specifies the Prefix of Author.public OrganizationInfo getOrganization()
public void setObjOrganization(OrganizationInfo objOrganization)
objOrganization - Specifies the Representation Organization of Author.public AuthoringDeviceInfo getAuthoringDevice()
public void setAuthoringDevice(AuthoringDeviceInfo authoringDevice)
authoringDevice - Specifies the Authoring Device Details.