| IClinicalProtocolInitialize Method |
Called prior to performing calculation of the care protocol allowing the object to prepare the object for whatever
pre-requisite data is needed for the protocol
Namespace:
SanteDB.Core.Protocol
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax void Initialize(
Patient p,
IDictionary<string, Object> parameters
)
Sub Initialize (
p As Patient,
parameters As IDictionary(Of String, Object)
)
void Initialize(
Patient^ p,
IDictionary<String^, Object^>^ parameters
)
abstract Initialize :
p : Patient *
parameters : IDictionary<string, Object> -> unit
Parameters
- p
- Type: SanteDB.Core.Model.RolesPatient
[Missing <param name="p"/> documentation for "M:SanteDB.Core.Protocol.IClinicalProtocol.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.Core.Protocol.IClinicalProtocol.Initialize(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]
See Also