Przejdź do głównej zawartości

na recepte ??!!

Jejku jejku, do czego to doszlo... moj ulubiony lek sprzedawany jest na recepte ! ghrrr ... Skandal, na 100% to wina Kaczynskich i poprzedniego rzadu, przeciez Donald nie zrobilby mi takiego swinstwa !







no ale trudno... pozostaje mi jeszcze:  :0

a także:
1. IBUPROM - 1 tabl. zawiera: 0,2 g ibuprofenu, 0,03 g chlorowodorku pseudoefedryny
2. MODAFEN - 1 tabl. zawiera: 0,2 g ibuprofenu, 0,03 g pseudoefedryny
3. NUROFEN ANTIGRIP - 1 saszetka zawiera: 0,2 g ibuprofenu, 0,03 g pseudoefedryny
4. CLARINASE - rdzeń tabletki zawiera: 0,06 g pseudoefedryny, warstwa zewnętrzna: 0,06 g pseudoefedryny, 0,005 g loratadyny
5. ACTIFED - 5 ml zawiera: 0,03 g pseudoefedryny, 0,01 g dekstrometorfanu, 0,00125 g triprolidyny
6. CIRRUS - 1 kaps. zawiera: 0,005 g cetyryzyny, 0,12 g chlorowodorku pseudoefedryny
7. GRYPOLEK - 1 tabl. zawiera: 0,325 g paracetamolu, 0,2 g gwajafenezyny, 0,03 g chlorowodorku pseudoefedryny, 0,015 g bromowodorku dekstrometorf
8. GRIPEX - 1 tabl. zawiera: 0,325 g paracetamolu, 0,03 g chlorowodorku pseudoefedryny, 0,01 g dekstrometorfanu
9. GRYPOSTOP - 1 tabl. zawiera: 0,325 g paracetamolu, 0,03 g chlorowodorku pseudoefedryny, 0,015 g dekstrometorfanu
10. TABCIN IMPAKT - 1 kaps. zawiera: 0,25 g paracetamolu, 0,03 g chlorowodorku pseudoefedryny, 0,01 g bromowodorku dekstrometorfanu, 0,00625 g bursztynianu doksylaminy
11. TABCIN TREND - 1 kaps. zawiera: 0,25 g paracetamolu, 0,03 g chlorowodorku pseudoefedryny, 0,002 g maleinianu chlorfenaminy
12. GRIPEX NOC - 1 tabl. zawiera: 0,5 g paracetamolu, 0,03 g chlorowodorku pseudoefedryny, 0,015 g bromowodorku dekstrometorfanu, 0,002 g maleinianu chlorfenaminy
13. MAXFLU - 1 tabl. zawiera: 0,5 g paracetamolu, 0,03 g pseudoefedryny, 0,06 g kwasu askorbinowego

:)

Komentarze

Popularne posty z tego bloga

NetBeans and Trackpoint problem...

Netbeans doesn't allow (for some reasons) using native trackpoint + third blue button for scrolling through code view listing :/ that's annoying if You're not using mouse wheel ... I have Lenovo X200 and that was big problem for me... here is solution: open C:\Program Files\Lenovo\TrackPoint find tp4table.dat an edit it in Notepad++, add these lines, between similar lines: ; NetBeans support *,*,netbeans.exe,*,*,*,WheelStd,0,9 save the file, restart computer and voila... now Netbeans supports scrolling with Lenevo's trackpoint... tested with Netbeans 7.01 on win7 and default lenovo's trackpoint drivers

Angular2 + Moment.js library with Visual Studio 2017 .Net Core 2.0

Hey there! Recently I was facing problem with adding MomentJs library to Angular2 in .net core 2.0 project.  I'm using Visual Studio 2017 15.3.3.  ( https://www.visualstudio.com/pl/thank-you-downloading-visual-studio/?sku=Community&rel=15 ) Create new test project 2. Use Web -> Angular template  3. Compile and run in chrome to check that everything is ok.  4. Edit package.json. At the end of "dependencies" add new line:  "moment": "2.18.1" 5. Edit tsconfig.json file, At "compilerOptions" add: "allowSyntheticDefaultImports": true, 6. Edit home.component.ts and add: import * as moment from 'moment'; and the constructor.     constructor() {         try {             console.log("test");             let now = moment().format('LLLL');             console.log(now);     ...

Xperia X1 Button Controller 1.1

I realised that Xperia X1 has great potential with hardware keys... I've already made small app for binding (mapping) X Panel Button ... but then I've noticed that Jonathan King from XDA-Developers already made sth like that few months ago - X1BC ... now it's in 1.1 version If You own Xperia X1 ... check that software: XDA Thread & Download cheers...