Click or drag to resize

XmlClinicalProtocol.Update Method

Updates an existing plan

Namespace:  SanteDB.Cdss.Xml
Assembly:  SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.481-alpha
Syntax
public IEnumerable<Act> Update(
	Patient p,
	IEnumerable<Act> existingPlan
)

Parameters

p
Type: SanteDB.Core.Model.Roles.Patient

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

existingPlan
Type: System.Collections.Generic.IEnumerable<Act>

[Missing <param name="existingPlan"/> documentation for "M:SanteDB.Cdss.Xml.XmlClinicalProtocol.Update(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IEnumerable{SanteDB.Core.Model.Acts.Act})"]

Return Value

Type: IEnumerable<Act>

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.XmlClinicalProtocol.Update(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IEnumerable{SanteDB.Core.Model.Acts.Act})"]

Implements

IClinicalProtocol.Update(Patient, IEnumerable<Act>)
See Also