Get a list of surveys or letters (given by actionItemExpr) sent with patient, proc surgeon, sent date

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

Syntax

C#
public DataTable GetFollowUpReportList(
	string procedureType,
	string sentStartDate,
	string sentEndDate,
	string actionItemExpr
)
Visual Basic
Public Function GetFollowUpReportList ( 
	procedureType As String,
	sentStartDate As String,
	sentEndDate As String,
	actionItemExpr As String
) As DataTable
Visual C++
public:
DataTable^ GetFollowUpReportList(
	String^ procedureType, 
	String^ sentStartDate, 
	String^ sentEndDate, 
	String^ actionItemExpr
)

Parameters

procedureType
Type: System..::..String

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

sentStartDate
Type: System..::..String

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

sentEndDate
Type: System..::..String

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

actionItemExpr
Type: System..::..String
Expression to match in ActionItem column in Actions table

Return Value

Type: DataTable

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

See Also