Returns name of most recent (based on entered time in PatientPhysicians table) physician in treating role.

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

Syntax

C#
public string GetMostRecentTreatingPhysician(
	int patientId
)
Visual Basic
Public Function GetMostRecentTreatingPhysician ( 
	patientId As Integer
) As String
Visual C++
public:
String^ GetMostRecentTreatingPhysician(
	int patientId
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.FollowUpDA.GetMostRecentTreatingPhysician(System.Int32)"]

Return Value

Type: String

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

See Also