Click or drag to resize

CarePlan Constructor (Patient, IEnumerableAct)

Create care plan with acts

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public CarePlan(
	Patient p,
	IEnumerable<Act> acts
)

Parameters

p
Type: SanteDB.Core.Model.RolesPatient

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

acts
Type: System.Collections.GenericIEnumerableAct

[Missing <param name="acts"/> documentation for "M:SanteDB.Core.Model.Acts.CarePlan.#ctor(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IEnumerable{SanteDB.Core.Model.Acts.Act})"]

See Also