public class Plan
extends java.lang.Object
This class has the following attributes:
1. Planned Activity (String)
2. Planned Date (EffectiveDateTime)
3. Plan Of Care Activity Name (String)
4. Activity Mood Code (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
Plan()
Constructs an object of Plan.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivityMoodCode()
Returns the Activity Mood Code.
|
java.lang.String |
getPlannedActivity()
Returns the Planned Activity.
|
EffectiveDateTime |
getPlannedDate()
Returns the Date of Planned Activity.
|
java.lang.String |
getPlanOfCareActivityName()
Returns the Plan of Care Activity Name.
|
void |
setActivityMoodCode(java.lang.String activityMoodCode)
Sets the Activity Mood Code.
|
void |
setPlannedActivity(java.lang.String plannedActivity)
Sets the Planned Activity.
|
void |
setPlannedDate(EffectiveDateTime plannedDate)
Sets the Date of Planned Activity.
|
void |
setPlanOfCareActivityName(java.lang.String planOfCareActivityName)
Sets the Plan of Care Activity Name.
|
public java.lang.String getPlanOfCareActivityName()
public void setPlanOfCareActivityName(java.lang.String planOfCareActivityName)
planOfCareActivityName - Specifies the Plan of Care Activity Name.public java.lang.String getActivityMoodCode()
public void setActivityMoodCode(java.lang.String activityMoodCode)
activityMoodCode - Specifies the Activity Mood Code.public java.lang.String getPlannedActivity()
public void setPlannedActivity(java.lang.String plannedActivity)
plannedActivity - Specifies the Planned Activity.public EffectiveDateTime getPlannedDate()
public void setPlannedDate(EffectiveDateTime plannedDate)
plannedDate - Specifies the Date of Planned Activity.