| CarePlanTarget Property |
Target of the careplan
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Patient Target { get; set; }
Public Property Target As Patient
Get
Set
public:
property Patient^ Target {
Patient^ get ();
void set (Patient^ value);
}
member Target : Patient with get, set
Property Value
Type:
PatientSee Also