For the given Protocol Schema, schedule items which are not scheduled

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

Syntax

C#
public static void ScheduleNewPatientItems(
	int protocolSchemaId,
	string username
)
Visual Basic
Public Shared Sub ScheduleNewPatientItems ( 
	protocolSchemaId As Integer,
	username As String
)
Visual C++
public:
static void ScheduleNewPatientItems(
	int protocolSchemaId, 
	String^ username
)

Parameters

protocolSchemaId
Type: System..::..Int32

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

username
Type: System..::..String

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

See Also