[Missing <summary> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public XDocument ExportProtocolPatients(
	string datasetSQL,
	int userLoginId,
	int protocolId,
	IEnumerable<int> patients,
	ExportServices..::..ExceptionHandlerDelegate exceptionHandler
)
Visual Basic
Public Function ExportProtocolPatients ( 
	datasetSQL As String,
	userLoginId As Integer,
	protocolId As Integer,
	patients As IEnumerable(Of Integer),
	exceptionHandler As ExportServices..::..ExceptionHandlerDelegate
) As XDocument
Visual C++
public:
XDocument^ ExportProtocolPatients(
	String^ datasetSQL, 
	int userLoginId, 
	int protocolId, 
	IEnumerable<int>^ patients, 
	ExportServices..::..ExceptionHandlerDelegate^ exceptionHandler
)

Parameters

datasetSQL
Type: System..::..String

[Missing <param name="datasetSQL"/> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

userLoginId
Type: System..::..Int32

[Missing <param name="userLoginId"/> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

protocolId
Type: System..::..Int32

[Missing <param name="protocolId"/> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

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

[Missing <param name="patients"/> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

exceptionHandler
Type: Caisis.BOL..::..ExportServices..::..ExceptionHandlerDelegate

[Missing <param name="exceptionHandler"/> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

Return Value

Type: XDocument

[Missing <returns> documentation for "M:Caisis.BOL.ProtocolMgmtServices.ExportProtocolPatients(System.String,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.Int32},Caisis.BOL.ExportServices.ExceptionHandlerDelegate)"]

See Also