Tanya Dokter

Beranda / Tanya Dokter

Pertanyaan Anda


Rabu, 30 Agustus 2023 | 16:46
Infeksi

Apa HIV menurn ke Anak?

RT
Info Penanya : RT

Dok, saya mau bertanya. Suami saya terpapar HIV saat kerja di lapangan dan saya baru tau waktu saya hamil anak saya pertama sekarang ini. Saya takut saya positif dan menular ke anak saya nantinya. Apa betul kalau orang tua dengan HIV sudah pasti anaknya HIV juga nantinya? Trims!

Share
Request history8.1.29PHP Version1.37sRequest Duration4MBMemory UsageGET discussions/{slug}Route
    • Booting (627ms)time
    • Application (747ms)time
    • 1 x Application (54.36%)
      747ms
      1 x Booting (45.64%)
      627ms
      1 templates were rendered
      • 1x web.v2.discussion.showshow.blade.php#?blade
      uri
      GET discussions/{slug}
      middleware
      web
      controller
      App\Http\Controllers\DiscussionController@show
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.discussion.show
      file
      app/Http/Controllers/DiscussionController.php:159-229
      14 statements were executed (2 duplicates)Show only duplicates574ms
      • DiscussionController.php#165mydatabase3.29msselect * from `questions` where `slug` = 'apa-hiv-menurn-ke-anak' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: apa-hiv-menurn-ke-anak
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Http/Controllers/DiscussionController.php:165
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#179mydatabase630μsselect * from `questions` where `slug` = 'apa-hiv-menurn-ke-anak' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: apa-hiv-menurn-ke-anak
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Http/Controllers/DiscussionController.php:179
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#192mydatabase10.14msselect column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'mydatabase' and table_name = 'questions' order by ordinal_position asc
        Backtrace
        • app/Http/Controllers/DiscussionController.php:192
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#192mydatabase5.41msupdate `questions` set `views` = 318, `questions`.`updated_at` = '2025-07-10 15:21:05' where `id` = 73
        Bindings
        • 0: 318
        • 1: 2025-07-10 15:21:05
        • 2: 73
        Backtrace
        • app/Http/Controllers/DiscussionController.php:192
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#200mydatabase1.34msselect * from `answers` where `answers`.`question_id` = 73 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null
        Bindings
        • 0: 73
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:200
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#201mydatabase2.77msselect `tags`.*, `answer_tag`.`answer_id` as `pivot_answer_id`, `answer_tag`.`tag_id` as `pivot_tag_id`, `answer_tag`.`created_at` as `pivot_created_at`, `answer_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answer_tag`.`answer_id` = 65
        Bindings
        • 0: 65
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:201
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#209mydatabase1.45msselect * from `categories` where `type` = 'healthpedia' and `parent_id` <> 0 and `categories`.`deleted_at` is null
        Bindings
        • 0: healthpedia
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:209
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#210mydatabase499msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-10 15:21:06' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-07-10 15:21:06
        • 2: article
        Hints
        • Use SELECT * only if you need all columns from table
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        Backtrace
        • app/Http/Controllers/DiscussionController.php:210
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#211mydatabase1.06msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-10 15:21:06' and `content_type` = 'article' and `posts`.`deleted_at` is null order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-07-10 15:21:06
        • 2: article
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:211
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#214mydatabase30.89msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-10 15:21:06' and `content_type` = 'article' and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and `tags`.`id` in (1042, 1043, 3641, 7051, 295)) and `posts`.`deleted_at` is null order by RAND() limit 5
        Bindings
        • 0: 1
        • 1: 2025-07-10 15:21:06
        • 2: article
        • 3: 1042
        • 4: 1043
        • 5: 3641
        • 6: 7051
        • 7: 295
        Hints
        • Use SELECT * only if you need all columns from table
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        Backtrace
        • app/Http/Controllers/DiscussionController.php:214
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • DiscussionController.php#225mydatabase7.2msselect * from `questions` where `status` = 'published' and `questions`.`deleted_at` is null order by `id` desc
        Bindings
        • 0: published
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:225
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • show.blade.php#110mydatabase1.27msselect * from `categories` where `categories`.`id` = 22 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 22
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::web.v2.discussion.show:110
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • show.blade.php#177mydatabase2.81msselect * from `answers` where `answers`.`question_id` = 73 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 73
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:177
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • show.blade.php#189mydatabase6.98msselect * from `users` where `doctor_id` = '6386ea1c69178456d00f41a4' limit 1
        Bindings
        • 0: 6386ea1c69178456d00f41a4
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::web.v2.discussion.show:189
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Question
      308Question.php#?
      App\Models\Admin\Category
      42Category.php#?
      App\Models\Admin\Post
      16Post.php#?
      App\Models\Admin\Tag
      5Tag.php#?
      App\Answer
      2Answer.php#?
      App\User
      1User.php#?
          locale
          id
          _token
          2zqgnQQaPP4a8Eu8hKQvMxdprhzPmhENdSL6swxH
          discussion
          apa-hiv-menurn-ke-anak
          _previous
          array:1 [ "url" => "https://ai-care-dict.atmatech.id/discussions/apa-hiv-menurn-ke-anak" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /discussions/apa-hiv-menurn-ke-anak
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:19 [ "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" ] "connection" => array:1 [ 0 => "close" ] "x-real-ip" => array:1 [ 0 => "216.73.216.81" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.81" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care-dict.atmatech.id" ] ]
          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 => "Thu, 10 Jul 2025 08:21:06 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRMQSs5eEdLMEhJS1RtcWgrNGZmbFE9PSIsInZhbHVlIjoidEZJamtGZVB4VXdjYVJVOE9rT1NOT0VEUDBHSm4xLzdBNTV0NWppUmptSitZcGswS0trMTVZOGhoTkdTbk9UbE5sSllaSVFIajVUdmpubFQzVnJ1WmQyamZaWVRPaXluNTJWN3hSMFVwamR6M25KRjZHMDF6V09CdlpHRzNlTzYiLCJtYWMiOiIyMDFiOWMyNTIxODIxMzU5ZTNlZWZlYjI0ZGM0ZmM1MGVmNGNhZWVhNjg0NGIxOWEwNTdiZTZhNjc5OWMwM2JjIiwidGFnIjoiIn0%3D; expires=Thu, 10 Jul 2025 10:21:06 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImRMQSs5eEdLMEhJS1RtcWgrNGZmbFE9PSIsInZhbHVlIjoidEZJamtGZVB4VXdjYVJVOE9rT1NOT0VEUDBHSm4xLzdBNTV0NWppUmptSitZcGswS0trMTVZOGhoTkdTbk9UbE5sSllaS" 1 => "laravel_session=eyJpdiI6Ikoya240Vk9zSWFZS1hSN2dKc1dJMkE9PSIsInZhbHVlIjoiTmUrNmpaME5hRHZnUFl4WkZ3OTEyWUZyQzJpZ00zVDZ6M01FcGNrRVN0V0lSam5QMG9SZGgyNDlpOGF1ZVBZT2hGSjBUbmJ0bEs0bW5nRjVqN1A2OHVHVFZWb210OEErT0lCVTYyUHpRUStZQWdqZnBwRTBPU2REczc3M2dTcjQiLCJtYWMiOiI2NGRkYjVlNWQwNWQzMjM2OTRhODJjZDU1NGY1NzU2OGRiMDRiYmM2YTFiZGIyZWM2YTViMzJlYmFjNmI4YzNkIiwidGFnIjoiIn0%3D; expires=Thu, 10 Jul 2025 10:21:06 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Ikoya240Vk9zSWFZS1hSN2dKc1dJMkE9PSIsInZhbHVlIjoiTmUrNmpaME5hRHZnUFl4WkZ3OTEyWUZyQzJpZ00zVDZ6M01FcGNrRVN0V0lSam5QMG9SZGgyNDlpOGF1ZVBZT2hG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRMQSs5eEdLMEhJS1RtcWgrNGZmbFE9PSIsInZhbHVlIjoidEZJamtGZVB4VXdjYVJVOE9rT1NOT0VEUDBHSm4xLzdBNTV0NWppUmptSitZcGswS0trMTVZOGhoTkdTbk9UbE5sSllaSVFIajVUdmpubFQzVnJ1WmQyamZaWVRPaXluNTJWN3hSMFVwamR6M25KRjZHMDF6V09CdlpHRzNlTzYiLCJtYWMiOiIyMDFiOWMyNTIxODIxMzU5ZTNlZWZlYjI0ZGM0ZmM1MGVmNGNhZWVhNjg0NGIxOWEwNTdiZTZhNjc5OWMwM2JjIiwidGFnIjoiIn0%3D; expires=Thu, 10-Jul-2025 10:21:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImRMQSs5eEdLMEhJS1RtcWgrNGZmbFE9PSIsInZhbHVlIjoidEZJamtGZVB4VXdjYVJVOE9rT1NOT0VEUDBHSm4xLzdBNTV0NWppUmptSitZcGswS0trMTVZOGhoTkdTbk9UbE5sSllaS" 1 => "laravel_session=eyJpdiI6Ikoya240Vk9zSWFZS1hSN2dKc1dJMkE9PSIsInZhbHVlIjoiTmUrNmpaME5hRHZnUFl4WkZ3OTEyWUZyQzJpZ00zVDZ6M01FcGNrRVN0V0lSam5QMG9SZGgyNDlpOGF1ZVBZT2hGSjBUbmJ0bEs0bW5nRjVqN1A2OHVHVFZWb210OEErT0lCVTYyUHpRUStZQWdqZnBwRTBPU2REczc3M2dTcjQiLCJtYWMiOiI2NGRkYjVlNWQwNWQzMjM2OTRhODJjZDU1NGY1NzU2OGRiMDRiYmM2YTFiZGIyZWM2YTViMzJlYmFjNmI4YzNkIiwidGFnIjoiIn0%3D; expires=Thu, 10-Jul-2025 10:21:06 GMT; path=/; httponlylaravel_session=eyJpdiI6Ikoya240Vk9zSWFZS1hSN2dKc1dJMkE9PSIsInZhbHVlIjoiTmUrNmpaME5hRHZnUFl4WkZ3OTEyWUZyQzJpZ00zVDZ6M01FcGNrRVN0V0lSam5QMG9SZGgyNDlpOGF1ZVBZT2hG" ] ]
          session_attributes
          0 of 0
          array:5 [ "locale" => "id" "_token" => "2zqgnQQaPP4a8Eu8hKQvMxdprhzPmhENdSL6swxH" "discussion" => "apa-hiv-menurn-ke-anak" "_previous" => array:1 [ "url" => "https://ai-care-dict.atmatech.id/discussions/apa-hiv-menurn-ke-anak" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-10 15:21:06GET/discussions/apa-hiv-menurn-ke-anak114374