Class CreatePlanRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request to create a new plan entry
public class CreatePlanRequest
- Inheritance
-
CreatePlanRequest
- Inherited Members
Properties
AuthorId
public Guid? AuthorId { get; set; }
Property Value
- Guid?
Content
public string Content { get; set; }
Property Value
FollowUpInstructions
public string? FollowUpInstructions { get; set; }
Property Value
Id
public Guid? Id { get; set; }
Property Value
- Guid?
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; }