Table of Contents

Class GroupedEntries

Namespace
CLI.CliniCore.Service.Editor
Assembly
CLI.CliniCore.dll

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

Subjective IList<AbstractClinicalEntry>
Objective IList<AbstractClinicalEntry>
Assessment IList<AbstractClinicalEntry>
Plan IList<AbstractClinicalEntry>

Properties

Assessment

public IList<AbstractClinicalEntry> Assessment { get; init; }

Property Value

IList<AbstractClinicalEntry>

HasAssessment

public bool HasAssessment { get; }

Property Value

bool

HasObjective

public bool HasObjective { get; }

Property Value

bool

HasPlan

public bool HasPlan { get; }

Property Value

bool

HasSubjective

public bool HasSubjective { get; }

Property Value

bool

Objective

public IList<AbstractClinicalEntry> Objective { get; init; }

Property Value

IList<AbstractClinicalEntry>

Plan

public IList<AbstractClinicalEntry> Plan { get; init; }

Property Value

IList<AbstractClinicalEntry>

Subjective

public IList<AbstractClinicalEntry> Subjective { get; init; }

Property Value

IList<AbstractClinicalEntry>

TotalCount

public int TotalCount { get; }

Property Value

int