public class SocialHistory
extends java.lang.Object
This class has the following attributes:
1. Social History Element (String)
2. Description (String)
3. Effective Dates (EffectiveDateTime)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
SocialHistory()
Constructs an object of Social History.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the Description of Social History.
|
EffectiveDateTime |
getEffectiveDates()
Returns the Effective Dates of Social history Element.
|
java.lang.String |
getSocialHistoryElement()
Returns the Social History Element.
|
void |
setDescription(java.lang.String description)
Sets the Description of Social History.
|
void |
setEffectiveDates(EffectiveDateTime effectiveDates)
Sets the Effective Dates of Social history Element.
|
void |
setSocialHistoryElement(java.lang.String socialHistoryElement)
Sets the Social History Element.
|
public java.lang.String getSocialHistoryElement()
public void setSocialHistoryElement(java.lang.String socialHistoryElement)
socialHistoryElement - Specifies the Social History Element.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Specifies the Description of Social History.public EffectiveDateTime getEffectiveDates()
public void setEffectiveDates(EffectiveDateTime effectiveDates)
effectiveDates - Specifies the Effective Dates of Social history Element.