[Missing <summary> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

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

Syntax

C#
public static DataTable GetPatientsByProtocol(
	string protocolid,
	IEnumerable<int> schemaIds,
	bool bShowPatientIdentifiers,
	string dataset,
	bool bIncludeFail
)
Visual Basic
Public Shared Function GetPatientsByProtocol ( 
	protocolid As String,
	schemaIds As IEnumerable(Of Integer),
	bShowPatientIdentifiers As Boolean,
	dataset As String,
	bIncludeFail As Boolean
) As DataTable
Visual C++
public:
static DataTable^ GetPatientsByProtocol(
	String^ protocolid, 
	IEnumerable<int>^ schemaIds, 
	bool bShowPatientIdentifiers, 
	String^ dataset, 
	bool bIncludeFail
)

Parameters

protocolid
Type: System..::..String

[Missing <param name="protocolid"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

schemaIds
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Int32>)>)>

[Missing <param name="schemaIds"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

bShowPatientIdentifiers
Type: System..::..Boolean

[Missing <param name="bShowPatientIdentifiers"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

dataset
Type: System..::..String

[Missing <param name="dataset"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

bIncludeFail
Type: System..::..Boolean

[Missing <param name="bIncludeFail"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.String,System.Collections.Generic.IEnumerable{System.Int32},System.Boolean,System.String,System.Boolean)"]

See Also