Table of Contents

Class ClinicalDocumentStatistics

Namespace
Core.CliniCore.Service
Assembly
Core.CliniCore.dll

Statistics about clinical documents

public class ClinicalDocumentStatistics
Inheritance
ClinicalDocumentStatistics
Inherited Members

Properties

CompletedDocuments

public int CompletedDocuments { get; set; }

Property Value

int

CompletionRate

public double CompletionRate { get; }

Property Value

double

DocumentsThisWeek

public int DocumentsThisWeek { get; set; }

Property Value

int

DocumentsToday

public int DocumentsToday { get; set; }

Property Value

int

IncompleteDocuments

public int IncompleteDocuments { get; set; }

Property Value

int

TotalDiagnoses

public int TotalDiagnoses { get; set; }

Property Value

int

TotalDocuments

public int TotalDocuments { get; set; }

Property Value

int

TotalPrescriptions

public int TotalPrescriptions { get; set; }

Property Value

int

UniquePatients

public int UniquePatients { get; set; }

Property Value

int

UniquePhysicians

public int UniquePhysicians { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.