Table of Contents

Class ProfileServiceStatistics

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

Statistics about the profile service

public class ProfileServiceStatistics
Inheritance
ProfileServiceStatistics
Inherited Members

Properties

AdministratorCount

public int AdministratorCount { get; set; }

Property Value

int

PatientCount

public int PatientCount { get; set; }

Property Value

int

PhysicianCount

public int PhysicianCount { get; set; }

Property Value

int

TotalProfiles

public int TotalProfiles { 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.