| Package | Description |
|---|---|
| cdac.medinfo.enrty |
This package contains class to create entry data in Clinical Document
|
| cdac.medinfo.model |
This package contains model classes of header & sections
|
| Modifier and Type | Method and Description |
|---|---|
static IVLTS |
PopulateDataType.populateIVLTS(EffectiveDateTime objEffectiveDateTime)
This method is used to populate IVLTS Data types.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveDateTime |
Medications.getDate()
Returns the Date of Medication.
|
EffectiveDateTime |
Immunizations.getDate()
Returns the Date of Vaccination.
|
EffectiveDateTime |
Encounters.getDate()
Returns the date, time, and/or duration of an encounter.
|
EffectiveDateTime |
DocumentationOfInfo.getEffectiveDateofDocument()
Returns the time the actual event (as opposed to the encounter surrounding the event) took place.
|
EffectiveDateTime |
SocialHistory.getEffectiveDates()
Returns the Effective Dates of Social history Element.
|
EffectiveDateTime |
Problems.getEffectiveDates()
Returns the Effective Dates of Problem or Condition.
|
EffectiveDateTime |
FunctionalStatus.getEffectiveDates()
Returns the Effective dates Functional Condition.
|
EffectiveDateTime |
OrganizationPartOfInfo.getEffectiveTime()
Returns the Effective time of Organization Part Of.
|
EffectiveDateTime |
AdvanceDirectives.getEffectiveTimes()
Returns the Effective Times.
|
EffectiveDateTime |
Plan.getPlannedDate()
Returns the Date of Planned Activity.
|
EffectiveDateTime |
Performer.getTime()
Returns the time during which the performer is involved in the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Medications.setDate(EffectiveDateTime Date)
Sets the duration of Medication.
|
void |
Immunizations.setDate(EffectiveDateTime date)
Sets the Date of Vaccination.
|
void |
Encounters.setDate(EffectiveDateTime date)
Sets the Encounter Date.
|
void |
DocumentationOfInfo.setEffectiveDateofDocument(EffectiveDateTime objEffectiveDateofDocument)
Sets time the actual event (as opposed to the encounter surrounding the event) took place.
|
void |
SocialHistory.setEffectiveDates(EffectiveDateTime effectiveDates)
Sets the Effective Dates of Social history Element.
|
void |
Problems.setEffectiveDates(EffectiveDateTime effectiveDates)
Sets Effective Dates of Problem or Condition.
|
void |
FunctionalStatus.setEffectiveDates(EffectiveDateTime effectiveDates)
Sets the Effective dates Functional Condition.
|
void |
OrganizationPartOfInfo.setEffectiveTime(EffectiveDateTime effectiveTime)
Sets the Effective time of Organization Part Of.
|
void |
AdvanceDirectives.setEffectiveTimes(EffectiveDateTime effectiveTimes)
Sets the Effective Times.
|
void |
Plan.setPlannedDate(EffectiveDateTime plannedDate)
Sets the Date of Planned Activity.
|
void |
Performer.setTime(EffectiveDateTime time)
Sets the time during which the performer is involved in the activity.
|