Returns the SQL which will return a normalilzed list of Patient Items. This will return the depdendent items with their calcualted schedule dates.

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

Syntax

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

Parameters

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

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

Return Value

Type: String

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

See Also