Return a list of visits which are contingent on a patient status.

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

Syntax

C#
public static DataTable GetCalculatedDependentPatientItemsByStatus(
	int patientSchemaId
)
Visual Basic
Public Shared Function GetCalculatedDependentPatientItemsByStatus ( 
	patientSchemaId As Integer
) As DataTable
Visual C++
public:
static DataTable^ GetCalculatedDependentPatientItemsByStatus(
	int patientSchemaId
)

Parameters

patientSchemaId
Type: System..::..Int32

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

Return Value

Type: DataTable

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

See Also