Returns a list of Surveys and Items by specified match expression ('%Like Match%' or 'Exact Match')

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

Syntax

C#
public DataTable GetSurveysAndItemsByType(
	int patientId,
	string type,
	Nullable<DateTime> fromDate,
	Nullable<DateTime> toDate
)
Visual Basic
Public Function GetSurveysAndItemsByType ( 
	patientId As Integer,
	type As String,
	fromDate As Nullable(Of DateTime),
	toDate As Nullable(Of DateTime)
) As DataTable
Visual C++
public:
DataTable^ GetSurveysAndItemsByType(
	int patientId, 
	String^ type, 
	Nullable<DateTime> fromDate, 
	Nullable<DateTime> toDate
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveysAndItemsByType(System.Int32,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"]

type
Type: System..::..String

[Missing <param name="type"/> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveysAndItemsByType(System.Int32,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"]

fromDate
Type: System..::..Nullable<(Of <(<'DateTime>)>)>

[Missing <param name="fromDate"/> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveysAndItemsByType(System.Int32,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"]

toDate
Type: System..::..Nullable<(Of <(<'DateTime>)>)>

[Missing <param name="toDate"/> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveysAndItemsByType(System.Int32,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveysAndItemsByType(System.Int32,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"]

See Also