Click or drag to resize

XmlClinicalProtocolInitialize Method

Initialize the patient

Namespace:  SanteDB.Cdss.Xml
Assembly:  SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntax
public void Initialize(
	Patient p,
	IDictionary<string, Object> parameters
)

Parameters

p
Type: SanteDB.Core.Model.RolesPatient

[Missing <param name="p"/> documentation for "M:SanteDB.Cdss.Xml.XmlClinicalProtocol.Initialize(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]

parameters
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.Cdss.Xml.XmlClinicalProtocol.Initialize(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Implements

IClinicalProtocolInitialize(Patient, IDictionaryString, Object)
See Also