Class ClinicalDocumentStatistics
Statistics about clinical documents
public class ClinicalDocumentStatistics
- Inheritance
-
ClinicalDocumentStatistics
- Inherited Members
Properties
CompletedDocuments
public int CompletedDocuments { get; set; }
Property Value
CompletionRate
public double CompletionRate { get; }
Property Value
DocumentsThisWeek
public int DocumentsThisWeek { get; set; }
Property Value
DocumentsToday
public int DocumentsToday { get; set; }
Property Value
IncompleteDocuments
public int IncompleteDocuments { get; set; }
Property Value
TotalDiagnoses
public int TotalDiagnoses { get; set; }
Property Value
TotalDocuments
public int TotalDocuments { get; set; }
Property Value
TotalPrescriptions
public int TotalPrescriptions { get; set; }
Property Value
UniquePatients
public int UniquePatients { get; set; }
Property Value
UniquePhysicians
public int UniquePhysicians { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.