Schedule Patient Items which are to be scheduled on specified Patient status.

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

Syntax

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

Parameters

patientSchemaId
Type: System..::..Int32

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

username
Type: System..::..String
The username of the User executing the scheduling.

See Also