Get the information for the last survey sent that matches the specified ActionItem for this patient.

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

Syntax

C#
public DataTable GetThisLastSurveySent(
	int patientId,
	string actionItem
)
Visual Basic
Public Function GetThisLastSurveySent ( 
	patientId As Integer,
	actionItem As String
) As DataTable
Visual C++
public:
DataTable^ GetThisLastSurveySent(
	int patientId, 
	String^ actionItem
)

Parameters

patientId
Type: System..::..Int32

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

actionItem
Type: System..::..String
ActionItem is of form "NAME x Month Sent", where x is month number and NAME is EPIC or QOL

Return Value

Type: DataTable

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

See Also