Gets a list of patients across all tratment arms

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

Syntax

C#
public static DataTable GetPatientsByProtocol(
	int protocolId,
	string dataset,
	bool bShowPatientIdentifiers,
	bool includeDeceasedPatients
)
Visual Basic
Public Shared Function GetPatientsByProtocol ( 
	protocolId As Integer,
	dataset As String,
	bShowPatientIdentifiers As Boolean,
	includeDeceasedPatients As Boolean
) As DataTable
Visual C++
public:
static DataTable^ GetPatientsByProtocol(
	int protocolId, 
	String^ dataset, 
	bool bShowPatientIdentifiers, 
	bool includeDeceasedPatients
)

Parameters

protocolId
Type: System..::..Int32

[Missing <param name="protocolId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetPatientsByProtocol(System.Int32,System.String,System.Boolean,System.Boolean)"]

dataset
Type: System..::..String

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

bShowPatientIdentifiers
Type: System..::..Boolean

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

includeDeceasedPatients
Type: System..::..Boolean
true or false if to include deceased patients in the list

Return Value

Type: DataTable

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

See Also