doctor banner

Dr. Aparna M.S.

ENT

ENT specialist with focus on various surgeries..

Book an Appointment
Profile

ENT

Dr. Aparna M.S. is a dedicated ENT specialist with a year of experience in the field. She holds an MBBS degree followed by an M.S. in ENT. Dr. Aparna has developed clinical expertise in a range of ENT surgeries, including tympanoplasties, mastoidectomies, septoplasty, functional endoscopic sinus surgery (FESS), endoscopic tonsillectomy, and adenoidectomy. Her commitment to patient care and surgical precision ensures high-quality outcomes for her patients.

Academic Qualification

MBBS , M.S. in ENT

Professional Record

1 year in ENT

Year Of Experience
  • 1+ Years
Specialties

Tympanoplasties, mastoidectomies, FESS

Blogs
logo

Bringing Smiles Back to health

Where Compassionate Care Meets Healing Excellence.

Your Pathway to Wellness Begins Here.

Request history8.2.21PHP Version57.89msRequest Duration4MBMemory UsageGET doctors/{slug}Route
    • Booting (23.65ms)time
    • Application (34.24ms)time
    • 1 x Application (59.14%)
      34.24ms
      1 x Booting (40.84%)
      23.65ms
      4 templates were rendered
      • 1x web.doctor.doctorDetaildoctorDetail.blade.php#?blade
      • 1x web.layouts.appapp.blade.php#?blade
      • 1x web.layouts.headerheader.blade.php#?blade
      • 1x web.layouts.footerfooter.blade.php#?blade
      uri
      GET doctors/{slug}
      middleware
      web
      controller
      App\Http\Controllers\Web\DoctorController@doctorDetail
      as
      web_doctor_detail
      namespace
      prefix
      /doctors
      where
      file
      app/Http/Controllers/Web/DoctorController.php:73-85
      16 statements were executed (2 duplicates)Show only duplicates8.89ms
      • DoctorRepository.php#54sunrise_changaramkulam700μsselect * from `doctors` where `slug` = 'dr-aparna-ms' and `doctors`.`deleted_at` is null limit 1
        Bindings
        • 0: dr-aparna-ms
        Backtrace
        • app/Repositories/Doctor/DoctorRepository.php:54
        • app/Http/Controllers/Web/DoctorController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • DoctorRepository.php#54sunrise_changaramkulam470μsselect * from `doctor_qualifications` where `doctor_qualifications`.`doctor_id` in (82) and `doctor_qualifications`.`deleted_at` is null
        Backtrace
        • app/Repositories/Doctor/DoctorRepository.php:54
        • app/Http/Controllers/Web/DoctorController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • BlogRepository.php#93sunrise_changaramkulam550μsselect * from `blogs` where `status` = 'active' and `blogs`.`deleted_at` is null order by `id` desc
        Bindings
        • 0: active
        Backtrace
        • app/Repositories/Blog/BlogRepository.php:93
        • app/Http/Controllers/Web/DoctorController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • PatientStoriesRepository.php#84sunrise_changaramkulam410μsselect * from `patient_stories` where `status` = 'active' and `patient_stories`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • app/Repositories/PatientStories/PatientStoriesRepository.php:84
        • app/Http/Controllers/Web/DoctorController.php:82
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • doctorDetail.blade.php#3sunrise_changaramkulam450μsselect * from `seos` where `seos`.`model` = 'App\\Models\\Doctor' and `seos`.`model_id` = 82 and `seos`.`model_id` is not null and `seos`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Doctor
        • 1: 82
        Backtrace
        • view::web.doctor.doctorDetail:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/inspector-apm/inspector-laravel/src/Views/ViewEngineDecorator.php:38
      • SettingsRepository.php#37sunrise_changaramkulam510μsselect * from `settings` where `category` in ('store')
        Bindings
        • 0: store
        Backtrace
        • app/Repositories/Settings/SettingsRepository.php:37
        • app/View/Components/WebLayout.php:49
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • SettingsRepository.php#37sunrise_changaramkulam410μsselect * from `settings` where `category` in ('social')
        Bindings
        • 0: social
        Backtrace
        • app/Repositories/Settings/SettingsRepository.php:37
        • app/View/Components/WebLayout.php:50
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • PatientStoriesRepository.php#93sunrise_changaramkulam530μsselect * from `patient_stories` where `status` = 'active' and `type` = 'story' and `patient_stories`.`deleted_at` is null order by `created_at` desc limit 10
        Bindings
        • 0: active
        • 1: story
        Backtrace
        • app/Repositories/PatientStories/PatientStoriesRepository.php:93
        • app/View/Components/WebLayout.php:51
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • DepartmentsRepository.php#122sunrise_changaramkulam520μsselect * from `departments` where `status` = 'active' order by `order` asc
        Bindings
        • 0: active
        Backtrace
        • app/Repositories/Departments/DepartmentsRepository.php:122
        • app/View/Components/WebLayout.php:52
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • NewsAndEventsRepository.php#79sunrise_changaramkulam430μsselect * from `news_and_events` where `status` = 'active' and `news_and_events`.`deleted_at` is null order by `created_at` desc limit 10
        Bindings
        • 0: active
        Backtrace
        • app/Repositories/NewsAndEvents/NewsAndEventsRepository.php:79
        • app/View/Components/WebLayout.php:53
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • LocationsRepository.php#67sunrise_changaramkulam360μsselect * from `locations`
        Backtrace
        • app/Repositories/Locations/LocationsRepository.php:67
        • app/View/Components/WebLayout.php:54
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • LocationsRepository.php#67sunrise_changaramkulam430μsselect * from `location_images` where `location_images`.`location_id` in (1, 2, 3, 4, 5, 6) and `location_images`.`deleted_at` is null
        Backtrace
        • app/Repositories/Locations/LocationsRepository.php:67
        • app/View/Components/WebLayout.php:54
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • ContentsRepository.php#131sunrise_changaramkulam1.23msselect * from `contents` where `contents`.`deleted_at` is null
        Backtrace
        • app/Repositories/Contents/ContentsRepository.php:131
        • app/View/Components/WebLayout.php:55
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • ContentsRepository.php#131sunrise_changaramkulam930μsselect * from `content_items` where `content_items`.`content_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 57, 58, 59, 60, 64, 65, 66, 68, 115, 118, 119, 120, 121, 122, 123, 124, 125, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199) and `content_items`.`deleted_at` is null
        Backtrace
        • app/Repositories/Contents/ContentsRepository.php:131
        • app/View/Components/WebLayout.php:55
        • vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • view::web.doctor.doctorDetail:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • Doctor.php#76sunrise_changaramkulam510μsselect * from `departments` where `id` in (50)
        Bindings
        • 0: 50
        Backtrace
        • app/Models/Doctor.php:76
        • app/Models/Doctor.php:85
        • view::web.doctor.doctorDetail:59
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Doctor.php#76sunrise_changaramkulam450μsselect * from `departments` where `id` in (50)
        Bindings
        • 0: 50
        Backtrace
        • app/Models/Doctor.php:76
        • app/Models/Doctor.php:85
        • view::web.doctor.doctorDetail:74
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      App\Models\Content
      140Content.php#?
      App\Models\ContentItem
      104ContentItem.php#?
      App\Models\Setting
      37Setting.php#?
      App\Models\Department
      15Department.php#?
      App\Models\LocationImage
      12LocationImage.php#?
      App\Models\Location
      6Location.php#?
      App\Models\NewsAndEvents
      4NewsAndEvents.php#?
      App\Models\Blog
      3Blog.php#?
      App\Models\DoctorQualification
      2DoctorQualification.php#?
      App\Models\Doctor
      1Doctor.php#?
      App\Models\Seo
      1Seo.php#?
          _token
          KU0ex7mBA6890MQswd33e78cotOXRtjLYAszRRGx
          _previous
          array:1 [ "url" => "https://www.sunrisehospitalchangaramkulam.in/doctors/dr-aparna-ms" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /doctors/dr-aparna-ms
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "doctor_slug" => "dr-aparna-ms" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "www.sunrisehospitalchangaramkulam.in" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 09 Jun 2025 21:44:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVLUmtRSFZVZzhJaS83VG9jRFBkY0E9PSIsInZhbHVlIjoiY3JsMVZTN0t4eGJ3b2JkMllnL2cwVHRkNW4xS3F5S3QwVTVVb0EvbDFEOEh4Q291aUZHMnA0dUEwQnhQS2ZPU0diVHN4TkFlb2lmRjZIaFFIQmtydW5kMUc1bTNkOENVWUlZaTFFYmVJRzRpdlhVWW1ScWV3L1I5alAzU2I1N3EiLCJtYWMiOiI5ZjdlOGQzYjYzOTQ0ODgyZWE5YjVjNjMxOGQ1ZTc0NWJmNTZlMDMyZWRiNzAzOTc3ZWMyY2NiNDAwMTFlM2Y4IiwidGFnIjoiIn0%3D; expires=Mon, 09 Jun 2025 23:44:56 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InVLUmtRSFZVZzhJaS83VG9jRFBkY0E9PSIsInZhbHVlIjoiY3JsMVZTN0t4eGJ3b2JkMllnL2cwVHRkNW4xS3F5S3QwVTVVb0EvbDFEOEh4Q291aUZHMnA0dUEwQnhQS2ZPU0diVHN4T" 1 => "sunrise_session=eyJpdiI6IkptdzAwMFV3VnBRejR6Mmwxc1dUNGc9PSIsInZhbHVlIjoiMFpZZzljbE9FWmVscEpJRTBId3g5dTNValdrQWplSGpPbmF5RXdacUpWMjhzVlFIMlVqcUtvQm9oQlAwR0tzSUtLek9qV2o1YUh6YUdnUDkyNHp0T0VXUCsxaGdNd1ArTjEySUtCL0NjTVZ4MEQ1WEdtZVUzcVB2VnNEYVVsS00iLCJtYWMiOiIwYjE3Yjc0NDJkYjkxZWE0NmVlM2M4MDk1NDk3OTIxOGRhYjJjNzBhZGVmYmUyZDEwN2U2NjEyNTQyNzBmNDExIiwidGFnIjoiIn0%3D; expires=Mon, 09 Jun 2025 23:44:56 GMT; Max-Age=7200; path=/; httponly; samesite=laxsunrise_session=eyJpdiI6IkptdzAwMFV3VnBRejR6Mmwxc1dUNGc9PSIsInZhbHVlIjoiMFpZZzljbE9FWmVscEpJRTBId3g5dTNValdrQWplSGpPbmF5RXdacUpWMjhzVlFIMlVqcUtvQm9oQlAwR0tzSUtL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVLUmtRSFZVZzhJaS83VG9jRFBkY0E9PSIsInZhbHVlIjoiY3JsMVZTN0t4eGJ3b2JkMllnL2cwVHRkNW4xS3F5S3QwVTVVb0EvbDFEOEh4Q291aUZHMnA0dUEwQnhQS2ZPU0diVHN4TkFlb2lmRjZIaFFIQmtydW5kMUc1bTNkOENVWUlZaTFFYmVJRzRpdlhVWW1ScWV3L1I5alAzU2I1N3EiLCJtYWMiOiI5ZjdlOGQzYjYzOTQ0ODgyZWE5YjVjNjMxOGQ1ZTc0NWJmNTZlMDMyZWRiNzAzOTc3ZWMyY2NiNDAwMTFlM2Y4IiwidGFnIjoiIn0%3D; expires=Mon, 09-Jun-2025 23:44:56 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InVLUmtRSFZVZzhJaS83VG9jRFBkY0E9PSIsInZhbHVlIjoiY3JsMVZTN0t4eGJ3b2JkMllnL2cwVHRkNW4xS3F5S3QwVTVVb0EvbDFEOEh4Q291aUZHMnA0dUEwQnhQS2ZPU0diVHN4T" 1 => "sunrise_session=eyJpdiI6IkptdzAwMFV3VnBRejR6Mmwxc1dUNGc9PSIsInZhbHVlIjoiMFpZZzljbE9FWmVscEpJRTBId3g5dTNValdrQWplSGpPbmF5RXdacUpWMjhzVlFIMlVqcUtvQm9oQlAwR0tzSUtLek9qV2o1YUh6YUdnUDkyNHp0T0VXUCsxaGdNd1ArTjEySUtCL0NjTVZ4MEQ1WEdtZVUzcVB2VnNEYVVsS00iLCJtYWMiOiIwYjE3Yjc0NDJkYjkxZWE0NmVlM2M4MDk1NDk3OTIxOGRhYjJjNzBhZGVmYmUyZDEwN2U2NjEyNTQyNzBmNDExIiwidGFnIjoiIn0%3D; expires=Mon, 09-Jun-2025 23:44:56 GMT; path=/; httponlysunrise_session=eyJpdiI6IkptdzAwMFV3VnBRejR6Mmwxc1dUNGc9PSIsInZhbHVlIjoiMFpZZzljbE9FWmVscEpJRTBId3g5dTNValdrQWplSGpPbmF5RXdacUpWMjhzVlFIMlVqcUtvQm9oQlAwR0tzSUtL" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "KU0ex7mBA6890MQswd33e78cotOXRtjLYAszRRGx" "_previous" => array:1 [ "url" => "https://www.sunrisehospitalchangaramkulam.in/doctors/dr-aparna-ms" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-09 21:44:56GET/doctors/dr-aparna-ms416325