Returns the SQL which will return the calcualted firts, last and scheduled date for patient schema

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

Syntax

C#
public static string GetComputedDependentItemTimelineByStatusSQL(
	Nullable<int> patientSchemaId
)
Visual Basic
Public Shared Function GetComputedDependentItemTimelineByStatusSQL ( 
	patientSchemaId As Nullable(Of Integer)
) As String
Visual C++
public:
static String^ GetComputedDependentItemTimelineByStatusSQL(
	Nullable<int> patientSchemaId
)

Parameters

patientSchemaId
Type: System..::..Nullable<(Of <(<'Int32>)>)>

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

Return Value

Type: String

[Missing <returns> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetComputedDependentItemTimelineByStatusSQL(System.Nullable{System.Int32})"]

See Also