Table of Contents

Class ApiRoutes.HealthCare

Namespace
KadicErp.WebApi.Controllers
Assembly
KadicErp.WebApi.dll
public static class ApiRoutes.HealthCare
Inheritance
object
ApiRoutes.HealthCare

Fields

ActiveMedications

public const string ActiveMedications = "api/healthcare/patients/{patientId:guid}/active-medications"

Field Value

string

Allergies

public const string Allergies = "api/healthcare/allergies"

Field Value

string

Analytics

public const string Analytics = "api/healthcare/analytics"

Field Value

string

Appointments

public const string Appointments = "api/healthcare/appointments"

Field Value

string

Availability

public const string Availability = "api/healthcare/availability"

Field Value

string

ConsultationRooms

public const string ConsultationRooms = "api/healthcare/consultation-rooms"

Field Value

string

EncounterBilling

public const string EncounterBilling = "api/healthcare/encounters/{encounterId:guid}/billing"

Field Value

string

Encounters

public const string Encounters = "api/healthcare/encounters"

Field Value

string

Insurance

public const string Insurance = "api/healthcare/insurance"

Field Value

string

InsurancePlans

public const string InsurancePlans = "api/healthcare/insurance/plans"

Field Value

string

InsurancePolicies

public const string InsurancePolicies = "api/healthcare/insurance/policies"

Field Value

string

MedicalHistory

public const string MedicalHistory = "api/healthcare/patients/{patientId:guid}/medical-history"

Field Value

string

PatientAllergies

public const string PatientAllergies = "api/healthcare/patients/{patientId:guid}/allergies"

Field Value

string

PatientConditions

public const string PatientConditions = "api/healthcare/patients/{patientId:guid}/chronic-conditions"

Field Value

string

PatientProfile360

public const string PatientProfile360 = "api/healthcare/patients/{patientId:guid}/profile360"

Field Value

string

Patients

public const string Patients = "api/healthcare/patients"

Field Value

string

Prescriptions

public const string Prescriptions = "api/healthcare/prescriptions"

Field Value

string

Providers

public const string Providers = "api/healthcare/providers"

Field Value

string

ScheduleExceptions

public const string ScheduleExceptions = "api/healthcare/schedule-exceptions"

Field Value

string

Schedules

public const string Schedules = "api/healthcare/schedules"

Field Value

string