[Missing <summary> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

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

Syntax

C#
public static void SaveShiftData(
	int PatientSchemaId,
	DateTime ShiftDate,
	int ShiftNumberOfDays,
	string UpdatedBy,
	DateTime UpdatedTime
)
Visual Basic
Public Shared Sub SaveShiftData ( 
	PatientSchemaId As Integer,
	ShiftDate As DateTime,
	ShiftNumberOfDays As Integer,
	UpdatedBy As String,
	UpdatedTime As DateTime
)
Visual C++
public:
static void SaveShiftData(
	int PatientSchemaId, 
	DateTime ShiftDate, 
	int ShiftNumberOfDays, 
	String^ UpdatedBy, 
	DateTime UpdatedTime
)

Parameters

PatientSchemaId
Type: System..::..Int32

[Missing <param name="PatientSchemaId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

ShiftDate
Type: System..::..DateTime

[Missing <param name="ShiftDate"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

ShiftNumberOfDays
Type: System..::..Int32

[Missing <param name="ShiftNumberOfDays"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

UpdatedBy
Type: System..::..String

[Missing <param name="UpdatedBy"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

UpdatedTime
Type: System..::..DateTime

[Missing <param name="UpdatedTime"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.SaveShiftData(System.Int32,System.DateTime,System.Int32,System.String,System.DateTime)"]

See Also