public class ForecastPatient extends java.lang.Object implements ForecastPatientInterface
Constructor and Description |
---|
ForecastPatient() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBirthDate()
The date the patient was born.
|
java.lang.String |
getSex()
A single digit code, usually M or F, indicating the patient's sex for
purposes of evaluation.
|
void |
setBirthDate(java.util.Date birthDate)
The date the patient was born.
|
void |
setSex(java.lang.String sex)
A single digit code, usually M or F, indicating the patient's sex for
purposes of evaluation.
|
public java.util.Date getBirthDate()
ForecastPatientInterface
getBirthDate
in interface ForecastPatientInterface
public void setBirthDate(java.util.Date birthDate)
ForecastPatientInterface
setBirthDate
in interface ForecastPatientInterface
public java.lang.String getSex()
ForecastPatientInterface
getSex
in interface ForecastPatientInterface
public void setSex(java.lang.String sex)
ForecastPatientInterface
setSex
in interface ForecastPatientInterface
Copyright © 2013 Texas Children's Hospital. All Rights Reserved.