| Constructor and Description |
|---|
Patient() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateOfBirth()
Get the patient's date of birth.
|
String |
getFirstName()
Get the person's first name.
|
String |
getGender()
Get the patient's gender.
|
Long |
getId()
Get the person's unique identifier.
|
String |
getLanguage()
Get the language spoken by the patient.
|
String |
getLastName()
Get the person's last name.
|
String |
getMaritalStatus()
Get the patient's marital status.
|
String |
getRace()
Get the patient's race.
|
void |
setDateOfBirth(Date inDateOfBirth)
Set the patient's date of birth.
|
void |
setFirstName(String inFirstName)
Set the person's first name.
|
void |
setGender(String inGender)
Set the patient's gender.
|
void |
setId(Long inId)
Set the person's unique identifier.
|
void |
setLanguage(String inLlanguage)
Set the language spoken by the patient.
|
void |
setLastName(String inLastName)
Set the person's last name.
|
void |
setMaritalStatus(String inMaritalStatus)
Set the patient's marital status.
|
void |
setRace(String inRace)
Set the patient's race.
|
public Date getDateOfBirth()
public void setDateOfBirth(Date inDateOfBirth)
inDateOfBirth - The patient's date of birth.public String getLanguage()
public void setLanguage(String inLlanguage)
inLlanguage - The language spoken by the patient.public String getMaritalStatus()
public void setMaritalStatus(String inMaritalStatus)
inMaritalStatus - The patient's marital status.public String getRace()
public void setRace(String inRace)
inRace - The patient's race.public String getGender()
public void setGender(String inGender)
inGender - The patient's gender.public Long getId()
Personpublic void setId(Long inId)
Personpublic String getFirstName()
PersongetFirstName in interface Personpublic void setFirstName(String inFirstName)
PersonsetFirstName in interface PersoninFirstName - The person's first name.public String getLastName()
PersongetLastName in interface Personpublic void setLastName(String inLastName)
PersonsetLastName in interface PersoninLastName - The person's last name.Copyright © 2012–2017 Emory University. All rights reserved.