 | XmlClinicalProtocolUpdate Method |
Updates an existing plan
Namespace:
SanteDB.Cdss.Xml
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.481-alpha
Syntaxpublic IEnumerable<Act> Update(
Patient p,
IEnumerable<Act> existingPlan
)
Public Function Update (
p As Patient,
existingPlan As IEnumerable(Of Act)
) As IEnumerable(Of Act)
public:
virtual IEnumerable<Act^>^ Update(
Patient^ p,
IEnumerable<Act^>^ existingPlan
) sealed
abstract Update :
p : Patient *
existingPlan : IEnumerable<Act> -> IEnumerable<Act>
override Update :
p : Patient *
existingPlan : IEnumerable<Act> -> IEnumerable<Act>
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