Class UpdatePlanRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request to update an existing plan entry
public class UpdatePlanRequest
- Inheritance
-
UpdatePlanRequest
- Inherited Members
Properties
Content
public string? Content { get; set; }
Property Value
FollowUpInstructions
public string? FollowUpInstructions { get; set; }
Property Value
IsActive
public bool? IsActive { get; set; }
Property Value
- bool?
IsCompleted
public bool? IsCompleted { get; set; }
Property Value
- bool?
Priority
public PlanPriority? Priority { get; set; }
Property Value
RelatedDiagnosisIds
public List<Guid>? RelatedDiagnosisIds { get; set; }
Property Value
Severity
public EntrySeverity? Severity { get; set; }
Property Value
TargetDate
public DateTime? TargetDate { get; set; }
Property Value
Type
public PlanType? Type { get; set; }