/// /// interface IAppOption { globalData: { dictionaries: App.Dictionary[], patientId?: string; doctorId?: string; } }