public class DocumentationOfInfo
extends java.lang.Object
This class has the following attributes:
1. EffectiveDateofDocument (EffectiveDateTime)
2. Performer (List<Performer>)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
DocumentationOfInfo() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveDateTime |
getEffectiveDateofDocument()
Returns the time the actual event (as opposed to the encounter surrounding the event) took place.
|
java.util.List<Performer> |
getPerformer()
Returns the List of Performer.
|
void |
setEffectiveDateofDocument(EffectiveDateTime objEffectiveDateofDocument)
Sets time the actual event (as opposed to the encounter surrounding the event) took place.
|
public EffectiveDateTime getEffectiveDateofDocument()
public void setEffectiveDateofDocument(EffectiveDateTime objEffectiveDateofDocument)
objEffectiveDateofDocument - Specifies time the actual event (as opposed to the encounter surrounding the event) took place.public java.util.List<Performer> getPerformer()