From 0dcef6c6a8ed8d4e239a7adcfe97b9a010ec0008 Mon Sep 17 00:00:00 2001 From: EDEMESSI Florian Date: Mon, 27 Jan 2025 23:27:42 +0100 Subject: [PATCH] fix broken links --- .gitignore | 4 +- README.md | 7 +- _config.yml | 26 +-- _layouts/default.html | 187 ++++++++++-------- _layouts/post.html | 180 ++++++++++------- .../2021-11-26-Cardiologie.markdown | 2 +- ...2021-11-26-chirurgie-pediatrique.markdown" | 2 +- ...11-26-chirurgie-visc\303\251rale.markdown" | 2 +- .../2021-11-26-Dermatologie.markdown | 2 +- .../2021-11-26-Endocrinologie.markdown | 2 +- .../2024-07-24-Fondamentaux.markdown | 3 +- .../2021-11-26-Gyn\303\251cologie.markdown" | 2 +- ...G\303\251n\303\251ralit\303\251s.markdown" | 2 +- .../2022-01-01-anemie.markdown" | 6 +- ...1-11-26-hepato-gastro-enterologie.markdown | 2 +- .../2021-11-26-H\303\251matologie.markdown" | 2 +- .../2021-11-26-Infectiologie.markdown | 2 +- .../2022-05-28-Paludisme.markdown | 40 ++-- _posts/M.P.R/2021-11-26-MPR.markdown | 2 +- .../Neurologie/2021-11-26-Neurologie.markdown | 2 +- _posts/Neurologie/2022-07-27-avc.markdown | 47 ++--- .../2021-11-26-N\303\251phrologie.markdown" | 2 +- _posts/O.R.L/2021-11-26-ORL.markdown | 2 +- .../2021-11-26-Ophtalmologie.markdown | 2 +- .../2021-11-26-Pneumologie.markdown | 2 +- .../2021-11-26-Psychiatrie.markdown | 2 +- .../2021-11-26-P\303\251diatrie.markdown" | 2 +- .../2021-09-27-examen-rhumatologique.markdown | 2 +- .../2021-09-27-rhumatologie.markdown | 2 +- .../2021-11-26-Traumatologie.markdown | 2 +- ...1-26-Urgences-R\303\251animation.markdown" | 2 +- _posts/Urologie/2021-11-26-Urologie.markdown | 2 +- 32 files changed, 310 insertions(+), 236 deletions(-) diff --git a/.gitignore b/.gitignore index 5c194b7..b8a299a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,7 @@ _site .jekyll-cache .jekyll-metadata vendor -Thumbs.db -assets/images/Thumbs.db -assets/posts-assets/Thumbs.db +**/Thumbs.db *.env *.log *.swp diff --git a/README.md b/README.md index bf3eb3a..4379588 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ you might have conflicts issues with your ruby version and the plugin versions ( - If you used rbenv too make sure you have the latest version or at least latest version of `ruby-build` (to avoid an `OpenSSl` version conflict too *sigh) -The blog is deployed on [Github Pages](https://pages.github.com/) using a github action workflow. The workflow is available in the `.github/workflows` folder. +The blog is deployed on [Github Pages](https://pages.github.com/) using a github action workflow. The workflow is available in the `.github/workflows/jekyll.yml` folder. Also this project uses many jekyll plugins as dependencies and you can check the `Gemfile` for the list of plugins used. The most important ones are: + +- [github-metadata](https://github.com/jekyll/github-metadata) for github pages +- [spaceship](https://github.com/jeffreytse/jekyll-spaceship) for tables, formulas, and other markdown enhancements +- [Premonition](https://github.com/lazee/premonition) for nice looking alerts +- [glossary-tooltips](https://github.com/erikw/jekyll-glossary_tooltip) for glossary tooltips - - + + - - - - - - - - - - - - - - {% include head-custom.html %} - {% seo %} - + + + + + + + + + + + + + + {% include head-custom.html %} {% seo %} + - + Skip to the content.
-
- - {{ content }} - -
-
- - {% if page.date %} -

publié le {{ page.date | date: "%d/%m/%Y, à %R" }}

- {% endif %} - - {% if page.refs %} -

sources/references: {{ page.refs }}

- {% endif %} - - {% if page.author %} - {% include author_bio.html %} - {% endif %} - - {% if site.github.is_project_page %} - {{ - site.github.repository_name - }} est maintenu par © {{ site.github.owner_name - }}, 2021. - {% endif %} - Cette page Jekyll est alimentée par GitHub - Pages. -
+
{{ content }}
+
+ {% if page.date %} +

publié le {{ page.date | date: "%d/%m/%Y, à %R" }}

+ {% endif %} {% if page.refs %} +

sources/references: {{ page.refs }}

+ {% endif %} {% if page.author %} {% include author_bio.html %} {% endif + %} {% if site.github.is_project_page %} + {{ site.github.repository_name }} + est maintenu par © + {{ site.github.owner_name }}, 2021. + {% endif %} + Cette page Jekyll est alimentée + par GitHub Pages. +
- - + diff --git a/_layouts/post.html b/_layouts/post.html index 5ae5389..322fe6b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,87 +1,123 @@ --- --- + - - - - + + + - - + + - - - - - - - - - - - - - - {% include head-custom.html %} - {% seo %} - + + + + + + + + + + + + + + {% include head-custom.html %} {% seo %} + - - Skip to the content. + + Voir le contenu
-
- - {{ content }} - -
-
- - {% if page.date %} -

publié le {{ page.date | date: "%d/%m/%Y, à %R" }}

- {% endif %} - - {% if page.refs %} -

sources/references: {{ page.refs }}

- {% endif %} - - {% if page.author %} - {% include author_bio.html %} - {% endif %} - - {% if site.github.is_project_page %} - {{ - site.github.repository_name - }} est maintenu par © {{ site.github.owner_name - }}, 2021. - {% endif %} - Cette page Jekyll est alimentée par GitHub - Pages. -
+
{{ content }}
+
+ {% if page.date %} +

publié le {{ page.date | date: "%d/%m/%Y, à %R" }}

+ {% endif %} {% if page.refs %} +

sources/references: {{ page.refs }}

+ {% endif %} {% if page.author %} {% include author_bio.html %} {% endif + %} {% if site.github.is_project_page %} + {{ site.github.repository_name }} + est maintenu par © + {{ site.github.owner_name }}, 2025. + {% endif %} + Cette page Jekyll est alimentée + par GitHub Pages. +
- - - + diff --git a/_posts/Cardiologie/2021-11-26-Cardiologie.markdown b/_posts/Cardiologie/2021-11-26-Cardiologie.markdown index a7506f8..78a6afb 100644 --- a/_posts/Cardiologie/2021-11-26-Cardiologie.markdown +++ b/_posts/Cardiologie/2021-11-26-Cardiologie.markdown @@ -15,6 +15,6 @@ permalink: /cardiologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/Chirurgie P\303\251diatrique/2021-11-26-chirurgie-pediatrique.markdown" "b/_posts/Chirurgie P\303\251diatrique/2021-11-26-chirurgie-pediatrique.markdown" index a6ab804..2c7699b 100644 --- "a/_posts/Chirurgie P\303\251diatrique/2021-11-26-chirurgie-pediatrique.markdown" +++ "b/_posts/Chirurgie P\303\251diatrique/2021-11-26-chirurgie-pediatrique.markdown" @@ -15,6 +15,6 @@ permalink: /chirurgiepediatrique/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/Chirurgie Visc\303\251rale/2021-11-26-chirurgie-visc\303\251rale.markdown" "b/_posts/Chirurgie Visc\303\251rale/2021-11-26-chirurgie-visc\303\251rale.markdown" index 29f2d64..2ba08ce 100644 --- "a/_posts/Chirurgie Visc\303\251rale/2021-11-26-chirurgie-visc\303\251rale.markdown" +++ "b/_posts/Chirurgie Visc\303\251rale/2021-11-26-chirurgie-visc\303\251rale.markdown" @@ -16,6 +16,6 @@ viscères (abdominaux et quelques exceptions) {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Dermatologie/2021-11-26-Dermatologie.markdown b/_posts/Dermatologie/2021-11-26-Dermatologie.markdown index f8a9288..f59b08c 100644 --- a/_posts/Dermatologie/2021-11-26-Dermatologie.markdown +++ b/_posts/Dermatologie/2021-11-26-Dermatologie.markdown @@ -15,6 +15,6 @@ permalink: /dermatologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Endocrinologie/2021-11-26-Endocrinologie.markdown b/_posts/Endocrinologie/2021-11-26-Endocrinologie.markdown index 5bc6f8d..7daec4b 100644 --- a/_posts/Endocrinologie/2021-11-26-Endocrinologie.markdown +++ b/_posts/Endocrinologie/2021-11-26-Endocrinologie.markdown @@ -15,6 +15,6 @@ permalink: /endocrinologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Fondamentaux/2024-07-24-Fondamentaux.markdown b/_posts/Fondamentaux/2024-07-24-Fondamentaux.markdown index 3e529ac..3b66a02 100644 --- a/_posts/Fondamentaux/2024-07-24-Fondamentaux.markdown +++ b/_posts/Fondamentaux/2024-07-24-Fondamentaux.markdown @@ -15,6 +15,7 @@ permalink: /fondamentaux/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} + diff --git "a/_posts/Gyn\303\251cologie/2021-11-26-Gyn\303\251cologie.markdown" "b/_posts/Gyn\303\251cologie/2021-11-26-Gyn\303\251cologie.markdown" index 008364a..18a8bee 100644 --- "a/_posts/Gyn\303\251cologie/2021-11-26-Gyn\303\251cologie.markdown" +++ "b/_posts/Gyn\303\251cologie/2021-11-26-Gyn\303\251cologie.markdown" @@ -15,6 +15,6 @@ permalink: /gynecologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/G\303\251n\303\251ralit\303\251s/2021-10-09-G\303\251n\303\251ralit\303\251s.markdown" "b/_posts/G\303\251n\303\251ralit\303\251s/2021-10-09-G\303\251n\303\251ralit\303\251s.markdown" index b537e57..8084d83 100644 --- "a/_posts/G\303\251n\303\251ralit\303\251s/2021-10-09-G\303\251n\303\251ralit\303\251s.markdown" +++ "b/_posts/G\303\251n\303\251ralit\303\251s/2021-10-09-G\303\251n\303\251ralit\303\251s.markdown" @@ -15,6 +15,6 @@ permalink: /généralités/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/G\303\251n\303\251ralit\303\251s/2022-01-01-anemie.markdown" "b/_posts/G\303\251n\303\251ralit\303\251s/2022-01-01-anemie.markdown" index 09b82e1..655b2b8 100644 --- "a/_posts/G\303\251n\303\251ralit\303\251s/2022-01-01-anemie.markdown" +++ "b/_posts/G\303\251n\303\251ralit\303\251s/2022-01-01-anemie.markdown" @@ -72,7 +72,9 @@ Le diagnostic de l'anémie se fait à l'hémogramme ou anciennement, NFS (numér Les valeurs normales du taux d'hémoglobine ayant déja été données en définition voici les valeurs des autres paramètres: -Valeurs normales nfs +Valeurs normales nfs + + ## Diagnostic étiologique @@ -104,4 +106,4 @@ Pour garder cet article court et simple nous ne détaillerons pas ici la démarc D'autres articles seront écrits pour détailler les trois situations, mais nous finirons par un schéma global pour illustrer la démarche à adopter -Valeurs normales nfs +orientation diagnostique anemie diff --git a/_posts/Hepato Gastro Enterologie/2021-11-26-hepato-gastro-enterologie.markdown b/_posts/Hepato Gastro Enterologie/2021-11-26-hepato-gastro-enterologie.markdown index 3891699..8a86d20 100644 --- a/_posts/Hepato Gastro Enterologie/2021-11-26-hepato-gastro-enterologie.markdown +++ b/_posts/Hepato Gastro Enterologie/2021-11-26-hepato-gastro-enterologie.markdown @@ -15,6 +15,6 @@ permalink: /hepatogastroenterologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/H\303\251matologie/2021-11-26-H\303\251matologie.markdown" "b/_posts/H\303\251matologie/2021-11-26-H\303\251matologie.markdown" index 0ce6bcf..b66ae1f 100644 --- "a/_posts/H\303\251matologie/2021-11-26-H\303\251matologie.markdown" +++ "b/_posts/H\303\251matologie/2021-11-26-H\303\251matologie.markdown" @@ -15,6 +15,6 @@ permalink: /hematologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Infectiologie/2021-11-26-Infectiologie.markdown b/_posts/Infectiologie/2021-11-26-Infectiologie.markdown index 27196a6..264f059 100644 --- a/_posts/Infectiologie/2021-11-26-Infectiologie.markdown +++ b/_posts/Infectiologie/2021-11-26-Infectiologie.markdown @@ -15,6 +15,6 @@ permalink: /infectiologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Infectiologie/2022-05-28-Paludisme.markdown b/_posts/Infectiologie/2022-05-28-Paludisme.markdown index 1adb1a1..629ee42 100644 --- a/_posts/Infectiologie/2022-05-28-Paludisme.markdown +++ b/_posts/Infectiologie/2022-05-28-Paludisme.markdown @@ -17,26 +17,26 @@ Maladie parasitaire fébrile due au *[plasmodium](https://fr.wikipedia.org/wiki/ ### Epidémiologie - Agent pathogène : Protozoaire G plasmodium -- Espèces (5) : falciparum, malariae, ovale, vivax, Knowlesi,…… +- Espèces (5) : falciparum, malariae, ovale, vivax, Knowlesi,…… - Réservoir : homme malade, porteur asymptomatique - Transmission : Indirecte par piqure moustique, transplacentaire (femme enceinte) -- Prémunition : - - Aquisition : exposition pendant 5 ans +- Prémunition : + - Aquisition : exposition pendant 5 ans - Perte : 1-2 après départ de la zone endémique ### Mécanisme #### Cycle de transmission - -- Chez l’Homme (phase asexuée) cycle en 2 phases : - - phase hépatique ou pré-érythrocytaire: piqure de moustique infesté injecte des parasites sous forme de sporozoaires. Ces derniers gagnent les hépatocytes où il se multiplie - - phase sanguine ou érythrocytaire: L’éclatement des hépatocytes libèrent dans la circulation sanguine des mérozoïtes qui colonisent les hématies et conduit à l’hémolyses par éclatement des hématies. + +- Chez l’Homme (phase asexuée) cycle en 2 phases : + - phase hépatique ou pré-érythrocytaire: piqure de moustique infesté injecte des parasites sous forme de sporozoaires. Ces derniers gagnent les hépatocytes où il se multiplie + - phase sanguine ou érythrocytaire: L’éclatement des hépatocytes libèrent dans la circulation sanguine des mérozoïtes qui colonisent les hématies et conduit à l’hémolyses par éclatement des hématies. - Chez l'anophèle (phase sexuée): - Par la suite les mérozoïtes vont évoluer en gamétocytes qui seront absorbés par l’anophèle, donnant les sporozoaires qui seront inoculés à l’Homme. voir schéma classique du cycle: -cycle du paludisme +cycle du paludisme ## Diagnostic positif @@ -54,7 +54,7 @@ L' évolution du paludisme simple est généralement favorable sous traitement. ### Signes de gravité selon l'OMS : -1- Coma avec Glasgow < 11 (grand + adulte), Blantyre +1- Coma avec Glasgow < 11 (grand + adulte), Blantyre < 3 (petits enfants) 2- Léthargie @@ -66,7 +66,7 @@ L' évolution du paludisme simple est généralement favorable sous traitement. 5- Hypoglycémie < 40 mg/dL -6- Anémie palustre sévère avec Hb≤ 5g/dL avant 12 ans +6- Anémie palustre sévère avec Hb≤ 5g/dL avant 12 ans et Hb≤ 7 g/dL après 12 ans et DP ˃ 10.000 p/µL 7- Insuffisance rénale aigue (créatinine ˃ 30 mg/l ou @@ -74,14 +74,14 @@ L' évolution du paludisme simple est généralement favorable sous traitement. 8- Ictère avec bilirubine ˃ 300 mg/L et DP ˃ 10.000 p/µl -9- Œdème pulmonaire avec opacités à la RX ou +9- Œdème pulmonaire avec opacités à la RX ou sa02 < 92, polypnée, rales crépitants -10- Saignement spontané anormal +10- Saignement spontané anormal 11- Choc avec pression systolique < 70 mm Hg -12- Hyperparasitémie ˃ 10% ou 250.000 p/µL +12- Hyperparasitémie ˃ 10% ou 250.000 p/µL La présence d'un seul de ces signes de gravité est suffisant pour déclarer le paludisme grave. Les enfants sont le plus souvent exposés à la forme grave du paludisme. Voir l'article [paludisme infantile]({{ site.baseurl }}{% link _posts/Pédiatrie/2022-04-18-paludisme-infantile.markdown %}) pour plus d'informations. @@ -89,7 +89,7 @@ chez la femme enceinte en zone d'endémie toute fièvre est considérée comme u Comme autres formes cliniques on distingue: -- L'accès palustre périodique (fièvre d'ascension rapide et frissons intenses pendant 1-2 heures puis chute de la température)) +- L'accès palustre périodique (fièvre d'ascension rapide et frissons intenses pendant 1-2 heures puis chute de la température)) - Le paludisme viscéral (sub-ictère, splénomégalie, fébricule) ## Diagnostic différentiel @@ -106,7 +106,7 @@ Comme autres formes cliniques on distingue: - combinaison thérapeutique à base d'artémisinine (CTA) pendant 3 jours (controle parasitologique après 72h). Quelque CTA recommandées par l'OMS: - - Artéméther (20 mg) + Luméfantrine (120 mg) =  Coartem® : boite de 24 cp ou + - Artéméther (20 mg) + Luméfantrine (120 mg) =  Coartem® : boite de 24 cp ou (80mg/480mg, boite de 6 cp) (4 cp x 2 par jour pendant 3 jours) - Artésunate (100 mg) + Amodiaquine (270 mg) = Coarsucam® : boite de 6 cp (2 cp prise unique/ jour pendant 3 jours) @@ -114,22 +114,22 @@ Comme autres formes cliniques on distingue: - Artésunate (200 mg) + Méfloquine (250 mg) = Artéquin® : boite de 6cp (1 cp x 2 par jour pendant 3 jours) - Artésunate (200 mg) + Pyrimétamine (25mg) + Sulfaméthoxypyrazine (500mg) = Co-arinate ® adulte : boite de 3 cp (1 cp par jours le soir au coucher pendant 3 jours) - + - Le traitement adjuvant pour la prise en charge des symptomes peut comprendre: - - Antalgiques, antipyrétiques : paracétamol, acide acétyle salicylique - - Antiémétiques : métoclopramide, + - Antalgiques, antipyrétiques : paracétamol, acide acétyle salicylique + - Antiémétiques : métoclopramide, ### Paludisme grave - En première intention, l'**artesunate**: - Artésunate poudre + solvants injectables IV (2,4 mg/kg à H0, H12, H24, puis 2,4 mg toutes les 24 heures) Si artesunate non disponible: - - Artéméther solution huileuse 80-40- et 20 mg (3,2 mg/kg/jour en IM à J1, puis 1,6 mg/kg/j x 2 jours. Traitement de 3 jours) + - Artéméther solution huileuse 80-40- et 20 mg (3,2 mg/kg/jour en IM à J1, puis 1,6 mg/kg/j x 2 jours. Traitement de 3 jours) Dans l'un ou l'autre des cas faire un Relais pers os dès que possible par CTA (voir paludisme simple plus haut) - En deuxième intention: - Sels de quinines : 10 mg/kg toutes les 8 heures dans du SG10% 500ml jusqu’à amélioration de l’état clinique, puis relais par la quinine per os. Traitement de 7 jours - + ### Prévention: - Moustiquaires imprégnées à Longue durée d'action (3 ans) (MILDA) diff --git a/_posts/M.P.R/2021-11-26-MPR.markdown b/_posts/M.P.R/2021-11-26-MPR.markdown index 94e9774..0bdd8d0 100644 --- a/_posts/M.P.R/2021-11-26-MPR.markdown +++ b/_posts/M.P.R/2021-11-26-MPR.markdown @@ -15,6 +15,6 @@ permalink: /mpr/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Neurologie/2021-11-26-Neurologie.markdown b/_posts/Neurologie/2021-11-26-Neurologie.markdown index e73144a..f8857ce 100644 --- a/_posts/Neurologie/2021-11-26-Neurologie.markdown +++ b/_posts/Neurologie/2021-11-26-Neurologie.markdown @@ -15,6 +15,6 @@ permalink: /neurologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Neurologie/2022-07-27-avc.markdown b/_posts/Neurologie/2022-07-27-avc.markdown index 2f24b1e..8498545 100644 --- a/_posts/Neurologie/2022-07-27-avc.markdown +++ b/_posts/Neurologie/2022-07-27-avc.markdown @@ -18,16 +18,16 @@ L'AVC est un déficit neurologique soudain d’origine vasculaire présumée et RR = risk ratio, OR = odds ratio -| Non modifiables | Modifiables | -| ------------- | ------------ | -| Age > 55 ans RR=2 | HTA chronique: RR=4 | -| Sexe: 1,25x chez les hommes avant 75 ans puis inversion | Diabète: OR=2 | -| Race (noire ++) | Dyslipidémie | -| Antécédents personnels d’AVC | Alcooloisme > 60g/j ou tabagisme: OR=2 | -| Facteurs génétiques | Oestroprogestatifs | -| Petit poids de naissance | Cardiopathies emboligènes | -| | Sédentarité, obésité | -| | Hémocystéinémie | +| Non modifiables | Modifiables | +| ------------------------------------------------------- | -------------------------------------- | +| Age > 55 ans RR=2 | HTA chronique: RR=4 | +| Sexe: 1,25x chez les hommes avant 75 ans puis inversion | Diabète: OR=2 | +| Race (noire ++) | Dyslipidémie | +| Antécédents personnels d’AVC | Alcooloisme > 60g/j ou tabagisme: OR=2 | +| Facteurs génétiques | Oestroprogestatifs | +| Petit poids de naissance | Cardiopathies emboligènes | +| | Sédentarité, obésité | +| | Hémocystéinémie | ### Phases de l'AVC @@ -43,7 +43,7 @@ RR = risk ratio, OR = odds ratio - AIC (Accident ischémique constitué) - AIT (Accident ischémique transitoire) - Lacunes - + - AVC hémorragiques (AVCH = 20%) - Intraparenchymateux - Hémorragie méningée @@ -59,7 +59,7 @@ Pour mieux comprendre le mécanisme des AVC il importe de connaitre l'anatomie d - Mécanisme occlusif - Embolique+++ - Thrombotique (souffrance du territoire cérébral en aval) - + - Mécanisme hémodynamique - Effondrement de la Pression Artérielle régionale - AVCI par lésion des artères de gros et moyens calibres entrainant un infarctus de grande taille @@ -131,16 +131,17 @@ TDM (Scanner) Cérébral: L'Ischémie apparait comme une hypodensité spontanné - AVCI sylvien superficiel: -AVCI sylvien superficiel +AVCI sylvien superficiel On peut également avoir des signes indirects avant 48h au scanner (effacement des sillons corticaux,trop belle artère sylvienne): -signes indirects ischemie -signes indirects ischemie2 +signes indirects ischemie + +signes indirects ischemie2 IRM cérébrale: L'ischémie apparait comme un hypersignal (blanc) en séquence de diffusion (autres séquences = FLAIR et perfusion) -signes indirects ischemie +signes indirects ischemie #### complications possibles (acvi) @@ -161,7 +162,7 @@ Début brutal - HIC - Hémiplégie controlatérale ± Hémianesthésie -- Trouble du langage +- Trouble du langage - Déviation conjuguée de la tête et des yeux dans les hématomes volumineux #### Autres formes: @@ -179,7 +180,7 @@ TDM (Scanner) Cérébral: L'Hémorragie apparait comme une hyperdensité spontan - Hémorragie cérébro-méningée avec inondation ventriculaire: -hemorragie capsulo lenticulaire +hemorragie capsulo lenticulaire #### Complications possibles (avch) @@ -187,11 +188,11 @@ TDM (Scanner) Cérébral: L'Hémorragie apparait comme une hyperdensité spontan - Mortalité à 1mois: 30% - 1/2 patients décèdent dans les 48h - Complications immédiates: - - resaignement (récidive) + - resaignement (récidive) - Engagement cérébral - Hydrocéphalie aigue - Inondation (ventriculaire) -- Complications tardives: +- Complications tardives: - Complications de décubitus - Epilepsie @@ -219,7 +220,7 @@ Il ne faut pas confondre - Artériolosclérose - Dissection des artères cervico-encéphaliques - Macro-angiopathies rares (SVCR,AI) - + - Etiologies Cardiaques (emboligènes): - Fibrilation Auriculaire - Infarctus Du Myocarde @@ -227,7 +228,7 @@ Il ne faut pas confondre - Cardiomyopathies dilatées - autres causes rares (Endocardite infectieuse, Foramen Ovale Perméable, Rétrécissement Mitral, Bioprothèse valvulaire, Anvrysme du Septum Inter Atrial (ASIA)) - + - Etiologies Hématologiques: - Polyglobulie - Thrombocytémie @@ -274,7 +275,7 @@ Il ne faut pas confondre #### AVCI -- Traitement anti-arthritique +- Traitement anti-arthritique - Antiagrégants plaquettaires: AAS (100à 300mg/j), clopidogrel 75mg - Traitement hyperaigu des AIC: thrombolyse, thrombectomie - Traitement des facteurs de risque diff --git "a/_posts/N\303\251phrologie/2021-11-26-N\303\251phrologie.markdown" "b/_posts/N\303\251phrologie/2021-11-26-N\303\251phrologie.markdown" index b06a7ab..93d6bd8 100644 --- "a/_posts/N\303\251phrologie/2021-11-26-N\303\251phrologie.markdown" +++ "b/_posts/N\303\251phrologie/2021-11-26-N\303\251phrologie.markdown" @@ -15,6 +15,6 @@ permalink: /nephrologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/O.R.L/2021-11-26-ORL.markdown b/_posts/O.R.L/2021-11-26-ORL.markdown index 9e4ee63..49b7d07 100644 --- a/_posts/O.R.L/2021-11-26-ORL.markdown +++ b/_posts/O.R.L/2021-11-26-ORL.markdown @@ -15,6 +15,6 @@ permalink: /orl/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Ophtalmologie/2021-11-26-Ophtalmologie.markdown b/_posts/Ophtalmologie/2021-11-26-Ophtalmologie.markdown index ee067a9..628f9b4 100644 --- a/_posts/Ophtalmologie/2021-11-26-Ophtalmologie.markdown +++ b/_posts/Ophtalmologie/2021-11-26-Ophtalmologie.markdown @@ -15,6 +15,6 @@ permalink: /ophtalmologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Pneumologie/2021-11-26-Pneumologie.markdown b/_posts/Pneumologie/2021-11-26-Pneumologie.markdown index f662841..78838c0 100644 --- a/_posts/Pneumologie/2021-11-26-Pneumologie.markdown +++ b/_posts/Pneumologie/2021-11-26-Pneumologie.markdown @@ -15,6 +15,6 @@ permalink: /pneumologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Psychiatrie/2021-11-26-Psychiatrie.markdown b/_posts/Psychiatrie/2021-11-26-Psychiatrie.markdown index f8c2117..752baf5 100644 --- a/_posts/Psychiatrie/2021-11-26-Psychiatrie.markdown +++ b/_posts/Psychiatrie/2021-11-26-Psychiatrie.markdown @@ -15,6 +15,6 @@ permalink: /psychiatrie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/P\303\251diatrie/2021-11-26-P\303\251diatrie.markdown" "b/_posts/P\303\251diatrie/2021-11-26-P\303\251diatrie.markdown" index cfe8dd9..e521b16 100644 --- "a/_posts/P\303\251diatrie/2021-11-26-P\303\251diatrie.markdown" +++ "b/_posts/P\303\251diatrie/2021-11-26-P\303\251diatrie.markdown" @@ -15,6 +15,6 @@ permalink: /pediatrie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Rhumatologie/2021-09-27-examen-rhumatologique.markdown b/_posts/Rhumatologie/2021-09-27-examen-rhumatologique.markdown index 9aaf589..2155a35 100644 --- a/_posts/Rhumatologie/2021-09-27-examen-rhumatologique.markdown +++ b/_posts/Rhumatologie/2021-09-27-examen-rhumatologique.markdown @@ -88,7 +88,7 @@ la flexion est réalisée en demandant au malade de faire le gros dos et on rech C'est le premier examen somatique qui accompagne l'examen du rachis. Il est orienté selon les signes fonctionnels et recherche un déficit moteur/sensitif, un syndrome pyramidal, un syndrome radiculaire (dans les lombosciatiques+++)...Le reste de l'examen somatique est complété en cas de radiculagies par plusieurs manoeuvres détaillées dans la sémiologie des radiculagies. On conclut l'examen du rachis par une étoile de Maigne: -Etoile de maigne +Etoile de maigne F: flexion antérieure diff --git a/_posts/Rhumatologie/2021-09-27-rhumatologie.markdown b/_posts/Rhumatologie/2021-09-27-rhumatologie.markdown index b35202d..4e94ed0 100644 --- a/_posts/Rhumatologie/2021-09-27-rhumatologie.markdown +++ b/_posts/Rhumatologie/2021-09-27-rhumatologie.markdown @@ -14,7 +14,7 @@ permalink: /rhumatologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Traumatologie/2021-11-26-Traumatologie.markdown b/_posts/Traumatologie/2021-11-26-Traumatologie.markdown index 490eb8d..c65091d 100644 --- a/_posts/Traumatologie/2021-11-26-Traumatologie.markdown +++ b/_posts/Traumatologie/2021-11-26-Traumatologie.markdown @@ -15,6 +15,6 @@ permalink: /traumatologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git "a/_posts/Urgences et R\303\251animation/2021-11-26-Urgences-R\303\251animation.markdown" "b/_posts/Urgences et R\303\251animation/2021-11-26-Urgences-R\303\251animation.markdown" index 70faa2c..10ec887 100644 --- "a/_posts/Urgences et R\303\251animation/2021-11-26-Urgences-R\303\251animation.markdown" +++ "b/_posts/Urgences et R\303\251animation/2021-11-26-Urgences-R\303\251animation.markdown" @@ -15,6 +15,6 @@ permalink: /urgences-reanimation/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %} diff --git a/_posts/Urologie/2021-11-26-Urologie.markdown b/_posts/Urologie/2021-11-26-Urologie.markdown index 74b12b4..c11cde8 100644 --- a/_posts/Urologie/2021-11-26-Urologie.markdown +++ b/_posts/Urologie/2021-11-26-Urologie.markdown @@ -15,6 +15,6 @@ permalink: /urologie/ {% for post in site.posts %} {% if post.categories contains category %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %}