  | IClinicalProtocolPrepare 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: 3.0.481-alpha
Syntaxvoid Prepare(
	Patient p,
	IDictionary<string, Object> parameters
)
Sub Prepare ( 
	p As Patient,
	parameters As IDictionary(Of String, Object)
)
void Prepare(
	Patient^ p, 
	IDictionary<String^, Object^>^ parameters
)
abstract Prepare : 
        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.Prepare(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.Prepare(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]
 
See Also