Class GroupedEntries
Represents clinical entries grouped by SOAP methodology
public record GroupedEntries : IEquatable<GroupedEntries>
- Inheritance
-
GroupedEntries
- Implements
- Inherited Members
Constructors
GroupedEntries(IList<AbstractClinicalEntry>, IList<AbstractClinicalEntry>, IList<AbstractClinicalEntry>, IList<AbstractClinicalEntry>)
Represents clinical entries grouped by SOAP methodology
public GroupedEntries(IList<AbstractClinicalEntry> Subjective, IList<AbstractClinicalEntry> Objective, IList<AbstractClinicalEntry> Assessment, IList<AbstractClinicalEntry> Plan)
Parameters
SubjectiveIList<AbstractClinicalEntry>ObjectiveIList<AbstractClinicalEntry>AssessmentIList<AbstractClinicalEntry>PlanIList<AbstractClinicalEntry>
Properties
Assessment
public IList<AbstractClinicalEntry> Assessment { get; init; }
Property Value
HasAssessment
public bool HasAssessment { get; }
Property Value
HasObjective
public bool HasObjective { get; }
Property Value
HasPlan
public bool HasPlan { get; }
Property Value
HasSubjective
public bool HasSubjective { get; }
Property Value
Objective
public IList<AbstractClinicalEntry> Objective { get; init; }
Property Value
Plan
public IList<AbstractClinicalEntry> Plan { get; init; }
Property Value
Subjective
public IList<AbstractClinicalEntry> Subjective { get; init; }
Property Value
TotalCount
public int TotalCount { get; }