Returns if there are any patients scheduled for this item.

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

Syntax

C#
public static bool HavePatientsBeenAssignedToSchema(
	int schemaItemId
)
Visual Basic
Public Shared Function HavePatientsBeenAssignedToSchema ( 
	schemaItemId As Integer
) As Boolean
Visual C++
public:
static bool HavePatientsBeenAssignedToSchema(
	int schemaItemId
)

Parameters

schemaItemId
Type: System..::..Int32

[Missing <param name="schemaItemId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.HavePatientsBeenAssignedToSchema(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.HavePatientsBeenAssignedToSchema(System.Int32)"]

See Also