Click or drag to resize

XmlClinicalProtocolUpdate 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.RolesPatient

[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.GenericIEnumerableAct

[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: IEnumerableAct

[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

IClinicalProtocolUpdate(Patient, IEnumerableAct)
See Also