\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Roberto Muller (Roberto Muller)} \pdfinfo{ /Title (links-do-ahk.pdf) /Creator (Cheatography) /Author (Roberto Muller (Roberto Muller)) /Subject (Links do AHK Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Links do AHK Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Roberto Muller (Roberto Muller)} via \textcolor{DarkBackground}{\uline{cheatography.com/103517/cs/21272/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Roberto Muller (Roberto Muller) \\ \uline{cheatography.com/roberto-muller} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 12th January, 2020.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Teclas de Função}} \tn % Row 0 \SetRowColor{LightBackground} F9 & Pausar script \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{CTRL+F12} & Resolução para 1366x768 \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{ALT+F12} & Resolução para 800x600 \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{WIN+F6} & Fecha consulta SISCLI \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{CTRL+F1} & Assina digitalmente no CEPON \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} WIN+8 & Coloca diagnostico Z125 (CEPON) \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} WIN+9 & Grava evolução após sessão de biópsia de próstata (CEPON) \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} WIN+0 & Insere pedido de ultrassonografia de próstata via transretal nos pedidos (CEPON) \tn % Row Count 14 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.19448 cm} x{3.78252 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{SOS Cardio}} \tn % Row 0 \SetRowColor{LightBackground} WIN+a & Abre atendimento \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Doenças}} \tn % Row 0 \SetRowColor{LightBackground} {[}c53, 61 64 e 68 & c53 - Câncer de colo de útero e demais \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} apn & apneia obstrutiva do sono \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} avc & acidente vascular cerebral \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} ave & acidente vascular encefálico \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} ba & bexiga hiperativa \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} bcp & broncopneumonia \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} bcr & recidiva bioquímica pós-prostatectomia radical \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} bp & balanopostite \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} bpr & balanopostite de repetição \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} bre & bloqueio de ramo esquerdo \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} bxo & balanite xerótica obliterante (BXO) \tn % Row Count 15 (+ 2) % Row 11 \SetRowColor{white} cec & carcinoma espinocelular (escamoso) \tn % Row Count 17 (+ 2) % Row 12 \SetRowColor{LightBackground} cns & clinicamente não significativo \tn % Row Count 19 (+ 2) % Row 13 \SetRowColor{white} crs & cisto renal simples \tn % Row Count 20 (+ 1) % Row 14 \SetRowColor{LightBackground} cs & clinicamente significativo \tn % Row Count 21 (+ 1) % Row 15 \SetRowColor{white} daem & Deficiência Androgênica do Envelhecimento Masculino (DAEM) \tn % Row Count 24 (+ 3) % Row 16 \SetRowColor{LightBackground} dlp & dislipidemia \tn % Row Count 25 (+ 1) % Row 17 \SetRowColor{white} dm2 & diabetes mellitus tipo 2 \tn % Row Count 26 (+ 1) % Row 18 \SetRowColor{LightBackground} ecoli & Escherichia coli \tn % Row Count 27 (+ 1) % Row 19 \SetRowColor{white} eh & esteatose hepática \tn % Row Count 28 (+ 1) % Row 20 \SetRowColor{LightBackground} ep & ejaculação precoce \tn % Row Count 29 (+ 1) % Row 21 \SetRowColor{white} has & hipertensão arterial sistêmica \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Doenças (cont)}} \tn % Row 22 \SetRowColor{LightBackground} hipog & hipogonadismo \tn % Row Count 1 (+ 1) % Row 23 \SetRowColor{white} hipot & hipotireoidismo \tn % Row Count 2 (+ 1) % Row 24 \SetRowColor{LightBackground} hpb & hiperplasia prostática benigna \tn % Row Count 4 (+ 2) % Row 25 \SetRowColor{white} hpv & papiloma virus humano (HPV) \tn % Row Count 5 (+ 1) % Row 26 \SetRowColor{LightBackground} iam & infarto agudo do miocárdio \tn % Row Count 6 (+ 1) % Row 27 \SetRowColor{white} irc & insuficiência renal crônica \tn % Row Count 8 (+ 2) % Row 28 \SetRowColor{LightBackground} ist & infecções sexualmente transmissíveis \tn % Row Count 10 (+ 2) % Row 29 \SetRowColor{white} itu & infecção do trato urinário \tn % Row Count 12 (+ 2) % Row 30 \SetRowColor{LightBackground} itur & infecção do trato urinário por germe multirresistente \tn % Row Count 14 (+ 2) % Row 31 \SetRowColor{white} iu & incontinência urinária \tn % Row Count 15 (+ 1) % Row 32 \SetRowColor{LightBackground} mts & metástases \tn % Row Count 16 (+ 1) % Row 33 \SetRowColor{white} obes & obesidade mórbida \tn % Row Count 17 (+ 1) % Row 34 \SetRowColor{LightBackground} pna & pielonefrite aguda \tn % Row Count 18 (+ 1) % Row 35 \SetRowColor{white} tep & tromboembolia pulmonar \tn % Row Count 19 (+ 1) % Row 36 \SetRowColor{LightBackground} tvp & trombose venosa profunda \tn % Row Count 20 (+ 1) % Row 37 \SetRowColor{white} vhl & doença de Von-Hippel-Lindau \tn % Row Count 21 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Hospitais e Locais}} \tn % Row 0 \SetRowColor{LightBackground} {[}cepon & Centro de Pesquisas Oncológicas (CEPON) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {[}hf & {[}Hospital Florianópolis \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} aih & Autorização para Internação Hospitalar \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} aio & Ambulatório de Intercorrências Oncológicas (AIO) \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} anes & Serviço de Anestesiologia \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} cca & Centro Cirúrgico Ambulatorial \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} ccac & centro cirúrgico de alta complexidade \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} ccp & Cirurgia de Cabeça e Pescoço \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} ch & concentrado de hemácias \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} fln & Florianópolis \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} hbs & Hospital Baía Sul \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} hgcr & Hospital Governador Celso Ramos \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} hgu & Hospital de Guarnição de Florianópolis \tn % Row Count 18 (+ 2) % Row 13 \SetRowColor{white} hrsj & Hospital Regional São José \tn % Row Count 19 (+ 1) % Row 14 \SetRowColor{LightBackground} hu & Hospital Universitário da Universidade Federal de SC \tn % Row Count 21 (+ 2) % Row 15 \SetRowColor{white} ihc & Imperial Hospital de Caridade \tn % Row Count 22 (+ 1) % Row 16 \SetRowColor{LightBackground} poa & Porto Alegre \tn % Row Count 23 (+ 1) % Row 17 \SetRowColor{white} rs & Rio Grande do Sul \tn % Row Count 24 (+ 1) % Row 18 \SetRowColor{LightBackground} scp & Serviço de Cuidados Paliativos \tn % Row Count 25 (+ 1) % Row 19 \SetRowColor{white} sosc & Hospital SOS Cardio \tn % Row Count 26 (+ 1) % Row 20 \SetRowColor{LightBackground} srpa & sala de recuperação pós-anestésica \tn % Row Count 28 (+ 2) % Row 21 \SetRowColor{white} ubs & Unidade Básica de Saúde \tn % Row Count 29 (+ 1) % Row 22 \SetRowColor{LightBackground} uti & Unidade de Terapia Intensiva (UTI) \tn % Row Count 30 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Termos temporais e pessoais}} \tn % Row 0 \SetRowColor{LightBackground} 2f 3f 4f 5f 6f & segunda-feira a sexta-feira \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {[}c1s & COLETAR 1 SEMANA ANTES DA PRÓXIMA CONSULTA COM DR ROBERTO LODEIRO MÜLLER \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} cmg & comigo \tn % Row Count 6 (+ 1) % Row 3 \SetRowColor{white} dd & dias \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} fds & final de semana \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} mm & meses \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} posop & pós-operatório \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} preop & pré-operatório \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} raa & retorno após avaliação do anestesista \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} rae & retorno após exames \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} ral & retorno após liberação do procedimento pelo convênio \tn % Row Count 16 (+ 2) % Row 11 \SetRowColor{white} rex & rex \tn % Row Count 17 (+ 1) % Row 12 \SetRowColor{LightBackground} rv & retorno na vaga em \tn % Row Count 18 (+ 1) % Row 13 \SetRowColor{white} ss & semanas \tn % Row Count 19 (+ 1) % Row 14 \SetRowColor{LightBackground} r1m & Retorno em 30 dias. \tn % Row Count 20 (+ 1) % Row 15 \SetRowColor{white} r3m & Retorno em 3 meses. \tn % Row Count 21 (+ 1) % Row 16 \SetRowColor{LightBackground} r6m & Retorno em 6 meses \tn % Row Count 22 (+ 1) % Row 17 \SetRowColor{white} r1a & Retorno anual. \tn % Row Count 23 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Medicamentos}} \tn % Row 0 \SetRowColor{LightBackground} aas & ácido acetil-salicílico (AAS) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} aines & anti-inflamatórios não-esteróides \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} atb & antibióticos \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} bcg & Bacillus Calmette-Guérin (BCG) \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} cipro & ciprofloxacin 500mg via oral 2x ao dia \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} combo & tansulosina 04mg e dutasterida 5mg \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} cp & comprimido \tn % Row Count 12 (+ 1) % Row 7 \SetRowColor{white} doxa2 & doxazosin 2mg \tn % Row Count 13 (+ 1) % Row 8 \SetRowColor{LightBackground} doxa4 & doxazosin 4mg \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} doxa & doxazosin \tn % Row Count 15 (+ 1) % Row 10 \SetRowColor{LightBackground} doxarida25 & doxazosin 4mg e finasterida 5mg \tn % Row Count 17 (+ 2) % Row 11 \SetRowColor{white} doxarida45 & doxazosin 4mg e finasterida 5mg \tn % Row Count 19 (+ 2) % Row 12 \SetRowColor{LightBackground} dulo & duloxetina 60mg VO 1x ao dia \tn % Row Count 21 (+ 2) % Row 13 \SetRowColor{white} fina & finasterida 5 mg \tn % Row Count 22 (+ 1) % Row 14 \SetRowColor{LightBackground} gc & gencitabina e cisplatina \tn % Row Count 23 (+ 1) % Row 15 \SetRowColor{white} glifage & metformin \tn % Row Count 24 (+ 1) % Row 16 \SetRowColor{LightBackground} hctz & hidroclorotiazida \tn % Row Count 25 (+ 1) % Row 17 \SetRowColor{white} levo & levotiroxina \tn % Row Count 26 (+ 1) % Row 18 \SetRowColor{LightBackground} levof & levofloxacina 750 mg via oral 1x ao dia \tn % Row Count 28 (+ 2) % Row 19 \SetRowColor{white} losa & losartan \tn % Row Count 29 (+ 1) % Row 20 \SetRowColor{LightBackground} nor & norfloxacin 400 mg via oral 2x ao dia \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Medicamentos (cont)}} \tn % Row 21 \SetRowColor{LightBackground} paro & paroxetina 20mg 1x ao dia \tn % Row Count 1 (+ 1) % Row 22 \SetRowColor{white} podo & podofilotoxina \tn % Row Count 2 (+ 1) % Row 23 \SetRowColor{LightBackground} sil25 sil50 sil100 & sildenafil 25mg sob demanda \tn % Row Count 4 (+ 2) % Row 24 \SetRowColor{white} soli & solifenacina 5mg via oral 1x ao dia \tn % Row Count 6 (+ 2) % Row 25 \SetRowColor{LightBackground} t & testosterona \tn % Row Count 7 (+ 1) % Row 26 \SetRowColor{white} tada5 & tadalafil 5mg uso contínuo \tn % Row Count 8 (+ 1) % Row 27 \SetRowColor{LightBackground} tada20 & tadalafil 20mg sob demanda \tn % Row Count 9 (+ 1) % Row 28 \SetRowColor{white} tan & tansulosina 0,4mg via oral 1x à noite \tn % Row Count 11 (+ 2) % Row 29 \SetRowColor{LightBackground} tora & cetorolaco de trometamina 10mg via oral ou sublingual de 6/6h se dor (por até 3 dias seguidos) \tn % Row Count 15 (+ 4) % Row 30 \SetRowColor{white} tylex & paracetamol e codeína \tn % Row Count 16 (+ 1) % Row 31 \SetRowColor{LightBackground} uo & USO ORAL \tn % Row Count 17 (+ 1) % Row 32 \SetRowColor{white} usl & USO SUBLINGUAL \tn % Row Count 18 (+ 1) % Row 33 \SetRowColor{LightBackground} vesomni & tansulosina 5mg e solifenacina 6mg \tn % Row Count 20 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79632 cm} x{4.18068 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Avulsos (para remapear)}} \tn % Row 0 \SetRowColor{LightBackground} WIN+1 & Adiciona para a lista de problemas \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} WIN+2 & Adiciona para a lista de medicações \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} WIN+3 & Abre box de exames \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} WIN+4 & Recarrega script \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} WIN+5 & Menus (em desenvolvimento) \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} {[}locais & Meus locais de atendimento \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{termos urologicos e medicos em geral}} \tn % Row 0 \SetRowColor{LightBackground} {[}de & disfunção erétil \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {[}va & vigilância ativa \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} abd & abdômen \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {[}ae & a esclarecer \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} al & bebida alcoólica \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} ambu & ambulatório \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} ap & exame anatomo-patológico \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} ass & sem sintomas \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} at & atestado médico \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} atc & atestado de comparecimento \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} atf & atividade física \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} au & antecedentes urológicos \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} aval & avaliação \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} beg & bom estado geral \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} ca & câncer \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} calc & cálculo \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} calcr & nefrolitíase (cálculo renal) \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} calcu & ureterolitíase (cálculo de ureter) \tn % Row Count 19 (+ 2) % Row 18 \SetRowColor{LightBackground} cap & adenocarcinoma de próstata \tn % Row Count 20 (+ 1) % Row 19 \SetRowColor{white} \seqsplit{cardio} & cardiologista \tn % Row Count 22 (+ 2) % Row 20 \SetRowColor{LightBackground} ce & clinicamente estável \tn % Row Count 23 (+ 1) % Row 21 \SetRowColor{white} cv & cardiovascular \tn % Row Count 24 (+ 1) % Row 22 \SetRowColor{LightBackground} dcv & doenças cardiovasculares \tn % Row Count 25 (+ 1) % Row 23 \SetRowColor{white} dir & direito \tn % Row Count 26 (+ 1) % Row 24 \SetRowColor{LightBackground} ecog & Escala ECOG/Performance Status \tn % Row Count 27 (+ 1) % Row 25 \SetRowColor{white} edf & educador físico \tn % Row Count 28 (+ 1) % Row 26 \SetRowColor{LightBackground} eec & extensão extra-capsular \tn % Row Count 29 (+ 1) % Row 27 \SetRowColor{white} ef & exame físico \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{termos urologicos e medicos em geral (cont)}} \tn % Row 28 \SetRowColor{LightBackground} efi & Exame físico inalterado em relação à última \tn % Row Count 2 (+ 2) % Row 29 \SetRowColor{white} efn & Pênis e testículos sem alteraçõesSem hérnias inguinaisPulsos femorais normais \tn % Row Count 5 (+ 3) % Row 30 \SetRowColor{LightBackground} esq & esquerdo \tn % Row Count 6 (+ 1) % Row 31 \SetRowColor{white} et & etilismo \tn % Row Count 7 (+ 1) % Row 32 \SetRowColor{LightBackground} evol & evolução \tn % Row Count 8 (+ 1) % Row 33 \SetRowColor{white} exs & exames \tn % Row Count 9 (+ 1) % Row 34 \SetRowColor{LightBackground} fo & ferida operatória \tn % Row Count 10 (+ 1) % Row 35 \SetRowColor{white} gin & ginecológico \tn % Row Count 11 (+ 1) % Row 36 \SetRowColor{LightBackground} \seqsplit{gineco} & ginecologista \tn % Row Count 13 (+ 2) % Row 37 \SetRowColor{white} hf & história familiar \tn % Row Count 14 (+ 1) % Row 38 \SetRowColor{LightBackground} ht & hormonioterapia \tn % Row Count 15 (+ 1) % Row 39 \SetRowColor{white} hx & história \tn % Row Count 16 (+ 1) % Row 40 \SetRowColor{LightBackground} ielt & tempo de latência da ejaculação intravaginal (IELT) \tn % Row Count 18 (+ 2) % Row 41 \SetRowColor{white} ipde & inibidores da fosfodiesterase-5 (iPDE5) \tn % Row Count 20 (+ 2) % Row 42 \SetRowColor{LightBackground} iue & incontinência urinária aos esforços \tn % Row Count 22 (+ 2) % Row 43 \SetRowColor{white} jj & cateter duplo J \tn % Row Count 23 (+ 1) % Row 44 \SetRowColor{LightBackground} \seqsplit{kituro} & hemograma, creatinina, uréia, exame parcial de urina, urocultura \tn % Row Count 25 (+ 2) % Row 45 \SetRowColor{white} leoc & litotripsia extracorópea por ondas de choque \tn % Row Count 27 (+ 2) % Row 46 \SetRowColor{LightBackground} lnf & linfonodos \tn % Row Count 28 (+ 1) % Row 47 \SetRowColor{white} loc & lúcido, orientado e coerente \tn % Row Count 29 (+ 1) % Row 48 \SetRowColor{LightBackground} luts & sintomas do trato urinário inferior \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{termos urologicos e medicos em geral (cont)}} \tn % Row 49 \SetRowColor{LightBackground} med & medicação \tn % Row Count 1 (+ 1) % Row 50 \SetRowColor{white} meds & medicações \tn % Row Count 2 (+ 1) % Row 51 \SetRowColor{LightBackground} mmii & membros inferiores \tn % Row Count 3 (+ 1) % Row 52 \SetRowColor{white} mmss & membros superiores \tn % Row Count 4 (+ 1) % Row 53 \SetRowColor{LightBackground} muc & mucosas úmidas e coradas \tn % Row Count 5 (+ 1) % Row 54 \SetRowColor{white} neg & negativo \tn % Row Count 6 (+ 1) % Row 55 \SetRowColor{LightBackground} nutri & nutricionista \tn % Row Count 7 (+ 1) % Row 56 \SetRowColor{white} onco & oncologia clínica \tn % Row Count 8 (+ 1) % Row 57 \SetRowColor{LightBackground} oru & oriento uso \tn % Row Count 9 (+ 1) % Row 58 \SetRowColor{white} pcte & paciente \tn % Row Count 10 (+ 1) % Row 59 \SetRowColor{LightBackground} proc & procedimento \tn % Row Count 11 (+ 1) % Row 60 \SetRowColor{white} psico & psicólogo \tn % Row Count 12 (+ 1) % Row 61 \SetRowColor{LightBackground} psiq & psiquiatra \tn % Row Count 13 (+ 1) % Row 62 \SetRowColor{white} qt & quimioterapia \tn % Row Count 14 (+ 1) % Row 63 \SetRowColor{LightBackground} qv & qualidade de vida \tn % Row Count 15 (+ 1) % Row 64 \SetRowColor{white} r & revisão \tn % Row Count 16 (+ 1) % Row 65 \SetRowColor{LightBackground} rd & rim direito \tn % Row Count 17 (+ 1) % Row 66 \SetRowColor{white} re & rim esquerdo \tn % Row Count 18 (+ 1) % Row 67 \SetRowColor{LightBackground} ret & retorno \tn % Row Count 19 (+ 1) % Row 68 \SetRowColor{white} rlm & Dr. Roberto Lodeiro Müller CRM-SC 24895 - email: \seqsplit{roberto.muller@doctor.com} \tn % Row Count 22 (+ 3) % Row 69 \SetRowColor{LightBackground} rpm & resíduo pós-miccional \tn % Row Count 23 (+ 1) % Row 70 \SetRowColor{white} rt & radioterapia \tn % Row Count 24 (+ 1) % Row 71 \SetRowColor{LightBackground} ru & revisão urológica \tn % Row Count 25 (+ 1) % Row 72 \SetRowColor{white} rua & retenção urinária aguda \tn % Row Count 26 (+ 1) % Row 73 \SetRowColor{LightBackground} sed & sem evidências de recidiva ou de doença presente \tn % Row Count 28 (+ 2) % Row 74 \SetRowColor{white} sep & sem evidências de progressão da doença \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{termos urologicos e medicos em geral (cont)}} \tn % Row 75 \SetRowColor{LightBackground} sn & se necessário \tn % Row Count 1 (+ 1) % Row 76 \SetRowColor{white} sol. & solicito \tn % Row Count 2 (+ 1) % Row 77 \SetRowColor{LightBackground} soq & sem outras queixas \tn % Row Count 3 (+ 1) % Row 78 \SetRowColor{white} sp & sem particulariedades \tn % Row Count 4 (+ 1) % Row 79 \SetRowColor{LightBackground} sq & sem queixas \tn % Row Count 5 (+ 1) % Row 80 \SetRowColor{white} squ & sem queixas urológicas \tn % Row Count 6 (+ 1) % Row 81 \SetRowColor{LightBackground} stui & sintomas do trato urinário inferior \tn % Row Count 8 (+ 2) % Row 82 \SetRowColor{white} sus & Sistema Único de Saúde (SUS) \tn % Row Count 9 (+ 1) % Row 83 \SetRowColor{LightBackground} svd & sonda vesical de demora \tn % Row Count 10 (+ 1) % Row 84 \SetRowColor{white} tab & tabagismo \tn % Row Count 11 (+ 1) % Row 85 \SetRowColor{LightBackground} tb & também \tn % Row Count 12 (+ 1) % Row 86 \SetRowColor{white} tcle & termo de consentimento livre e esclarecido \tn % Row Count 14 (+ 2) % Row 87 \SetRowColor{LightBackground} tr & toque retal \tn % Row Count 15 (+ 1) % Row 88 \SetRowColor{white} tsa & teste de sensibilidade aos antibióticos \tn % Row Count 17 (+ 2) % Row 89 \SetRowColor{LightBackground} tto & tratamento \tn % Row Count 18 (+ 1) % Row 90 \SetRowColor{white} urge & urgência urinária \tn % Row Count 19 (+ 1) % Row 91 \SetRowColor{LightBackground} \seqsplit{urgein} & urgê-incontinência urinária \tn % Row Count 21 (+ 2) % Row 92 \SetRowColor{white} uro & urologia \tn % Row Count 22 (+ 1) % Row 93 \SetRowColor{LightBackground} ww & observação vigilante ("watchful waiting") \tn % Row Count 24 (+ 2) % Row 94 \SetRowColor{white} zp & zona periférica \tn % Row Count 25 (+ 1) % Row 95 \SetRowColor{LightBackground} zt & zona de transição \tn % Row Count 26 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Acentuação}} \tn % Row 0 \SetRowColor{LightBackground} apos & após \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} cronico & crônico \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} msg & mensagem \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} nao & não \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} prostata & próstata \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} q & que \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} qdo & quando \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} revisao & revisão \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.89586 cm} x{4.08114 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Textos longos}} \tn % Row 0 \SetRowColor{LightBackground} {[}lamina & Endereço da Lamina \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {[}sono & Endereços de Clínicas de Sono \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} soic & Cabeçalho SOIC \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 1v & Cabeçalho de 1a. vez \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {[}aet & Auto exame dos testículos \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {[}an & Pré op e avaliação anestesiologia \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} {[}bos3 & Orientação cisto Cisto renal classificação Bosniak III \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} {[}cisto & Orientação cisto renal simples \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} {[}dulo & Uso de duloxetina \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} {[}email & Mandar resultados por email \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} {[}exist & Exames infecções sexualmente transmissíveis \tn % Row Count 14 (+ 2) % Row 11 \SetRowColor{white} {[}filho & \#VemProUro \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} {[}fumo & Orientação sobre fumo \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} {[}hab & Orientação bibliográfica \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} {[}usopodo & Uso de podofilotoxina \tn % Row Count 19 (+ 2) % Row 15 \SetRowColor{white} {[}usosil50 & Uso sildenafil 50mg sob demanda \tn % Row Count 21 (+ 2) % Row 16 \SetRowColor{LightBackground} {[}uretra & Orientação para retenção urinária aguda \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.54747 cm} x{4.42953 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cirurgias}} \tn % Row 0 \SetRowColor{LightBackground} cole & colecistectomia aberta \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} colpo & colpoperineoplastia \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} cptrb & cistoprostatectomia radical com ureteroileostomia tipo Bricker \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} cvl & colecistectomia videolaparoscópica \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} hern & herniorrafia inguinal \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} lnd & linfadenectomia \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} lnde & linfadenectomia estendida \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} nef & nefrectomia \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} nefr & nefrectomia radical \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} nefs & nefrectomia simples \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} orqb & orquiectomia bilateral \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} orqu & orquiectomia unilateral \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} post & postectomia/circuncisão \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} ptr & prostatectomia radical \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} ptrl & prostatectomia radical com linfadenectomia pélvica \tn % Row Count 18 (+ 2) % Row 15 \SetRowColor{white} ptrv & prostatectomia radical videolaparoscópica \tn % Row Count 20 (+ 2) % Row 16 \SetRowColor{LightBackground} rtub & ressecção transuretral de bexiga \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} rtup & ressecção transuretral de próstata \tn % Row Count 23 (+ 2) % Row 18 \SetRowColor{LightBackground} ui & uretrotomia interna \tn % Row Count 24 (+ 1) % Row 19 \SetRowColor{white} vas & vasectomia \tn % Row Count 25 (+ 1) % Row 20 \SetRowColor{LightBackground} veil & linfadenectomia inguinal videoendoscópica (VEIL) \tn % Row Count 27 (+ 2) % Row 21 \SetRowColor{white} vlp & videolaparoscópica \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Exames}} \tn % Row 0 \SetRowColor{LightBackground} bx & biópsia \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} cis & cistoscopia \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{colono} & colonoscopia \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} cr & creatinina \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} ct & colesterol total \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} cto & cintilografia óssea do esqueleto \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} dmsa & cintilografia renal estática com dmsa (quantitativa ou qualitativa) TUSS 40704033 \tn % Row Count 10 (+ 3) % Row 7 \SetRowColor{white} dtpa & cintilografia renal dinâmica com diurético (DTPA) TUSS 40704025 \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} ecg & eletrocardiograma \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} hb & hemoglobina \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} hbg & hemoglobina glicada \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} hmg & hemograma \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} ihq & imuno-histoquímica \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} inr & tempo de protrombina (TP) e tempo de tromplastina parcial ativado (KTTP) \tn % Row Count 20 (+ 3) % Row 14 \SetRowColor{LightBackground} plaq & plaquetas \tn % Row Count 21 (+ 1) % Row 15 \SetRowColor{white} psa & antígeno prostático-específico (PSA) \tn % Row Count 23 (+ 2) % Row 16 \SetRowColor{LightBackground} psg & polissonografia de noite inteira (com polissonogramas) TUSS 40103528 \tn % Row Count 25 (+ 2) % Row 17 \SetRowColor{white} pu & exame parcial de urina \tn % Row Count 26 (+ 1) % Row 18 \SetRowColor{LightBackground} rnm & ressonância nuclear magnética \tn % Row Count 27 (+ 1) % Row 19 \SetRowColor{white} rnmp & ressonância nuclear magnética de próstata/abdômen inferior \tn % Row Count 29 (+ 2) % Row 20 \SetRowColor{LightBackground} rxt & radiografia de tórax \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.64701 cm} x{4.32999 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Exames (cont)}} \tn % Row 21 \SetRowColor{LightBackground} tc & tomografia computadorizada (TC) \tn % Row Count 1 (+ 1) % Row 22 \SetRowColor{white} tcc & tomografia computadorizada (TC) colonoscopia virtual (colonografia) \tn % Row Count 3 (+ 2) % Row 23 \SetRowColor{LightBackground} tct & tomografia computadorizada (TC) de tórax e abdômen total \tn % Row Count 5 (+ 2) % Row 24 \SetRowColor{white} tt & testosterona total \tn % Row Count 6 (+ 1) % Row 25 \SetRowColor{LightBackground} ucgrm & uretrocistografia retrógrada e miccional \tn % Row Count 8 (+ 2) % Row 26 \SetRowColor{white} ur & uréia \tn % Row Count 9 (+ 1) % Row 27 \SetRowColor{LightBackground} urc & urocultura com teste de sensibilidade aos antibióticos \tn % Row Count 11 (+ 2) % Row 28 \SetRowColor{white} \seqsplit{urodin} & avaliação urodinâmica completa com estudo pressão-fluxo e medida do resíduo pós-miccional \tn % Row Count 14 (+ 3) % Row 29 \SetRowColor{LightBackground} urotc & urologia-tomografia computadorizada (TC) com reconstrução 3D (TUSS 41001362) \tn % Row Count 17 (+ 3) % Row 30 \SetRowColor{white} us & ultrassonografia \tn % Row Count 18 (+ 1) % Row 31 \SetRowColor{LightBackground} usab & ultrassonografia do abdômen total \tn % Row Count 19 (+ 1) % Row 32 \SetRowColor{white} usap & ultrassonografia do aparelho urinário \tn % Row Count 21 (+ 2) % Row 33 \SetRowColor{LightBackground} usb & ultrassonografia de bolsa escrotal \tn % Row Count 22 (+ 1) % Row 34 \SetRowColor{white} \seqsplit{ustrbx} & ustrbx \tn % Row Count 24 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}