Table of Contents

Class AppointmentSlot

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

Available appointment slot

public class AppointmentSlot
Inheritance
AppointmentSlot
Inherited Members

Properties

End

public DateTime End { get; set; }

Property Value

DateTime

IsOptimal

public bool IsOptimal { get; set; }

Property Value

bool

PhysicianId

public Guid PhysicianId { get; set; }

Property Value

Guid

Start

public DateTime Start { get; set; }

Property Value

DateTime