Updates PatientItemFields with entries for the specified tables and primary keys.

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

Syntax

C#
public static void UpdateProtocolMgrPatientFieldsWithPKey(
	int patientItemId,
	IDictionary<string, IEnumerable<int>> destTableToKeys,
	string username
)
Visual Basic
Public Shared Sub UpdateProtocolMgrPatientFieldsWithPKey ( 
	patientItemId As Integer,
	destTableToKeys As IDictionary(Of String, IEnumerable(Of Integer)),
	username As String
)
Visual C++
public:
static void UpdateProtocolMgrPatientFieldsWithPKey(
	int patientItemId, 
	IDictionary<String^, IEnumerable<int>^>^ destTableToKeys, 
	String^ username
)

Parameters

patientItemId
Type: System..::..Int32

[Missing <param name="patientItemId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.UpdateProtocolMgrPatientFieldsWithPKey(System.Int32,System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IEnumerable{System.Int32}},System.String)"]

destTableToKeys
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IEnumerable<(Of <(<'Int32>)>)>>)>)>

[Missing <param name="destTableToKeys"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.UpdateProtocolMgrPatientFieldsWithPKey(System.Int32,System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IEnumerable{System.Int32}},System.String)"]

username
Type: System..::..String

[Missing <param name="username"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.UpdateProtocolMgrPatientFieldsWithPKey(System.Int32,System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IEnumerable{System.Int32}},System.String)"]

See Also