The FollowUpDA type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActivePatientsForQOLFollowUp
Public methodGetCompletedSurveysByType
Public methodGetFollowUpReportList
Get a list of surveys or letters (given by actionItemExpr) sent with patient, proc surgeon, sent date
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastSurveySent
Get the information for the last survey sent for this patient.
Public methodGetMetadataSurveysByCategory
Get all survey types from MetadataSurvey table with the specified category.
Public methodGetMostRecentTreatingPhysician
Returns name of most recent (based on entered time in PatientPhysicians table) physician in treating role.
Public methodGetPatientContactStatus
Get the data the latest status of patient: "QOL Active" or "QOL Inactive"
Public methodGetPatientProcedureInfo
Get the latest procedure and procedure date for a patient based upon specified Follow up procedures
Public methodGetPatientSentSurveysList
Get all Actions recording QOL EPIC or RAND Surveys Actions can be surveys Sent: "RAND%Month Sent"
Public methodGetPatientsLastSurveySentList
Gets list of patients with the latest survey sent information Uses ActionItem LIKE 'surveyShortType % Month Sent'
Public methodGetSurveyActionItem
Takes an expression and patientId. Returns a wildcard match from the ActionItem field in the Actions table
Public methodGetSurveyByActionItem
Public methodGetThisLastSurveySent
Get the information for the last survey sent that matches the specified ActionItem for this patient.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastLetterSent
Get the last letter sent action within the last 90 days
Public methodLetterAlreadySent
Checks the Actions table to see if there is a record indicating if the follow up letter for the patient was already sent. ActionItem is of form "NAME x Month Letter Sent", where x is month number and NAME is EPIC or QOL
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecentLetterSent
Get patients who last letter sent is within 90 days
Protected methodSetParams Obsolete. (Inherited from BaseDA.)
Public methodSurveyAlreadySent
Checks the Actions table to see if there is a record indicating if the survey for the patient was already sent. ActionItem is of form "NAME x Month Sent", where x is month number and NAME is EPIC or QOL
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVitalStatusCheck
Get patients who have not had Vital Status (SSDI) checked in last 60 days

See Also