Gets list of patients with the latest survey sent information Uses ActionItem LIKE 'surveyShortType % Month Sent'

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable GetPatientsLastSurveySentList(
	string procedureType,
	string surveyShortType
)
Visual Basic
Public Function GetPatientsLastSurveySentList ( 
	procedureType As String,
	surveyShortType As String
) As DataTable
Visual C++
public:
DataTable^ GetPatientsLastSurveySentList(
	String^ procedureType, 
	String^ surveyShortType
)

Parameters

procedureType
Type: System..::..String

[Missing <param name="procedureType"/> documentation for "M:Caisis.DataAccess.FollowUpDA.GetPatientsLastSurveySentList(System.String,System.String)"]

surveyShortType
Type: System..::..String
Is either "QOL" or "EPIC"

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.FollowUpDA.GetPatientsLastSurveySentList(System.String,System.String)"]

See Also