 | CarePlanCarePathwayKey Property |
Identifies the care pathway identifier which this care plan is generated for
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic Guid? CarePathwayKey { get; set; }Public Property CarePathwayKey As Guid?
Get
Set
public:
property Nullable<Guid> CarePathwayKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member CarePathwayKey : Nullable<Guid> with get, set
Property Value
NullableGuid
Remarks
The program can be used to identify where the care plan "fits" in the broader patient care picture. For example, a care plan
generated as part of an HIV/TB care pathway may be kept separate from an ANC or pregnancy care plan
See Also