Table of Contents

Class Session

Namespace
Skyware.Lis.EventsModel.BgNhis
Assembly
Skyware.Lis.EventsModel.dll

Represent attempt for creation of session in NHIS

public class Session : BaseMessage
Inheritance
Session
Inherited Members

Properties

Certificate

Certificate with which the session was established

public Certificate Certificate { get; set; }

Property Value

Certificate

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

FailureReason

Description of the error, in case of creation failure

public string FailureReason { get; set; }

Property Value

string

IsArda

If session is made from Arda library (false means Rila server)

public bool IsArda { get; set; }

Property Value

bool

IsSucceeded

If session was successfully created

public bool IsSucceeded { get; set; }

Property Value

bool

PracticeNumber

Practice number associated with this record

public string PracticeNumber { get; set; }

Property Value

string

Uin

Doctor's UIN (according to Bulgarian BMA)

public string Uin { get; set; }

Property Value

string