Returns the SQL which will return ALL dependent PatientItems which have yet to be scheduled. Return all columns from ProtocolMgr_PatientItems with ScheduledDate, FirstAnticipatedDate and LastAnticipatedDate calculated on the ScheduledDate of the source visit item.

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

Syntax

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

Parameters

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

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

Return Value

Type: String

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

See Also