TERMOMETRU NON CONTACT GERATHERM

  • Pentru asigrarea masurarii exacte a temperaturii, termometrul trebuie pastrat cel putin 30 de minute in incaperea in care urmeaza sa fie efectuata masurarea. 
  • Nu masurati temperatura bebelusului in timpul sau imediat dupa alaptare. 
  • Nu utilizati termometrul in medii cu umiditate mare a aerului. In caz contrar pot rezulta masurari eronate. 
  • Inainte sau in timpul masurarii, pacientii nu ar trebui sa bea, sa manance sau sa faca sport. 
  • Indepartati termometrul de locul masurarii numai dupa ce se aude semalul de final. 
  • Masurati temperatura intotdeauna in acelasi loc, deoarece in caz contrar valorile masurate pot varia. 
  • Asigurativa ca termometrul este setat pe modul de masurare al temepraturii corpului.

In cazul in care aveti nevoie de informatii suplimentare va rugam sa ne contactati. 

In manualul de utilizare care insoteste fiecare termoemtru puteti gasi erorile posibile si semificatia acestora. 

Acest dispozitiv medical beneficiaza de garantie pentru o perioada de  2 ani din momentul achizitiei.

Va rugam sa ne contactati la nr de telefon 0769217065 sau la adresa de email gerathermro@gmail.com 

.accordion .container { position: relative; margin: 10px 10px; } /* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */ .accordion .label { position: relative; padding: 10px 0; font-size: 30px; color: black; cursor: pointer; }

Frequently Asked Questions


What is HTML
Hypertext Markup Language (HTML) is a computer language that makes up most web pages and online applications. A hypertext is a text that is used to reference other pieces of text, while a markup language is a series of markings that tells web servers the style and structure of a document. HTML is very simple to learn and use.

What is CSS?
CSS stands for Cascading Style Sheets. It is the language for describing the presentation of Web pages, including colours, layout, and fonts, thus making our web pages presentable to the users. CSS is designed to make style sheets for the web. It is independent of HTML and can be used with any XML-based markup language. CSS is popularly called the design language of the web.

What is JavaScript?
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved. It is the third of the web trio.

What is React?
React is a JavaScript library created for building fast and interactive user interfaces for web and mobile applications. It is an open-source, component-based, front-end library responsible only for the application’s view layer. In Model View Controller (MVC) architecture, the view layer is responsible for how the app looks and feels. React was created by Jordan Walke, a software engineer at Facebook.

What is PHP?
PHP is a server-side and general-purpose scripting language that is especially suited for web development. PHP originally stood for Personal Home Page. However, now, it stands for Hypertext Preprocessor. It’s a recursive acronym because the first word itself is also an acronym.

What is Node JS?
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user’s web browser. Consequently, Node.js represents a „JavaScript everywhere” paradigm