Click or drag to resize

XmlClinicalProtocol.Initialize 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.Roles.Patient

[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.Generic.IDictionary<String, 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

IClinicalProtocol.Initialize(Patient, IDictionary<String, Object>)
See Also