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

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

Syntax

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

Parameters

patientId
Type: System..::..Int32

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

actionItem
Type: System..::..String

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

Return Value

Type: Boolean

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

See Also