\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/App.vue","const Layout = () => import(\"../components/layout/layout\");\nconst HomeInstitution = () => import(\"../components/institution/easyFindMe\");\nconst Imagenology = () => import(\"../components/imagenology/imagenology\");\nconst pdfView = () => import(\"../components/imagenology/pdfViewComponent\");\nconst Laboratory = () => import(\"../components/laboratory/laboratory\");\nconst resultLaboratory = () =>\n import(\"../components/laboratory/resultLaboratory\");\nconst myHealthCenter = () => import(\"../components/institution/myHealthCenter\");\nconst healthCenters = () => import(\"../components/institution/healthCenters\");\nconst myProfessional = () =>\n import(\"../components/professional/myHealthCareProfessional\");\nconst professionals = () =>\n import(\"../components/professional/healthCareProfessionals\");\nconst myPatient = () => import(\"../components/patient/myPatient\");\nconst medicalMeasurements = () =>\n import(\"../components/laboratory/medicalMeasurements\");\nconst notifications = () => import(\"../components/notifications/notifications\");\nconst easyfindme = () => import(\"../components/easyfindme/easyFindMe\");\nconst easyFindMePatient = () =>\n import(\"../components/easyfindme/easyFindMePatient\");\nconst easyFindMeComplete = () =>\n import(\"../components/easyfindme/easyFindMeComplete\");\nconst appoinment = () => import(\"../components/appoinment/appoinment\");\nconst videoconsulta = () => import(\"../components/videoconsulta/videoconsulta\");\n// const profilePatient = () => import ('../components/patient/profilePatient')\nconst dataProfilePatient = () =>\n import(\"../components/easyfindme/patient/dataProfilePatient\");\nconst message = () => import(\"../components/message/message\");\nconst measurements = () => import(\"../components/measurements/measurements\");\nconst dataPersonalConsultation = () =>\n import(\"../components/consultation/dataPersonal\");\nconst dataAntecedentsConsultation = () =>\n import(\"../components/consultation/antecedents\");\nconst dataConsultation = () =>\n import(\"../components/consultation/consultation\");\nconst dataDiagnosticsConsultation = () =>\n import(\"../components/consultation/diagnostic\");\nconst dataParaclinicsConsultation = () =>\n import(\"../components/consultation/paraclinics\");\nconst dashboardPatient = () =>\n import(\"../components/dashboard/dashboardPatient\");\nconst dashboardProfessional = () =>\n import(\"../components/dashboard/dashboardProfessional\");\nconst dashboard = () => import(\"../components/dashboard/dashboard\");\n// const inmunization = () => import(\"../components/inmunizations/inmunization\");\nconst consultations_history = () =>\n import(\"../components/consultation/consultations-history\");\nconst prescription = () => import(\"../components/prescription/prescription\");\nconst prescriptionPatient = () =>\n import(\"../components/prescription/patient/prescriptionPatient\");\nconst myaccount = () => import(\"../components/myaccount/myaccount.vue\");\nconst password = () => import(\"../components/myaccount/password\");\nconst plan = () => import(\"../components/myaccount/plan\");\nconst info_bank = () => import(\"../components/myaccount/info-bank\");\nconst exams = () => import(\"../components/exams/exams\");\nconst exams_history = () => import(\"../components/exams/exams-history\");\n// const settingDoctorOnline = () =>\n// import(\"../components/myaccount/settingDoctorOnline\");\nconst idioms = () => import(\"../components/myaccount/idioms\");\nconst appointConfig = () => import(\"../components/appoinment/configAppointmentPrincipal\");\nconst appointment = () => import(\"../components/appoinmentCalendar/appointmentCalendar\");\nconst dashboardAux = () => import(\"../components/dashboard/dashboardAux\");\nconst redirectProfile = () => import(\"../components/patient/redirectProfile\");\nconst customized_settings = () => import(\"../components/costomized_settings/settings.vue\");\n\nexport default [{\n path: \"/profile/:role\",\n component: Layout,\n children: [{\n path: \"/\",\n name: \"homeinstitution\",\n component: easyFindMeComplete\n },\n {\n path: \"imagenology\",\n name: \"imagenology\",\n component: Imagenology\n },\n {\n path: \"laboratory\",\n name: \"laboratory\",\n component: Laboratory\n },\n {\n path: \"result-laboratory\",\n name: \"resultLaboratory\",\n component: resultLaboratory,\n props: true\n },\n {\n path: \"healthcenter\",\n name: \"healthcenter\",\n component: healthCenters,\n props: true\n },\n {\n path: \"myHealthCenter\",\n name: \"myHealthCenter\",\n component: myHealthCenter\n },\n {\n path: \"professionals\",\n name: \"professionals\",\n component: professionals,\n props: true\n },\n {\n path: \"myProfessional\",\n name: \"myProfessional\",\n component: myProfessional\n },\n {\n path: \"patient\",\n name: \"patient\",\n component: myPatient,\n props: true\n },\n {\n path: \"graphic\",\n name: \"medicalMeasurements\",\n props: true,\n component: medicalMeasurements\n },\n {\n path: \"notifications\",\n name: \"notifications\",\n component: notifications\n },\n {\n path: \"easyfindme\",\n name: \"easyfindme\",\n component: easyFindMeComplete\n },\n {\n path: \"easyFindMePatient\",\n component: easyFindMePatient\n },\n {\n path: \"appoinment\",\n component: appoinment\n },\n {\n path: \"videoconsulta\",\n name: \"videoconsulta\",\n component: videoconsulta\n },\n {\n path: \"prescriptionPatient\",\n name: \"prescriptionPatient\",\n component: prescriptionPatient\n },\n {\n path: \"pdfView\",\n name: \"pdfView\",\n component: pdfView\n },\n /* {\n path : 'dataProfilePatient',\n component : dataProfilePatient\n }, */\n {\n path: \"message\",\n name: \"message\",\n component: message\n },\n {\n path: \"measurements\",\n name: \"measurements\",\n component: measurements\n },\n {\n path: \"dataPersonalConsultation\",\n name: \"dataPersonalConsultation\",\n component: dataPersonalConsultation\n },\n {\n path: \"dataAntecedentsConsultation\",\n name: \"dataAntecedentsConsultation\",\n component: dataAntecedentsConsultation\n },\n {\n path: \"dataConsultation\",\n name: \"dataConsultation\",\n component: dataConsultation\n },\n {\n path: \"dataDiagnosticsConsultation\",\n name: \"dataDiagnosticsConsultation\",\n component: dataDiagnosticsConsultation\n },\n {\n path: \"dataParaclinicsConsultation\",\n name: \"dataParaclinicsConsultation\",\n component: dataParaclinicsConsultation\n },\n {\n path: \"dashboardPatient\",\n name: \"dashboardPatient\",\n component: dashboardPatient\n },\n {\n path: \"dashboardProfessional\",\n name: \"dashboardProfesisonal\",\n component: dashboardProfessional\n },\n {\n path: \"dashboard\",\n name: \"dashboard\",\n component: dashboard\n },\n // {\n // path: \"inmunization\",\n // name: \"inmunization\",\n // component: inmunization\n // },\n {\n path: \"record\",\n name: \"consultations-history\",\n component: consultations_history\n },\n {\n path: \"exams\",\n name: \"exams\",\n component: exams\n },\n {\n path: \"exams-history\",\n name: \"exams-history\",\n props: true,\n component: exams_history\n },\n {\n path: \"prescription\",\n name: \"prescription\",\n component: prescription\n },\n {\n path: \"myaccount\",\n name: \"myaccount\",\n component: myaccount\n },\n {\n path: \"password\",\n name: \"password\",\n component: password\n },\n {\n path: \"plan\",\n name: \"plan\",\n component: plan\n },\n {\n path: \"info-bank\",\n name: \"info-bank\",\n component: info_bank\n },\n // {\n // path: \"settingDoctorOnline\",\n // name: \"settingDoctorOnline\",\n // component: settingDoctorOnline\n // },\n {\n path: \"idioms\",\n name: \"idioms\",\n component: idioms\n },\n {\n path: \"appointConfig\",\n name: \"appointConfig\",\n component: appointConfig,\n props: true\n },\n {\n path: \"appointment\",\n name: \"appointment\",\n component: appointment\n },\n {\n path: \"dashboardAux\",\n name: \"dashboardAux\",\n component: dashboardAux\n },\n {\n path: \"redirect/patient/:idUser?\",\n name: \"redirect\",\n component: redirectProfile\n },\n {\n path: \"customized/settings\",\n name: \"customized_settings\", \n component: customized_settings\n }\n ],\n props: true,\n meta: {\n requiresAuth: true\n }\n}];\n\n\n\n// WEBPACK FOOTER //\n// ./src/router/layout.js","const Home = () =>\n import(\"../components/home/home.vue\");\nconst Patient = () =>\n import(\"../components/home/patient.vue\");\nconst Clinic = () =>\n import(\"../components/home/clinic.vue\");\nconst Professionals = () =>\n import(\"../components/home/professionals.vue\");\nconst sectorPublic = () =>\n import(\"../components/home/sectorPublic.vue\");\nconst insuranceCarrier = () =>\n import(\"../components/home/insurancecarrier.vue\");\nconst Login = () =>\n import(\"../components/login/login.vue\");\nconst Register = () =>\n import(\"../components/register/register.vue\");\nconst Resert = () =>\n import(\"../components/login/resertpassword.vue\");\nconst Recover = () =>\n import(\"../components/login/recoverPassword.vue\");\nconst termsConditions = () =>\n import(\"../components/termsConditions/termsConditions.vue\");\n// const videoApp = () =>\n// import(\"../components/videoconsulta/videoConsultaApp.vue\");\nconst emergencyCard = () =>\n import(\"../components/patient/emergency.vue\");\nconst logout = () => import(\"../components/login/logout\")\n\nexport default [{\n path: \"/\",\n name: \"home\",\n component: Home,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/home\",\n name: \"homeen\",\n component: Home,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/paciente-en-control\",\n name: \"paciente-en-control\",\n component: Patient,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/patient-in-control\",\n name: \"patient-in-control\",\n component: Patient,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/tecnologia-digital-para-clinicas\",\n name: \"tecnologia-digital-para-clinicas\",\n component: Clinic,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/digital-technology-for-clinics\",\n name: \"digital-technology-for-clinics\",\n component: Clinic,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/medico-del-siglo-XXI\",\n name: \"medico-del-siglo-XXI\",\n component: Professionals,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/medical-of-the-century-21s\",\n name: \"medical-of-the-century-21s\",\n component: Professionals,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/salud-publica\",\n name: \"salud-publica\",\n component: sectorPublic,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/public-health\",\n name: \"public-health\",\n component: sectorPublic,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/innovacion-en-experiencia-del-cliente\",\n name: \"innovacion-en-experiencia-del-cliente\",\n component: insuranceCarrier,\n props: {\n lang: \"es\"\n }\n},\n{\n path: \"/innovation-in-customer-experience\",\n name: \"innovation-in-customer-experience\",\n component: insuranceCarrier,\n props: {\n lang: \"en\"\n }\n},\n{\n path: \"/iniciar-sesion\",\n name: \"logines\",\n component: Login\n},\n{\n path: \"/iniciar-sesion/iniciar-sesion\",//solo temporal por error en template\n name: \"logines\",\n component: Login\n},\n{\n path: \"/login\",\n name: \"loginen\",\n component: Login\n},\n{\n path: \"/register\",\n name: \"registeren\",\n component: Register\n},\n{\n path: \"/registrarme\",\n name: \"registeres\",\n component: Register\n},\n{\n path: \"/resert\",\n name: \"resertpassword\",\n component: Resert\n},\n{\n path: \"/recover\",\n name: \"recoverPassword\",\n component: Recover\n},\n{\n path: \"/terms\",\n name: \"termsConditions\",\n component: termsConditions\n},\n// {\n// path: \"/video\",\n// name: \"videoApp\",\n// component: videoApp\n// },\n{\n path: \"/emergency\",\n name: \"emergency\",\n component: emergencyCard\n},\n{\n path: \"/logout\",\n name: \"logout\",\n component: logout\n}\n];\n\n\n\n// WEBPACK FOOTER //\n// ./src/router/home.js","import Vue from \"vue\";\nimport Router from \"vue-router\";\nimport layout from \"./layout\";\nimport home from \"./home\";\nimport firebase from 'firebase/app'\nimport 'firebase/analytics';\n\nlet routeList = [];\nlet routes = routeList.concat(layout, home);\nconst router = new Router({\n mode: \"history\",\n routes\n});\n\nrouter.beforeEach((to, from, next) => {\n firebase.analytics().logEvent(\"screen_view\", {\n screen_name: to.name,\n page_location: to.fullPath\n });\n Vue.$cookies.remove(\"institution\");\n if (Object.keys(to.query).length != 0) {\n if (to.query.institution) {\n Vue.$cookies.set(\"institution\", to.query.institution);\n Vue.$cookies.set(\n \"image\",\n `https://storage.googleapis.com/viewmed-static/branding/${to.query.institution\n }.png`\n );\n // next({ path: to.path });\n }\n }\n\n if (to.matched.some(record => record.meta.requiresAuth)) {\n //solo este if es lo que se agrega\n if (!sessionStorage.getItem(\"user\")) {\n next({ path: \"/\" });\n } else {\n next();\n }\n }\n if (to.meta && to.meta.requireRole) {\n if (to.meta.requireRole[0] === sessionStorage.getItem(\"role\")) {\n next();\n } else {\n alert(\"Wrong\");\n next(\"/profile/\" + sessionStorage.getItem(\"role\") + \"/\");\n }\n } else {\n next();\n }\n});\n\nVue.use(Router);\n\nexport default router;\n\n\n\n// WEBPACK FOOTER //\n// ./src/router/index.js","import Vue from \"vue\";\nimport VueI18n from \"vue-i18n\";\n\nVue.use(VueI18n);\n\nexport default new VueI18n({\n locale: \"es\",\n messages: {\n en: {\n title: {\n share_image: \"has sent you your imaging studies\",\n invalid_email_shared: \"Mail does not match patient or registered doctor\",\n refer: \"Refer\",\n register_success: \"Registration completed, clicking on accept will automatically enter the system.\",\n confirm_account: \"Confirm Account\",\n viewmed: \"Viewmed Medical Records\",\n register_not_user: \"The email is not registered in the system\",\n register_error_token: \"The link sent to your email has expired, please register again on the platform.\",\n appointment: \"Appointment\",\n appointment_url: \"Appointment URL\",\n register_not_user: \"The email is not registered in the system\",\n signature_digital: \"Add Photos.\",\n doctors: \"Doctors\",\n genero: \"Gender\",\n yes: \"Yes\",\n not: \"Not\",\n none: \"None\",\n delete_sign: \"Delete Signature\",\n change_signature: \"Change Signature\",\n select_signature: \"Select signature\",\n surgical: \"Surgical\",\n commpany: \"Commpany\",\n consultation: \"Consultation | Consultations\",\n information_medical: \"Information medical\",\n inmediate_attention: \"Inmediate Attention\",\n scheduled_attention: \"scheduled Consultation\",\n name_physician: \"Name of Physician\",\n schedule_video_consultation: \"Schedule Video Consultation\",\n private_cloud_storage: \"Private Cloud Storage\",\n my_medical_records: \"Medical Patient Records\",\n quick_patient_search: \"Quick patient search...\",\n cloud_medical_storage: \"Medical Storage Cloud\",\n imagenology: \"Imaging\",\n laboratory: \"Laboratory | Laboratories\",\n easy_find_me: \"Easy Find Me\",\n appointment_management: \"Appointment\",\n fastpass_check: \"Fastpass Check\",\n virtual_consult: \"Doctor Online\",\n business_intelligence: \"Business Intelligence\",\n home: \"Home\",\n dashboard: \"Dashboard\",\n notifications: \"Notification\",\n messages: \"Message | Messages\",\n professional: \"Professional | Professionals\",\n patient: \"Patient | Patients\",\n doctors2: \"Doctor | Doctors\",\n profile: \"Profile\",\n institutions: \"Institution\",\n attachment: \"Attachment | Attachments\",\n attach_file: \"Attach file\",\n edit_profile: \"Edit Profile\",\n security: \"Security\",\n technical_support: \"Technical Support\",\n help: \"Help\",\n previous: \"Previous\",\n sign_out: \"Sign Out\",\n proof: \"Proof\",\n result: \"Result\",\n recent_results: \"Recent results\",\n reference_values: \"Reference values\",\n graphic: \"Graphic\",\n login_in: \"Login In\",\n keep_online: \"Keep Online\",\n user: \"User\",\n mail: \"Mail\",\n sign_up: \"Sign Up\",\n sign_up_free: \"@:title.sign_up Free\",\n sign_in: \"Log In\",\n register: \"Register\",\n password: \"Password | Passwords\",\n mail_doctor: \"Physician's @:title.mail\",\n terms_conditions: \"Terms and Conditions\",\n create_profile: \"Create your profile\",\n password_resert: \"Change Password\",\n password_recover: \"Recover Password\",\n new_password: \"New Password\",\n insert_new_password: \"Insert new password\",\n verification_code: \"Verification Code\",\n select: \"Select\",\n select_type_professional: \"@:title.select type of professional\",\n select_criterio: \"@:title.select the criteria\",\n select_format_download: \"@:title.select the format download\",\n benefits: \"Benefits\",\n patientjourney: \"Patient's Journey\",\n forename: \"Forename\",\n surname: \"Surname\",\n email: \"E-mail\",\n confirm_email: \"Confirm E-mail\",\n insert_email: \"Insert E-Mail\",\n insert_name_institutions: \"Enter the name of the institution.\",\n valid_mail: \"Enter a valid email address.\",\n the_email_does_not_match: \"The email does not match\",\n the_password_does_not_match: \"The password does not match\",\n confirm_password: \"Confirm password\",\n select_type_institution: \"Select type of institution\",\n the_type_of_user_is_required: \"The type of user is required\",\n select_the_type_of_institution: \"Select the type of institution\",\n name: \"Name\",\n physician: \"Physician\",\n health_staff: \"Health staff\",\n internal_patient: \"Internal patient\",\n dentist: \"Dentist\",\n chiropractor: \"Chiropractor\",\n search: \"Search\",\n clean: \"Clean\",\n description: \"Description\",\n patient_name: \"Patient @:title.name\",\n referring_institution: \"Referring @:title.institutions\",\n search_by: \"Search By\",\n clean_fields: \"Clean Fields\",\n number_of_tests: \"Number of Test\",\n showing_to_entries: \"Showing to entries\",\n save: \"Save\",\n cancel: \"Cancel\",\n submit: \"Submit\",\n share: \"Share\",\n download_images: \"Download of images\",\n share_imaging: \"@:title.share imaging\",\n name_of_the_institution: \"Name of the Institution\",\n type_of_institution: \"Type of Institution\",\n rif_of_institution: \"Rif of Institution\",\n phone: \"Phone\",\n fax: \"Fax\",\n facebook: \"Facebook\",\n twitter: \"Twitter\",\n web_site: \"Web Site\",\n linkedin: \"Linkedin\",\n country: \"Country\",\n state: \"State\",\n city: \"City\",\n street: \"Street\",\n edit_address: \"Edit Address\",\n social_media: \"Social Media\",\n show: \"Show\",\n address: \"Address\",\n services: \"Services\",\n content: \"Content\",\n opinions: \"Opinions\",\n photos: \"Photos\",\n type_of_service: \"Type of Service\",\n answer: \"Answer\",\n modality: \"Modality\",\n date: \"Date\",\n select_date: \"Select @:title.date\",\n read: \"Read\",\n unread: \"Unread\",\n highlight: \"Highlight\",\n do_not_highlight: \"Not highlight\",\n sex: \"Sex\",\n accession_number: \"Accession number\",\n patient_id: \"Patient ID\",\n institution_name: \"Institution @:title.name\",\n result_laboratory: \"Result in Laboratory\",\n referring_physician: \"Referring @:title.physician\",\n select_modality: \"@:title.select @:title.modality\",\n upload_time: \"Upload time\",\n myhealthcenter: \"My Health Center\",\n healthcenter: \"Health Centers\",\n sell_all: \"See All\",\n see_more_studies: \"See more studies\",\n latitude: \"Latitude\",\n length: \"Length\",\n experiencie: \"Experience\",\n address_consulting_room: \"Address Consulting Room\",\n Reserve_appointment: \"Make Appointment\",\n make_appointment_office: \"Make an appointment at this office\",\n query: \"Query\",\n data: \"Data\",\n personal_information: \"Personal Information\",\n personal_data: \"Personal Data\",\n auxiliary_keys: \"Auxiliary Keys\",\n social_networks: \"Social Networks\",\n digital_signature: \"Digital Signature\",\n years_of_experience: \"Years of Experience\",\n position: \"Position\",\n instagram: \"Instagram\",\n place_digital_signature: \"Place Digital Signature\",\n name_of_the_office: \"Name of the Office\",\n rif: \"Rif\",\n select_office_image: \"Seleccionar Imagen de la Oficina\",\n I_want_to_place_this_office: \"I want to place this office by default for my documents\",\n image: \"Image\",\n working_hours: \"Working Hours\",\n edit: \"Edit\",\n edit_sign: \"Edit Sign Digital\",\n delete: \"Delete\",\n delete_file: \"Delete File\",\n hours: \"Hours\",\n Sunday: \"Sunday\",\n Monday: \"Monday\",\n Tuesday: \"Tuesday\",\n Wednesday: \"Wednesday\",\n Thursday: \"Thursday\",\n Friday: \"Friday\",\n Saturday: \"Saturday\",\n Sunday_abrv: \"Sun\",\n Monday_abrv: \"Mon\",\n Tuesday_abrv: \"Tue\",\n Wednesday_abrv: \"Wed\",\n Thursday_abrv: \"Thu\",\n Friday_abrv: \"Fri\",\n Saturday_abrv: \"Sat\",\n invite: \"Invite\",\n settings: \"Setting\",\n online: \"Online\",\n offline: \"OffLine\",\n videoconsulta: \"Video Request\",\n reasonforconsultation: \"Reason for consultation\",\n insertmotive: \"Insert Motive\",\n go_to_consultation: \"Go to Consultation\",\n identification_document: \"Identification Document\",\n cellphone: \"Cellphone\",\n alternate_email: \"Alternate Email\",\n gender: \"Gender\",\n curriculum: \"Curriculum\",\n id_professional: \"Id Professional\",\n medical_school: \"Professional ID or Health No\",\n specialty: \"Specialty\",\n sub_specialty: \"Sub-Specialty\",\n not_sent: \"Not Sent\",\n agree: \"Agree\",\n disagreement: \"Disagreement\",\n male: \"Male\",\n female: \"Female\",\n toAccept: \"To Accept\",\n pending: \"Pending\",\n accepted: \"Accepted\",\n permissions: \"Permissions\",\n send: \"Send\",\n clear: \"Clear\",\n action: \"Action | Actions\",\n accept_request: \"Accept Request\",\n cancel_request: \"Cancel Request\",\n birthdate: \"Birthdate\",\n company_data: \"Company Data\",\n occupation: \"Occupation\",\n company: \"Company\",\n company_documuent: \"Company Documuent\",\n insurance: \"Insurance\",\n consultations_history: \"Consultations History\",\n exams: \"Exams\",\n immunizations: \"Immunizations\",\n imaging: \"Imaging\",\n prescriptions: \"Prescriptions\",\n measurements: \"Measurements\",\n phone_company: \"Company Phone\",\n address_company: \"Company Address \",\n medical_records: \"Medical Records\",\n diabetes: \"Diabetes\",\n since: \"Since\",\n treatment: \"Treatment\",\n preloaded: \"Preloaded\",\n treatment_preloaded: \"@:title.treatment @:title.preloaded\",\n arterial_hypertension: \"Arterial Hypertension\",\n blood_pressure: \"Blood Pressure\",\n glycemia: \"Glycemia\",\n bronchial_asthma: \"Bronchial Asthma\",\n allergies: \"Allergies\",\n others: \"Others\",\n emergency_data: \"Emergency Data\",\n blood_type: \"Blood Type\",\n rh_factor: \"RH Factor\",\n medications: \"Medications\",\n search_medications: \"@:title.search @:title.medications\",\n interaction_recommendations: \"Interaction and Recommendations\",\n allergic_medications: \"Allergic @:title.medications\",\n allergic_foods: \"Allergic Foods\",\n current_medications: \"Current @:title.medications\",\n contact_name: \"Contact Name\",\n telephone_contact: \"Telephone Contact\",\n attached_by: \"Attached by\",\n document_name: \"Document Name\",\n basic: \"Basic\",\n attention: \"Attention!\",\n navigation: \"Navigation\",\n send_message: \"Send @:title.messages\",\n hospital: \"Hospital\",\n clinic: \"Clinic | Clinics\",\n insurance_carrier: \"Insurance Company | Insurance Companies\",\n corporation: \"Corporation\",\n consultant: \"Consultant\",\n Medical_specialties: \"Medical Specialties\",\n Laboratory: \"Laboratory\",\n Imageology: \"Imageology\",\n Cardiology: \"Cardiology\",\n Colposcopy: \"Colposcopy\",\n Desintometry: \"Desintometry\",\n Endoscopy: \"Endoscopy\",\n Spirometry: \"Spirometry\",\n Gammagrama: \"Gammagrama\",\n Mastography: \"Mastography\",\n Nuclear_medicine: \"Nuclear Medicine\",\n Neurophysiology: \"Neurophysiology\",\n Radiology: \"Radiology\",\n Magnetic_resonance: \"Magnetic Resonance\",\n PET_CT: \"PET-CT\",\n Tomography: \"Tomography\",\n Ultrasound: \"Ultrasound\",\n age: \"Age\",\n paraclinic: \"Paraclinics\",\n other_paraclinics: \"Other Paraclinics\",\n observations: \"Observations\",\n plan: \"Plan | Plans\",\n dx: \"DX\",\n profile_patient: \"Profile Patient\",\n antecedents: \"Antecedent\",\n history: \"History\",\n current_illness: \"Current Illness\",\n weight: \"Weight\",\n size: \"Size\",\n systolic_ta: \"Systolic TA\",\n diastolic_ta: \"Diastolic TA\",\n fc: \"FC\",\n imc: \"BMI\",\n diagnostic: \"Diagnostic\",\n physical_exam: \"Physical exam\",\n diary: \"Diary\",\n physician_community: \"Physician Community\",\n home_care_tools: \"Home Care\",\n listen_to_me: \"Listen to Me\",\n institutional_data: \"Institutional data\",\n years_of_services: \"Years of services\",\n brief_description_of_the_institution: \"Brief description of the institution\",\n another_services: \"Another service\",\n max_caracter_50: \"Place 250 characters max\",\n positive: \"Positive\",\n negative: \"Negative\",\n emergency_contacts: \"Emergency Contacts\",\n relationship: \"Relationship\",\n next: \"Next\",\n institution_image: \"Image of the Institution\",\n image_for_doctor_in_lines: \"Image for doctor Online\",\n myHealthCareProfessional: \"MY PROFESSIONAL\",\n healthCareProfessional: \"HEALTHCARE PROFESSIONAL\",\n date_of_graduation: \"Date of Graduation\",\n description_of_the_institution: \"Description of the institution\",\n hour: \"Hour\",\n professional_data: \"Professional data\",\n office_data: \"Office Data\",\n years: \"Years\",\n complete_all_emergency_data: \"Complete all emergency data\",\n complete_all_data: \"Complete all data or check its format\",\n job_title: \"Job title\",\n until: \"Until\",\n job_description: \"Job Description\",\n current_job: \"Current Job\",\n experience_data: \"Experience Data\",\n incorporate_consultation: \"Incorporate Consultation\",\n print: \"To Print\",\n diagnosis_dx: \"Diagnosis or Description\",\n not_notifications: \"Does not have notifications\",\n commentary: \"Commentary\",\n qualification: \"Qualification\",\n medical_report: \"Medical Report\",\n high: \"High\",\n low: \"Low\",\n format: \"Format\",\n information_institution: \"Information Institution\",\n services_have: \"Services that I offer as an Institution\",\n type_services_have: \"Type of Services that I offer as an Institution\",\n create_report: \"Create Report\",\n pathology: \"Pathology\",\n last_name: \"Last Name\",\n an_error_has_occurred: \"An error has occurred. Please try again\",\n profession: \"Profession\",\n health_code: \"Health code\",\n institution_or_office: \"Institution or Office\",\n prescription_view: \"Prescription View\",\n interaction: \"Interaction\",\n january: \"January\",\n february: \"February\",\n march: \"March\",\n april: \"April\",\n may: \"May\",\n june: \"June\",\n july: \"July\",\n august: \"August\",\n september: \"September\",\n october: \"October\",\n november: \"November\",\n december: \"December\",\n description_of_services: \"Description of services\",\n incorporate_prescription: \"Incorporate Prescription\",\n new_prescription: \"New Prescription\",\n include: \"Include\",\n discard: \"Discard\",\n payments: \"Payments\",\n payments_virtual_consult: \"@:title.payments @:title.virtual_consult\",\n payment_settings: \"Payment Settings\",\n myaccount: \"My Account\",\n active: \"Active\",\n inactive: \"Inactive\",\n status: \"Status\",\n finish_consultation: \"Finish Consultation\",\n view_report: \"View report\",\n cloud_imaging: \"CLOUD IMAGING\",\n cloud_laboratory: \"CLOUD LABORATORY\",\n studies_uploaded: \"Studies uploaded in the cloud\",\n shared_studies: \"Shared studies\",\n tests_performed: \"Exams performed\",\n shared_exams: \"Shared exams\",\n patients_follow_me: \"PATIENTS WHO FOLLOW ME\",\n professionals_follow_me: \"PROFESSIONALS WHO FOLLOW ME\",\n location_videoconsulta: \"Location of the video request\",\n exams_by_specialty: \"Exams by specialty\",\n type_of_exam: \"Type of exam\",\n date_exam: \"Date of exam\",\n see: \"See\",\n exam_history: \"EXAM HISTORY\",\n vaccines: \"Vaccines\",\n vaccines_control: \"Vaccines Control\",\n format_date: \"YYYY-MM-DD\",\n record_external_consultation: \"RECORD OF CONSULTATION\",\n request_rest: \"Request for rest\",\n show_rest: \"SHOW REST\",\n medical_rest: \"MEDICAL REST\",\n professional_search: \"Professional search\",\n close: \"Close\",\n close_to_me: \"Close to me\",\n invite_viewmed: \"invite others to be part of viewmed\",\n filter_professionals: \"Filter professionals\",\n language: \"Language\",\n spanish: \"Spanish\",\n english: \"English\",\n appointment_agenda: \"Appointment agenda\",\n online_agenda: \"Online doctor agenda\",\n phones: \"Telephones\",\n add: \"Add\",\n see_more: \"See more\",\n permission_for_professionals: \"Permission for professionals\",\n select_permissions: \"I share my exams with my health professional\",\n message_share_professional: \"has been added as part of its health professionals\",\n no_patient_search: \"No patient matching \",\n were_found: \" were found.\",\n assessment: \"Assessment\",\n company_address: \"Address\",\n list_patients: \"List of Patients\",\n recommend_doctor: \"Recommend doctor\",\n doctor: \"Doctor\",\n subject: \"Subject\",\n thank_recommending: \"Enter the email address of the person you wish to make the recommendation to\",\n recommend: \"Recommend\",\n add_permissions: \"The permissions were added to this professional\",\n new: \"New\",\n other_allergies: \"Other Allergies\",\n new_consultation: \"New Consultation\",\n invitation_network_contacts: \"he has asked to be part of his network of contacts.\",\n call: \"Call\",\n bank_data: \"Bank Data\",\n key: \"Key | Keys\",\n and: \"y\",\n medication_allergies: \"Medication @:title.allergies\",\n food: \"Food\",\n medication_current: \"Current Medication\",\n mother: \"Mother\",\n father: \"Father\",\n phone_diminutive: \"Tel\",\n keys_and_passwords: \"Keys and Passwords\",\n consulting_room: \"Consulting Room | Doctor's offices\",\n create_consulting_room: \"Create consulting room\",\n spoken_languages: \"Spoken languages\",\n by_consultation: \"By consultation\",\n schedules: \"Schedules\",\n getting_your_schedules: \"Getting your schedules\",\n to: \"To\",\n with: \"With\",\n text_consulting_vurtual: \"Scheduled or immediate virtual consultations\",\n consultation_time: \"Consultation time\",\n role_assignation: \"Role Assignation\",\n role: \"Role\",\n video_payment: \"Doctor Online Payments\",\n countries: \"Countries\",\n body_composition: \"Body composition\",\n body_mass_index: \"Body mass index @:title.bmc\",\n less_normal_weight: \"Less than normal weight less than 18.5\",\n normal_weight: \"Normal 18.5 - 24.9\",\n weight_greater: \"Weight greater than the nominal 25.0 - 29.9\",\n obesity: \"Obesity over 30.0\",\n register_consultation: \"Register consultation\",\n exams_by_speciality: \"Exams by speciality\",\n speciality: \"Speciality\",\n search_by_first_or_last_name: \"Search by first or last name\",\n search_by_name: \"Search by name\",\n create_prescription: \"Create prescription\",\n create_new_patient: \"Create new patient\",\n my_patients: \"My patients\",\n filter_patients: \"Filter patients\",\n start_consultation: \"Start consultation\",\n inmunizations: \"Inmunizations\",\n my_colleagues: \"My colleagues\",\n allow_professional: \"I allow the health professional to visualize the exams of\",\n medical_reference: \"Medical reference\",\n message_share_professional_prof: \"has been added as part of his colleagues\",\n connect: \"Connect\",\n type_of_images: \"Type of images\",\n imaging_center: \"Imaging Center\",\n filter_institutions: \"Filter institutions\",\n my_institutions: \"My Institutions\",\n to_access: \"To access\",\n permission_for_institutions: \"Permission for institutions\",\n allow_institutions: \"I allow the institution to visualize the exams of\",\n message_share_institutions: \"has been added as part of your trusted institutions\",\n allow: \"Allow\",\n imagings: \"Images\",\n place_message: \"Place message\",\n recommend_institution: \"Recommend Institution\",\n presentation: \"Presentation\",\n posology: \"Posology\",\n type_of_consultation: \"Type of Consultation\",\n face: \"On-site\",\n virtual: \"Virtual\",\n consultation_value: \"Consultation Value\",\n type_of_currency: \"Type of Currency\",\n location: \"Location\",\n for_hours: \"per hour\",\n per_consultation: \"per consultation\",\n operational_days: \"Operational Days\",\n days: \"Days\",\n operative_from: \"Operative From\",\n operative_up: \"Operative Up\",\n busines_day: \"Monday to Friday\",\n activate: \"Activate\",\n multidisciplinary_team: \"Multidisciplinary Teams\",\n management_indicators: \"Management Indicators\",\n doctor_online: \"Doctor Online\",\n add_account: \"Add bank account\",\n type: \"Type\",\n account_number: \"Account number\",\n forename_lastname: \"Name and surname of the account holder\",\n number: \"Number\",\n account_type: \"Account type\",\n home_care: \"Home Care\",\n opinions_patients: \"Patient Opinions\",\n allergic_to: \"Alergic to\",\n doctor_online_settings: \"Doctor Online Settings\",\n appearance: \"Appearance\",\n website_url: \"Website URL\",\n site_appearance: \"Site appearance\",\n brand_color: \"Brand color:\",\n states_of_doctor_online: \"States of Doctor Online\",\n level_1: \"level I\",\n level_2: \"Level II\",\n attention_level: \"Attention\",\n schedule: \"Schedule\",\n every_day: \"Every day\",\n create_medic: \"Create Doctor\",\n resources: \"Resources\",\n public_sector: \"Public sector\",\n all_rights_reserved: \"All Rights Reserved\",\n define_service: \"Define the service\",\n select_service: \"Select the service\",\n define_specialty: \"Define the specialty\",\n select_specialty: \"Select the specialty\",\n define_consulting_room: \"Define consulting room\",\n select_consulting_room: \"@:title.select @:title.consulting_room\",\n work_schedules: \"Work Schedules\",\n appointment_management_config: \"Appointment Management System Configuration\",\n max_appoint: \"Max. Appoint\",\n maximum_appointments: \"Maximum appointments\",\n multiple_appointments: \"Multiple appointments\",\n select_physicians: \"Select Physicians\",\n weekend: \"Weekend\",\n weekdays: \"Weekdays\",\n monday_to_friday: \"Monday to Friday\",\n saturday_and_sunday: \"Saturday and Sunday\",\n monday_to_sunday: \"Monday to Sunday\",\n assigned_medical_schedules: \"Assigned medical schedules\",\n appointment_duration: \"Appointment duration\",\n max_appoint_first_time_patient: \"Appointments for patients for the first time\",\n control_appointments: \"Control appointments\",\n appointments_for_result_analysis: \"Appointments for results analysis\",\n appointments_for_doctor_online: \"Appointments for doctor online\",\n means_of_notifications: \"Means of notifications\",\n confirm_appointment: \"Confirm appointment\",\n confirm_appointment_cancellation: \"Confirm appointment cancellation\",\n confirm_appointment_programming: \"Confirm appointment programming\",\n first_reminder_24hours: \"1st Reminder 24 hours before appointment\",\n second_reminder_2hours: \"2nd Reminder 2 hours before appointment\",\n permits_for_users: \"Permits for users\",\n permits_for_patients: \"Permits for patients\",\n permits_for_auxiliaries: \"Permits for auxiliaries\",\n create_auxiliary: \"Create Auxiliary\",\n assign: \"Assign\",\n search_user: \"Search user\",\n activate_or_deactivate_calendar: \"Activate or Deactivate Calendar\",\n activate_calendar: \"Activate calendar\",\n other_appointment_management_config: \"Other Appointment Management System Settings\",\n appointment_settings: \"Appointment Settings\",\n schedules_not_avalaible: \"Schedules not available\",\n define_simultaneous_appoints: \"Define simultaneous appointments\",\n general_services: \"General Services\",\n favorite_contacts: \"My Favorite Contacts\",\n my_medics: \"My Medics\",\n search_by_tradename: \"Search by tradename\",\n bmc: \"(BMC)\",\n contact: \"Contact | Contacts\",\n msj_success_consultation: \"Consultation has been created successfully.\",\n msj_success_new_patient: \"The patient has been created. Do you want to make a consultation?\",\n msj_success_update_patient: \"It has been updated correctly.\",\n go_back: \"Go back\",\n msj_write: \"Write your Menssage\",\n msj_new_chat: \"New chat\",\n pulse_min: \"Pulse/min\",\n visits_to_the_profile: \"Visits to the Profile\",\n location_of_consultations: \"Location of consultations\",\n number_of: \"Number of\",\n porct_of_total: \"% of total\",\n consultations_per_month: \"consultations per month\",\n recommendations: \"Recommendations\",\n testimonies: \"Testimonies\",\n why_viewmed: \"Why Choose Us?\",\n why: \"¿Why Viewmed?\",\n our_services: \"Our Services\",\n contactus: \"Contact Us\",\n client: \"Client | Clients\",\n transformme: \"Transform me\",\n transformation_experience: \"Share your transformation experience\",\n we: \"About us\",\n not_all: \"Not all\",\n denied: \"Denied\",\n main: \"Main\",\n normal: \"Normal\",\n my_contacts_physicians: \"My Medical Contacts\",\n my_contacts_institutions: \"My Institutional Contacts\",\n make_appointment: \"Make Appointment\",\n type_practice: \"Type of Medical Practice\",\n private: \"Private\",\n institutional: \"Institutional\",\n trip_of_the_patient: \"Trip of the patient\",\n assigned_schedules: \"Assigned @:title.schedules\",\n time: \"Time\",\n rows_per_page: \"Rows per page\",\n no_data_available: \"No data available\",\n auxiliaries: \"Auxiliaries\",\n auxiliaries_schedules: \"@:title.auxiliaries @:title.schedules\",\n all_day: \"All day\",\n search_typing: \"Start typing to Search\",\n preview: \"Preview\",\n minutes: \"Minutes\",\n anticipation: \"Maximum reservation time\",\n msg_anticipation: \"Indicates the maximum time with which the patient will anticipate the appointment schedule\",\n picture: \"Picture\",\n service: \"service\",\n blog: \"Blog\",\n transformation: \"Transformation\",\n no_patients: \"You do not have patients\",\n no_institutions: \"No institutions found\",\n no_medics: \"No professionals found\",\n field_required: 'This field is required',\n msj_contacts_send: 'Message sent succesfully',\n title_invitation_professional: 'Invite professionals to be part of Viewmed.',\n no_imaging_shared: \"You don't have image studies on your profile yet\",\n no_laboratory_shared: \"You don't have laboratory studies on your profile yet\",\n options: \"Options\",\n rate_consultation: \"Qualify consultation\",\n list_consultation: \"Consultation list\",\n hour_approx: \"hour approx. for consultation\",\n shared_imaging: \"Shared imaging study successfully\",\n all_permissions: \"All permissions\",\n medical_report: \"Medical report\",\n upload_studies: \"Upload Studies\",\n download_upload_studies: \"Download app to upload studies\",\n with_visor: \"with visor\",\n without_visor: \"without visor\",\n see_agenda: \"See agenda\",\n specialty_config: \"Specialty configuration\",\n create_specialty: \"Create Specialty\",\n create_physician: \"Create Physician\",\n main_office: \"Main office\",\n free_of_charge: \"Free of charge\",\n type_of_query: \"Type of query\",\n select_schedule: \"You can select the doctor to schedule\",\n physician_create: \"The professional was successfully created\",\n already_contact: \"Is already a contact\",\n settings_customized: \"Portal configuration\",\n msj_type_user: \"Select your type of user\",\n },\n routes: {\n home: \"/home\",\n patients: \"/patient-in-control\",\n clinic: \"/digital-technology-for-clinics\",\n professionals: \"/medical-of-the-century-21s\",\n sectorpublic: \"/public-health\",\n insurancecarrier: \"/innovation-in-customer-experience\",\n signin: \"/login\",\n registrarme: \"/register\",\n blog: \"http://blog.viewmedonline.com\"\n },\n content: {\n user_inactive: \"User deactivated by the administrator\",\n registration_msg_finish: \"Thanks, you can now log in to the platform.\",\n register_aux_success: \"Auxiliary has been successfully registered\",\n message_registration_success: \"The account was created successfully. Confirm your email now through the message we have sent you to the email.\",\n delete_config_appointment: \"You must first remove an appointment setting referring to your office.\",\n load_data: \"Please fill in the required fields!\",\n invite_professional: \"Invite Another Professional\",\n invite_institution: \"Invite Viewmed Institution\",\n patient_waiting: \"Patient waiting\",\n wait_moment: \"Wait for moment, please!\",\n email_required: \"The email is required\",\n invalid_email: \"Invalid email\",\n sharing_exam_patient: \"You are sharing the {type_exam} of {patient_name}.\",\n please_wait_study_shared: \"Please wait a moment for your study to be shared.\",\n already_shared_image: \"Image already shared with the user\",\n msj_reset_password: \"You will be send an email to retrieve your password\",\n insert_your_name_user: \"Insert your name of user.\",\n insert_your_name: \"Insert your name.\",\n insert_your_last_name: \"Insert your lastname.\",\n insert_your_password: \"Insert your password.\",\n have_you_forgotten_your_password: \"Have you forgotten your password?\",\n the_password_must_have_a_minimum: \"The password must have a minimum of 6 characters\",\n you_have_not_account: \"You have not account?\",\n by_registering_you_accept: \"By registering, you accept the\",\n help_text_1: \"Patient, Institution, Physician...\",\n eslogan_p1: \"Welcome to the medicine of the 21st century, you are only in a click to enter the \",\n eslogan_p2: \"Digitouch Medicine\",\n have_account: \"I have an account,\",\n invite_another_patient: \"invite another patients\",\n invite_viewmed_patient: \"invite viewmed patients\",\n do_not_have_contacts: \"You do not have associated contacts.\",\n do_not_have_health_centers: \"You do not have associated Health Centers.\",\n invite_another_professional: \"invite another professionals\",\n invite_viewmed_professional: \"invite viewmed professionals\",\n accept_patient: \"Sure you want to accept this patients\",\n delete_patient: \"Sure you want deleted this patient\",\n delete_institution: \"Sure you want deleted this institution\",\n delete_consulting: \"Sure you want deleted this consulting rooms\",\n delete_msj: \"Are you sure you want to delete this message\",\n delete_chat: \"Are you sure you want to delete this chat\",\n delete_item: \"Are you sure you want to delete this item?\",\n email_from_patient: \"Enter email from the patient\",\n incorporate_message: \"Incorporate Message\",\n email_from_professional: \"Enter email from the professional\",\n accept_professional: \"Sure you want to accept this professional\",\n delete_professional: \"Sure you want deleted this professional\",\n wait_for_moment: \"Wait for moment, please!.\",\n wait_for_moment_imaging: \"Wait for moment, please! Attention: It is required to have installed JAVA SDK 11 or higher. If you do not have Java on your computer, you may download it here.\",\n already_field_filter: \"You already added this field to the filter.\",\n insert_criterio_search: \"Insert your criterio for search or insert your text for search criterio, check his field.\",\n invite_health_center: \"Is Inviting the Health Center\",\n videoConsultationMessage: \"In order for the health professional to make an adequate diagnosis, it is suggested that you share your medical information.\",\n call_wait: \"You already requested a video call, it was already marked with the clinic or another. Please, wait for your appointment.\",\n start_call: \"You want to attend the video call\",\n delete_notification: \"Sure you want to delete this notification\",\n msj_easy_find_me_photos: \"Here you can incorporate the images that others will see to discover their services, facilities and other photos you want to share.\",\n msj_continue_consultation: \"Have a query in process do you want to create a new one?\",\n msj_finish_vc: \"End video call?\",\n your_email_professional: \"Your email is required for the prescription to contain your Professional information\",\n please_check_email: \"Please check your email for password change\",\n myaccount: \"The section gives you quick access to the configuration options and the tools that allow you to modify your data.\",\n password_not_macth: \"Passwords do not match\",\n user_already_exist: \"User already exist\",\n msj_finish_dx: \"You want to end the query or Make a prescription?\",\n registration_was_satisfactory: \"Your registration was successful. To complete the process and be able to access your account you must click on the link that was sent to your email.\",\n user_password_incorrect: \"The wrong email or password. Please try again or click on Have you forgotten your password? to reset it.\",\n register_complete: \"An account created with this email address already exists.\",\n total_monthly_consult: \"Total consultations per month\",\n total_last_weekly_consult: \"Total of previous week's consultations\",\n activate_online_doc: \"ACTIVATE DOCTOR ONLINE\",\n intelligent_medical_practice: \"Intelligent Medical Practice\",\n intelligent_health_center: \"Intelligent Health Center\",\n module_history: \"Electronic Medical Histories Module\",\n display_module: \"VIEWMED Community Display and Promotion Module\",\n community_module: \"Community Module and Medical Update\",\n appointment_module: \"Digital Appointment Module\",\n doctor_online_module: \"Video Consultation Module\",\n management_indicators_module: \"Management Indicators Module\",\n diagnostic_cloud_text: \"PACS system that allows the upload, storage and viewing of studies by images and laboratories\",\n medic_cloud_text: \"Comprehensive management of medical practice. Medical stories in the cloud\",\n easy_find_me_text: \"Market and promotion tool of institutions and health professionals that facilitates the creation of brand identity\",\n doctor_online_text: \"Telemedicine platform created to extend the scope of the health center or medical practice\",\n appointment_management_text: \"Centers and health professionals will be able to manage from the cloud the appointments of the users for images studies, laboratory or medical consultation\",\n multidisciplinary_team_text: \"Viewmed allows the doctor to be part of the global community of health professionals and expand its network of contacts\",\n management_indicators_text: \"Module that shows the main management indicators with interactive dashboard. Text from the Marketing and Marketing team\",\n fastpass_module: \"Self check-in module and intelligent queue handling\",\n fastpass_text: \"Auto check-in service or automatic verification of the client when entering the health center\",\n patient_health_control: \"Control of your Health\",\n total_health_control: '{msg} Control of your Health',\n register_module: \"Home Measurement Control and Register Module\",\n hear_me_module: \"Patient Community Module\",\n hear_me_text: \"Patients will not feel alone with their disease. They can form communities, share experiences and learn more about their health\",\n home_care_text: \"Tools that allow monitoring and managing the patient's vital parameters no matter where they are, allowing them to take control of their health\",\n msj_change_vc_type: \"He is currently making video consultations for an institution. Do you want to make personal video consultations?\",\n msj_renew_session: \"Your session is about to expire, do you want to keep it active?\",\n msj_add_service: \"If you can not find the service you provide, make your request by sending an email to: mercadeo@viewmed.com, where your application will be reviewed.\",\n app_content_doctor_online: \"Enter the name of your application, which is displayed during the user's enrollment:\",\n generate_schedule_blocks: \"Generate the schedule blocks\",\n assign_schedules_to_days: \"Assigns schedules to the corresponding days\",\n assign_medic_schedules: \"Assigns the doctors who perform work in these hours\",\n attention_by_nurses_then_docs: \"Care by nurses and then by doctors\",\n language_select_viewmed: \"Select the language you use in Viewmed.\",\n tell_us_language: \"Tell us in which language you feel more confortable using Viewmed. You can change this setting at any moment.\",\n define_service_text: \"The selected service will be reflected in this schedule.\",\n define_room_text: \"The selected consulting room will be reflected in this schedule.\",\n define_specialty_text: \"The specialty will be reflect in this schedule.\",\n diagnosis_required: \"Must Assign At Least One Diagnosis\",\n work_schedule_text: \"Then, you can add schedules for blocks of attention for the day. \",\n appointment_duration_text: \"Add according to the type of appointment and minutes of duration.\",\n means_of_notifications_text: \"Allows you to tell your patient the status of your appointment.\",\n permits_for_users_text: \"Next, add the permissions that you will grant to the different types of users.\",\n everyone_can_see_days_available: \"Everybody will see the days available\",\n everyone_can_see_days_available_and_appoints: \"Allow patients to request appointments online\",\n can_see_days_schedule_and_edit: \"They can see, schedule and edit appointments in the calendar\",\n only_one_can_see_days_available: \"Only a specific user can access the calendar to schedule, delete appointments and make changes:\",\n activate_or_deactivate_calendar_text: \"Allows the suspension to schedule in the calendar, keeping only those preset appointments.\",\n no_consulting_rooms_text: \"Currently, there are no clinics created, go to the create clinics button to incorporate the location of the service.\",\n define_consulting_room_text: \"Select one of the consulting rooms you entered through easy find me for appointment setting.\",\n schedules_not_avalaible_text: \"Add absence schedules to your calendar to avoid scheduling appointments in those periods.\",\n define_simultaneous_appoints_text: \"Allows you to set appointments that will be attended by several doctors at the same time.\",\n warning_print_inmunization: \"The impression is made without displaying the patient's personal information. Are you sure to continue?\",\n wait_prescripcion: \"Uploading your prescription, please wait...\",\n message_prescripction: \"Patients, Doctors and Hospitals connected due to the 21st Century technology The Digitouch Medicine\",\n loading: \"Loading\",\n text_why_viewmed_p1: \"Because given the technological changes of the environment and the transformation of patients to digitally active subjects, the digital transformation of health services is a necessity.\",\n text_why_viewmed_p2: \"We provide a tool that integrates all the necessary services for professionals and health institutions to make medicine in a digital world.\",\n text_our_services_p1: \"In Viewmed we conceive a range of services that works in a systemic way, where the actors (health center, doctor and patient) are related.\",\n text_our_services_p2: \"Our technological platform facilitates their interaction and contributes to providing better health services and the growth of our members.\",\n no_services_available: \"Services not available\",\n no_services_available_text: \"The doctor does not have services available at this time\",\n digital_signature_text: \"For my documents to be signed, it is necessary to allow my digital signature\",\n file_required: \"You must select a file\",\n date_required: \"A date is required\",\n name_required: \"Name is required\",\n save_config_appointment: \"Saved settings successfully.\",\n no_patients: \"Create a patient or wait for a Viewmed user to add you to their contacts.\",\n no_institutions: \"The selected country does not have registered institutions.\",\n no_medics: \"The selected country does not have registered professionals.\",\n no_imaging_shared_text: \"They will be sent directly from the institutions affiliated with Viewmed or uploaded by you on the CD/DVD Upload button\",\n no_laboratory_shared_text: \"They will be sent directly from the institutions affiliated with Viewmed.\",\n false_data_med: \"Sample data. If you want to have medical contacts in your favorites you must go to the professional section and add it.\",\n false_data_ins: \"Sample data. If you want to have institutional contacts in your favorites you must go to the institution section and add it.\",\n percentage_completed: \"% of profile completed\",\n false_data_measurements: \"Sample data. If you want to add real values in the graph you must go to the measurements section.\",\n false_data_patients: \"Sample data. You must wait for a patient to follow you to have real values in the graph.\",\n false_data_physicians: \"Sample data. You must add or be followed by a professional to have real values in the graph.\",\n error_server: \"Sorry, you don't have access to the Internet, check the connection and try again\",\n msj_cancel_consultation: \"You want to cancel the consultation\",\n delete_prescription_confirm: \"¿Sure you want deleted this prescription?\",\n delete_document_text: \"The document will be delete permanently.\",\n delete_consultation_confirm: \"¿Sure you want deleted this consultation?\",\n delete_exam_confirm: \"¿Sure you want deleted this exam?\",\n no_specialty_text: \"Currently there are no specialties created, go to the create specialty button to add one to your list.\",\n new_consulting_office_succesfully_added: \"Consulting office successfully added\",\n consulting_office_succesfully_editted: \"Consulting office successfully edited\",\n contacts_loading_error: \"Contacts loading error:\",\n contact_not_have_permission: \"It's a contact, but not have permissions. Go to my professionals and set permission to doctor online\",\n email_already_exists: \"This email already exists in Viewmed\",\n doctor_online_already_exists: \"You already have a Doctor Online consulting office saved\",\n no_schedule_available_doctor: \"The doctor does not have a setting assigned to his office\",\n number_phone_error: \"The phone number format is invalid\",\n },\n termsconditions: {\n privacy_policy: \"Privacy Policy\",\n text01: \"For Website users and Clients.\",\n text02: \"This notice describes how medical information about you may be used by your doctors and how you can get access to this information. Please repair it carefully. This notice went into effect on March 14, 2011.\",\n who_follow_policy: \"Who follows this policy\",\n text03: \"All health professionals, users and family members previously authorized by users to access their medical files follow these privacy policies, as well as health centers that enter information through their different departments and related services. offered by Viewmed® as pharmacies and other health care providers.\",\n about_policies: \"About these policies\",\n text04: \"The medical files contained in this site are the property of the patient and can only be used for the purpose of promotion or restitution of health. As in the same way with physical files, this personal information can not be disclosed by health professionals and / or family members or friends who have been previously authorized in the profile by the patient himself unless the patient authorizes it. This site and application facilitate the storage and availability of medical files so that their management must be the same as the traditional ethical management applied to physical files. The privacy of the information will be maintained by the users. Only demographic, age, pathology and treatment data may be used without the identity of the persons to obtain health, epidemiological and treatment data.\",\n political_changes: \"Changes to these policies\",\n text05: \"We reserve the right to change these policies.\",\n complaints: \"Complaints\",\n text06: \"If you believe your privacy rights have been violated, you can send a complaint to the email addresses in the \",\n text07: \"main website \",\n text08: \"of Viewmed®.\",\n terms_use: \"Terms of use\",\n text09: \"Terms and Conditions of Use of the Viewmed Website\",\n text10: \"TO USE VIEW-MED.COM YOU MUST ACCEPT THE TERMS AND CONDITIONS SET FORTH IN THIS USER AGREEMENT. IF YOU DO NOT AGREE WITH THE TERMS OF USE, YOU CAN NOT USE VIEW-MED.COM.\",\n text11: \"Viewmed® represents a tool to facilitate the health controls of its users by allowing their studies and other medical files to be stored digitally and on the web. The facility offered by Viewmed® to its users using the existing technology represents just that, that is, a storage place for medical examinations and interaction with health professionals, health institutions or related organizations, relatives and / or or friends that you decide to give access to. The form of use of each account and of the files contained therein is the sole responsibility of each user, just as it would be the handling of physical medical files. Viewmed® has a web application in the domain viewmedonline.com for the purposes described above; It is not a clinical history, it is a file of medical studies integrated with professionals, health centers and related institutions. Viewmed® may, at its sole discretion, terminate your registration or access to viewmedonline.com for any reason, without prior notice. You also agree that Viewmed® will not be liable to you or any third party for the termination of your registration or access to viewmedonline.com USE OF PERSONAL HEALTH INFORMATION.\",\n text12: \"The site view-med.com, in its subdomain viewmedonline.com allows you to transfer your personal health information derived from your interactions with laboratories, clinics. Imaging centers, medical offices to your account or Viewmed ® profile. When you use viewmedonline.com to save or search for personal and medical information, all data will be saved to your account. Once you have transferred this information to your personal account, the use and disclosure of your personal and medical information from your Viewmed® account to third parties will be governed by the terms and conditions of your Viewmed® user agreement including the Privacy Policy. Viewmed® privacy.\",\n use_content: \"Use of content\",\n text13: \"Unless otherwise indicated, all information or medical news contained in view-med.com is for informational purposes only. The content, such as graphics, images, text, quotes and all other materials (the Content) is provided only as a reference, is not intended to be complete or exhaustive, nor applicable to the medical condition of any individual. Users should always consult with a qualified physician authorized by the State, or with another health care provider. Users are cautioned to follow the advice of their doctors. Viewmed® assumes no obligation to correct or update the Content, nor to resolve or clarify any contradictory information that may be part of the Content. The monitoring of the Content is at the sole discretion of the User and / or his treating doctor if the user so provides. The medical library or news may contain materials related to health or medicine that are considered sexually explicit. Users are warned that if they can feel offended by this type of content, they should look for an alternative source of information. The publication of information or the reference in the Medical Library or in the News section to specific sources, such as specific products, procedures, doctors, treatments or diagnoses, is for informational purposes only.\",\n link: \"Links\",\n messaging_policy:\"Messaging policy\",\n text23:'Consent requirements:\\n You agree to receive phone calls and SMS messages from Viewmed Group LLC to provide updates on your order and / or for marketing purposes. The frequency of the messages depends on your activity. You can opt out by sending a \"STOP\" text message. Rates may apply for messages and data.',\n text14: \"By using view-med.com, you may sometimes be redirected to third-party websites. Viewmed® is not responsible for the information or materials included in the website of any third party, nor on Web sites that contain links to view-med.com. The views-med.com links are provided for reference only and do not imply the endorsement of Viewmed® with respect to the organization or person operating the website or the application of a third party, nor any type of guarantee related to the website or the application of the third party, nor the information contained in the website or the application of the third party. Viewmed® will not be responsible, directly or indirectly, for any damage or loss caused or allegedly caused in connection with the use of any content, product or service available through those Web sites or third-party applications, or as a result of having based on them.\",\n declaration_hipaa: \"HIPAA Declaration\",\n text15: \"Complying with the state and federal regulations of the US government regarding secrecy, safety, and the privacy of patients is the responsibility of all healthcare providers and related vendors. This includes, but is not limited to, the portability of medical safety and the act of responsibility for its initials in English (HIPAA) of 1996. Viewmed® offers a system of products related to the storage of DICOM files that also comply with HIPAA and other privacy, security, storage requirements and configurable distribution systems that are designed to protect the privacy and security of patient information. Viewmed® software helps meet the needs of the end user and includes user authentication models such as traditional username and password, as well as verification of SSL certificate and other customizable security symbols. One or more of these authentication models are required for all users to have access to viewmedonline.com, subdomain of view-med.com of the medical records application. Most access to data is done via the DICOM TLS protocol, but optional HTTP and HTTPS like secure email transports are also available. Viewmed® products fully adhere to the DICOM standard. Viewmed® prohibits any user from sharing or disclosing their password, username, or other security features; Any violation of these rules will constitute a breach of the privacy policies that will allow Viewmed® to terminate your account and to prohibit any access to the site or to the services of Viewmed®. Viewmed® software allows encryption when information is transmitted via the Internet (SSL, TLS, or VPN). Viewmed® reaches beyond the requirements of HIPAA by also offering optional data PGP encryption while in transit or for long-term storage. PGP is among the strongest commercial grade encryption solutions currently available for this use. The Viewmed® software provides an audit trail of all electronic events related to the medical report of any patient within our system. The record can be viewed or copied to external databases (e.g., access) or to the balance sheets (e.g., Excel) for further analysis. Viewmed® supplies fault-tolerant storage servers and other related technologies to support disaster recovery (disaster recovery data). The Viewmed® software requires username and password and / or any other authentication to generate, share, review or correct data. In addition, Viewmed® allows timely access to an agent and / or system administrators to correct or suppress the information of a particular patient who so requires to ensure the correct delivery of the information to the accounts.\",\n restricted_rights: \"Restricted rights\",\n text16: \"Any software downloaded from view-med.com for or on behalf of the United States of America, its agencies and / or institutions (collectively called the “Government of the United States”) is provided with restricted rights. The use, duplication or access of the software and any related document by the Government of the United States is subject to restrictions as provided in the commercial computer software law 48 C.F.R. 2.101 and 12.212 of C.F.R. 227.7202-4. The rights of the government of the United States of America in the software and any other document in connection therewith, including the rights to use, modify, reproduce, release, perform, display or disclose the software and any documentation, shall be subject to all aspects to the applicable terms of service and to all the restrictions provided.\",\n medical_liability_disclaimer: \"Medical liability disclaimer\",\n text17: \"You acknowledge that the information and medical news contained on View-med.com is provided “As is”, for informational purposes only. It is not intended and should not be construed as medical advice and does not replace consultations with qualified medical professionals who are familiar with your individual medical needs.\",\n exclusion_guarantee: \"Exclusion of guarantees\",\n text18: \"Viewmed® provides military security computer standards to protect your data. This means that it uses the latest encryption standards for network protection and intrusion detection technology. With the Viewmed® image viewer your data is stored and secure. In order to function as a true solution in images, redundant copies of your data are kept and in addition we keep duplicate copies in the data center on the east and west coasts of the United States of America. The Viewmed® image viewer is attached to the HIPAA STATMENT. Additionally, we have authentication systems through electronic certificates and data centers in Latin America for the storage of the rest of the medical files and other applications. However, Viewmed® provides view-med.com (as is), and does not grant any warranty of any kind and expressly excludes all warranties of any kind whether express or implied with respect to accuracy, completeness, correctness, timeliness or usefulness. of any information or program, product or service, or guarantees of reliability or legality. Viewmed® makes no representations or warranties that its access to viewmed.com will be uninterrupted, timely or secure, or that it will be free of errors or other harmful elements and such warranties are expressly excluded.\",\n limitation_liability: \"Liability limitation\",\n text19: \"In no event shall Viewmed®, nor its affiliates, officers, directors, employees, contractors, volunteers, sponsors and agents, be liable to you, any person who submits a claim through you or any other person for any decision or action taken. or omitted, because it is based on the information contained in view-med.com or provided through this site. Viewmed® will not be responsible for your use of the information contained in view-med.com, nor for the use or disclosure of your personal or medical information, or incidental, indirect, special, and consequential damages. , punitive, including without limitation, possible side effects for health, or the loss of income, profits or savings, even if Viewmed® knew or should have known that such damages, claims, injunctions or actions were possible. The release, indemnity and limitation of prior liability will be as comprehensive and inclusive as the state or country where you live allows.\",\n applicable_law: \"Applicable law\",\n text20: \"This user agreement, as well as the use of view-med.com and access to said site, are governed by the regulations for the use of electronic media and electronic signatures of the Bolivarian Republic of Venezuela. The jurisdiction and venue for any right of action arising under this agreement shall correspond to the city of Caracas, in the Bolivarian Republic of Venezuela, without prejudice to Viewmed® to concur to the jurisdiction of any other court that is competent if so I thought it convenient and in accordance with the law. These Terms of Use may be modified by Viewmed® at any time, without notice. If in the future you use View-med.com and without objection, you will be deemed to accept the new Terms of Use.\",\n text21: \"You agree that these terms of use constitute the entire understanding between you and Viewmed®. You also agree that if any part of this User Agreement is declared invalid, the remaining provisions will remain in full force and effect.\",\n text22: \"By clicking Accept I indicate that I agree to the preceding terms and conditions governing my use of View-med.com.\"\n },\n position_typy: {\n professional: \"Professional Health\",\n departments: \"Departments\",\n admission: \"Admission\",\n direction: \"Direction\",\n secretary: \"Secretary\",\n nurse: \"Nurse\",\n system_manager: \"Systen Manager\",\n area_manager: \"Area Manager\",\n technical: \"Technical\"\n },\n medical_terms: {\n hematology: \"Hematology\",\n chemistry: \"Chemistry\",\n coagulation: \"Coagulation\",\n serology: \"Serology\",\n hormonal: \"Hormonal\",\n uroanalysis: \"Uroanalysis\",\n coproanalysis: \"Coproanalysis\",\n tumor_markers: \"Tumor markers\",\n immunology: \"Immunology\",\n urine: \"Urine 24hr\",\n medicines_drugs: \"Medicines and drugs\",\n glucose_test: \"Glucose tolerance test\",\n blood_type: \"Blood type\",\n type_of_blood: \"Blood Type\",\n unidad_glycemia: \"mg/dl\"\n },\n imagenology: {\n fields: \"Insert field for filter.\",\n message_download: \"You are unload the\",\n cant_imagenology: \"with a quantity of\",\n image: \"image\"\n },\n laboratory: {\n document: \"Document\",\n name_of_patient: \"Name of patient\",\n email: \"Email\",\n date: \"Date\"\n },\n specialties: {\n torax_surgery: \"Torax Surgery\",\n plastic_surgery: \"Plastic Surgery, Esthetic and Restorative\",\n dermatology: \"Dermatology\",\n endocrinology: \"Endocrinology\",\n nursing: \"Nursing\",\n clinic_pharmacology: \"Clinic Pharmacology\",\n physiotherapy: \"Physiotherapy\",\n geriatrics: \"Geriatrics\",\n gynecology_obstetrics: \"Gynecology and Obstetrics\",\n hematology_hemotherapy: \"Hematology and Hemotherapy\",\n homeopathy: \"Homeopathy\",\n inmunology: \"Immunology\",\n gynecology: \"Gynecology\",\n pediatrics: \"Pediatrics\"\n },\n spoken_lang: {\n en: \"English\",\n es: \"Spanish\"\n },\n home: {\n patients: {\n titleBenefits: \"Patient Benefits\",\n titleTakeControl: \"Take Total Control\",\n benefits: {\n 1: \"Access to all your health information wherever you want when you want.\",\n 2: \"Easy request for second medical opinions.\",\n 3: \"Patients with more control and a more effective and comprehensive service.\",\n 4: \"Elimination of waiting times.\",\n 5: \"Decrease of unnecessary transfers to hospital centers.\",\n 6: \"Faster diagnoses.\"\n },\n my_medical_records: \"Medical Cloud\",\n services_text_1: \"Today attending a consultation with exams that have had to be searched for hours previously is a thing of the past. With Viewmed every time you take an exam, you immediately go to the profile in the cloud, and from there, with your authorization, the doctor can see it before you even get to the consultation.\",\n services_text_2: \"To arrive to consultation and wait hours to be attended? never more.\",\n services_text_3: \"With the fast pass you are automatically checked when entering the clinic, a care number is assigned, making the data accessible to the doctor and the insurance verification.\",\n services_text_4: \"Can not you move? we make a video consultation a reality\",\n sliders: {\n one: {\n text1: \"We arrived at the end of the era\",\n text2: \"of the patient\",\n text3: \"Patient\",\n text4: \"The era of the empowered and informed patient begins, now medicine is always close and efficient.\"\n },\n two: {\n text1: \"How can Viewmed take\",\n text2: \"your relationship with doctors\",\n text3: \"and health centers\",\n text4: \"Making it Digitouch\"\n },\n three: {\n text1: \"Never again\",\n text2: \"you will feel alone with your\",\n text3: \"disease\",\n text4: \"We are building a community of patients, so you can share what you feel and listes to others experiences, which surely make you feel understood and accompained\"\n }\n }\n },\n clinic: {\n titleBenefits: \"Health Centers Benefits\",\n titleTakeControl: \"Health centers transformation\",\n benefits: {\n 1: \"Greater bonding with their patients.\",\n 2: \"Decrease of attention and diagnosis times to the patient.\",\n 3: \"Decrease in operating, logistics and printing costs.\",\n 4: \"Positioning as a Smart Health Center and friendly to the environment.\",\n 5: \"Better relationship and information with insurance companies.\",\n 6: \"Permanent connectivity inside and outside the institution allowing the multidisciplinary approach of the patient.\"\n },\n my_medical_records: \"Medical Patient Records\",\n services_text_1: \"We offer a range of integrated services available through the technology, providing all primary care services in digital format, supported by a technological structure of micro-services from the cloud.\",\n services_text_2: \"The information is captured from where it is generated, uploading to the cloud servers all the studies performed on the patient, available in DICOM quality format and following the HIPAA standards. Our technology has FDA and CE certification.\",\n services_text_3: \"Using the services of:\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n sliders: {\n one: {\n text1: \"How clinics and diagnostic institutes move from twentieth-century analog medicine to medicine\",\n text2: \"Digitouch\",\n text3: \"of the 21st century?\"\n },\n two: {\n text1: \"An innovative solution that allows the digital handling of exams and medical data through the integration of a series of services under the concept of\",\n text2: \"Digitouch Medicine\",\n text3: \"thus closing the cycle of analog medicine.\"\n },\n three: {\n text1: \"We integrate the digital services of the most advanced institutions of the world and develop our own services, complying with the demanding international safety standards and certification of the FDA and CE\",\n text2: \"\",\n text3: \"\",\n text4: \"\"\n }\n }\n },\n professionals: {\n titleBenefits: \"Professional Benefits\",\n titleTakeControl: \"Transformation of medical practice\",\n benefits: {\n 1: \"Immediate access to laboratory tests and diasgnostic images in DICOM format\",\n 2: \"Integration of your office equipment with the platform\",\n 3: \"Electronic medical histories integrated into diasgnostic studies\",\n 4: \"Remote patient care through the incorporation of telemedicine\",\n 5: \"Creation of your personal brand\",\n 6: \"Exhibition and marketing of the services provided\"\n },\n my_medical_records: \"Medical Patient Records\",\n services_text_1: \"Our integrated health system offers the transformation of medical practice from analog to digital format through a web platform that allows the handling of medical exams and data. Allowing access, precision, knowledge, immediacy and collaboration with institutions and patients.\",\n services_text_2: \"The doctor of the 21st century comes into action\",\n services_text_3: \"Using the services of:\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n sliders: {\n one: {\n text1: \"The Digitouch\",\n text2: \"medicine\",\n text3: \"lleva al siglo XXI su relación con pacientes, centros de diagnóstico y salud.\"\n },\n two: {\n text1: \"Access, precision, knowledge, immediacy and collaboration.\",\n text2: \"into action\",\n text3: \"The doctor of the 21st century comes\"\n },\n three: {\n text1: \"The doctor of the 21st century comes\",\n text2: \"into action.\",\n text3: \"From any device with internet access where you want access to the clinical history and diagnostic studies of your patients.\"\n }\n }\n },\n sectorPublic: {\n titleBenefits: \"Public Sector Benefits\",\n titleTakeControl: \"Public sector transformation\",\n sec4: \"Viewmed experience\",\n sec5: \"¿What makes us different?\",\n sec6: \"¿Can we connect?\",\n benefits: {\n 1: \"Greater bonding with their patients.\",\n 2: \"Decrease of attention and diagnosis times to the patient.\",\n 3: \"Decrease in operating, logistics and printing costs.\",\n 4: \"Positioning as a Smart Health Center and friendly to the environment.\",\n 5: \"Better relationship and information with insurance companies.\",\n 6: \"Permanent connectivity inside and outside the institution allowing the multidisciplinary approach of the patient.\"\n },\n my_medical_records: \"Medical Patient Records\",\n services_text_1: \"We are an integrated health system that offers the transformation of medical services from analog to digital.\",\n services_text_2: \"An innovative solution that allows in addition to the digital management of exams and medical data, the integration and interrelation with different health centers and regulatory entities through a series of services under the concept of Digital Medicine, thus closing the cycle of analog medicine.\",\n services_text_3: \"Viewmed is technology that facilitates access to the medical information of patients, including their laboratory studies and images, captured directly from the diagnostic equipment where they are generated and incorporated into the electronic medical history.\",\n services_text_4: \"With this solution, each health center can offer true digital medical care, bringing quality and high technology service closer to the population, no matter where they are.\",\n services_text_5: \"It is no longer a utopia to think of Smart Health Centers. Today, technology offers a range of opportunities for any health system and for this, government institutions need to have innovative partners. Viewmed has designed solutions that extend the reach of health services, improve patients' access to medical care, and reduce their costs.\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n\n sliders: {\n one: {\n text1: \"Digital transformation of public health more than a digital Hospital, a smart Health Center\"\n }\n },\n questionBanner: {\n title: \"Can we connect the information of different Health Centers?\",\n line1: \"Yes, in fact that is another of the great\",\n line2: \"advantages offered by our digital technology.\",\n line3: \"Since each center has a profile with the possibility\",\n line4: \"of genereating specific permits to share information\",\n line5: \"with departments, health professionals and even\",\n line6: \"other health centers, Viewmed is an ideal tool to\",\n line7: \"strengthen the primary care network. This represents\",\n line8: \"a great advantage especially for the public health\",\n line9: \"sector if they want to go to a unified model of\",\n line10: \"information\"\n },\n experience: {\n title: \"Viewmed's experience in the transformation of analog medicine to digital medicine\",\n subtitle: \"Our technology has multiple possibilities of implementation, from primary care hospitals to large hospitals with multiple diagnostic and medical services\",\n text1: \"Patients registered on the platform\",\n text2: \"Doctors on the platform\",\n text3: \"Imaging Studies\",\n text4: \"Laboratory exams\"\n },\n makesUsDifferent: {\n title: \"What makes us different from all the other solutions?\",\n p1: \"First, Viewmed offers a range of integrated services and mainly a PACS (Picture Archiving and Communications System) system, integrated to the Electronic Medical History, certified by the FDA and in DICOM quality format, following HIPAA standards, which allows to directly capture the diagnostic images images from where they are generated so that they are available for review by the doctor immediately and from where you are\",\n p2: \"Another of the great advantages offered by the Viewmed technology platform is that it can group all the actors that are part of the health system. The process of capturing the tool begins by incorporating the diagnostic health centers and then adding the health professionals of these institutions, so that patients can request the professional services endorsed by their institutions and doctors or professionals they trust.\",\n p3: \"Last but not least, thanks to the integration of all these services, the patient can keep their own records and control vital parameters for their health, which implies that medical information is in the hands of the patient, available to share with whoever, whenever and whenever this is nothing more than empowering the patient and giving him control of his health.\"\n }\n },\n insurancecarrier: {\n titleBenefits: \"Insurance Benefits\",\n titleTakeControl: \"Insurers transformation\",\n sections4: \"Viewmed Experience\",\n sections5: \"What makes us different?\",\n sections6: \"Can we connect?\",\n benefits: {\n 1: \"Greater bonding with their patients.\",\n 2: \"Decrease of attention and diagnosis times to the patient.\",\n 3: \"Decrease in operating, logistics and printing costs.\",\n 4: \"Positioning as a Smart Health Center and friendly to the environment.\",\n 5: \"Better relationship and information with insurance companies.\",\n 6: \"Permanent connectivity inside and outside the institution allowing the multidisciplinary approach of the patient.\"\n },\n my_medical_records: \"Medical Patient Records\",\n services_text_1: \"We are an integrated health system that offers the transformation of medical services from analog to digital.\",\n services_text_2: \"An innovative solution that allows in addition to the digital management of exams and medical data, the integration and interrelation with different health centers and regulatory entities through a series of services under the concept of Digital Medicine, thus closing the cycle of analog medicine.\",\n services_text_3: \"Viewmed is technology that facilitates access to the medical information of patients, including their laboratory studies and images, captured directly from the diagnostic equipment where they are generated and incorporated into the electronic medical history.\",\n services_text_4: \"With this solution, each health center can offer true digital medical care, bringing quality and high technology service closer to the population, no matter where they are.\",\n services_text_5: \"It is no longer a utopia to think of Smart Health Centers. Today, technology offers a range of opportunities for any health system and for this, government institutions need to have innovative partners. Viewmed has designed solutions that extend the reach of health services, improve patients' access to medical care, and reduce their costs.\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n sliders: {\n one: {\n text1: \"From traditional services to the creation of a customer-based experience\"\n }\n },\n cloudImage: {\n text1: \"Micro services technology from the cloud\",\n text2: \"FDA Certification \",\n text3: \"Google Cloud storage\",\n text4: \"HIPAA and Dicom standards\"\n }\n },\n slogan: {\n title1: \"21st century medicine\",\n title2: \"is\",\n title3: \"Digitouch\",\n text1: \"The closeness between human contact\",\n text2: \"and the immediacy of digital.\"\n },\n subSlogan: {\n p1: {\n text: \"Do you want to have all your medical exams in order and control?\",\n highlight: \"Sign up and take control of your data\"\n },\n p2: {\n text: \"Do you need a medical consultation, wherever you are?\",\n highlight: \"Register and make a video consultation\"\n },\n p3: {\n text: \"Are you a doctor and want to do medicine in a digital world?\",\n highlight: \"Sign up and start today\"\n },\n p4: {\n text: \"Are you looking for a second medical opinion?\",\n highlight: \"Sign up and find a specialist\"\n },\n p5: {\n text: \"Do you want to turn your clinic into a smart center?\",\n highlight: \"Contact us and the transformation begins\"\n },\n p6: {\n text: \"Do you like to keep track of your health status?\",\n highlight: \"Sign up and take control of your health\"\n }\n },\n modalTransformation: {\n firstTitle: \"We bring the digital transformation of health services\",\n secondTitle: \"How do we do it?\",\n text1: \"Understanding that digital transformation is a process,\",\n text2: \"we have developed\",\n text3: \"a range of services\",\n text4: \"On Premise or in cloud format\",\n text5: \"according to the needs of each client.\",\n text6: \"These services work systemically witthin a\",\n text7: \"technological plattform which facilitates the interrelation between the differents actor\",\n text8: \"of the health system\",\n text9: \"Our digital transformation agents are able to recommend the solution that best suits their requirements, according to the transformation phase in which both the center and the health professional are located\",\n text10: \"Digitizing is NOT digital transformation\",\n text11: \"Do you want to know more about how\",\n text12: \"start or continue a digital transformation in health?\"\n },\n what_viewmed: {\n title: \"What is Viewmed?\",\n text1: \"We are\",\n text2: \"an integrated health system\",\n text3: \"which offers\",\n text4: \"the medical services transformation from analogical to digital\",\n text5: \"without losing the closeness to the patient,empowering him and making his medical information accessible.\",\n text6: \"Connected second by second,\",\n text7: \"due to the visión and technology of the 21st. Century\",\n text8: \"The Digital transformation\",\n text9: \"in health\",\n text10: \"is not about to\",\n text11: \"change medicine,\",\n text12: \"is about to\",\n text13: \"make medicine in a digital world.\"\n },\n medicine_digitactil: {\n title: \"Patients with more control and a more efficient and elaborated service\",\n text1: \"Would you like to\",\n text2: \"dispose your test and medical information\",\n text3: \"anytime\",\n text4: \"and share it with your doctors\",\n text5: \"no matter where they are?\",\n text6: \"ask for a second medical opinión\",\n text7: \"with any other specialist\",\n text8: \"from another country?\",\n text9: \"Would you like to make\",\n text10: \"your medical appointments from the confort of your home,\",\n text11: \"get to your medical consultation and be attended\",\n text12: \"inmediatly?\",\n text13: \"Do you have the need of\",\n text14: \"taking control of your blood pressure\",\n text15: \"weight variation and height or glycemia?\",\n text16: \"In\",\n text17: \"we make\",\n text18: \"it posible\"\n },\n social_media: {\n viewmed: \"Medicine is in constant evolution, the next step is the Digitouch medicine and you can be part of it\",\n hashtag: \"DigitouchMedicine\"\n }\n },\n seo: {\n title: \"Viewmed, the Digitouch Medicine\",\n home: \"PACS, EMR, Doctor on line, Appointment\",\n home_description: \"Viewmed the medical web wich provides digital services to make the 21st, Century doctor can make medicine in a digital world\",\n patient: \"Patients in control of their health with\",\n patient_description: \"We are in the end of patient patient era, start the era of a patient empowered in control and informed, becoming in a digital patient\",\n professional: \"21st. Century Doctor gets into action with\",\n professional_description: \"Viewmed the medical web wich provides digital services to make the 21st, Century doctor can make medicine in a digital world\",\n clinic: \"Viewmed digital technology to transforms hospitals\",\n clinic_description: \"Viewmed developes digital technology to acelerate the digital transformation in hospitals and health centers making procedures easier\",\n insurance: \"Viewmed innovation in health to transform clients experience\",\n insurance_description: \"Viewmed is an innovation in health which let the insurance companies manage medical datra and telemedicine services\",\n sector_public: \"Viewmed Digital transformation in public health\",\n sector_public_description: \"Viewmed is a health environment which acelerates the digitsl transformation in health of the public health , more than a hospital a health center\"\n },\n appointment: {\n \"schedule_crash\": \"There is a conflict between their schedules. Please check your settings.\",\n \"delete_schedule_settings\": \"Are you sure you delete the schedule settings?\",\n \"delete_schedule_settings_error\": \"There are appointments scheduled in this configuration. Please verify that you cannot delete until you have scheduled appointments.\"\n },\n consultants: {\n title: \"Activate Online Calendar\",\n paragraph1: \"Allow patients to make appointments online\",\n paragraph2: \"With the Online Appointment Calendar patients will be able to book appointments with you even when their office is closed, as they do not need to call you.\",\n check1: \"Allows patients to request an appointment online\",\n check2: \"Manage all your appointments from any device and anywhere\",\n check3: \"Cut absenteeism in half with automatic reminders\",\n }\n },\n es: {\n title: {\n share_image: \"te ha enviado tus estudios de imagenología\",\n invalid_email_shared: \"Correo no coincide con paciente o médico registrado\",\n refer: \"Referir\",\n register_success: \"Registro completado, al dar click en aceptar ingresara automaticamente al sistema.\",\n confirm_account: \"Confirmar Mi Cuenta\",\n viewmed: \"Viewmed Expedientes Médicos\",\n register_error_token: \"El enlace enviado a su correo electrónico se ha vencido, por favor registrese nuevamente en la plataforma.\",\n yes: \"Si\",\n register_not_user: \"El correo no se encuentra registrado en el sistema\",\n not: \"No\",\n none: \"No Posee\",\n register_not_user: \"El correo no se encuentra registrado en el sistema\",\n delete_sign: \"Eliminar Firma\",\n change_signature: \"Cambiar Firma\",\n select_signature: \"Seleccionar Firma\",\n appointment: \"Citas\",\n appointment_url: \"URL de Citas\",\n signature_digital: \"Agregar Fotos.\",\n commpany: \"Compañía\",\n doctors: \"Médicos\",\n genero: \"Genero\",\n consultation: \"Consulta | Consultas\",\n consultations_history: \"Historial de Consultas\",\n inmediate_attention: \"Atención Inmediata\",\n scheduled_attention: \"Consulta Agendada\",\n information_medical: \"Informacion médica\",\n schedule_video_consultation: \"Agendar Videoconsulta\",\n name_physician: \"Nombre del médico\",\n private_cloud_storage: \"Almacenamiento en la Nube Privada\",\n my_medical_records: \"Nube Médica\",\n quick_patient_search: \"Búsqueda rápida de pacientes...\",\n cloud_medical_storage: \"Nube Diagnóstica\",\n imagenology: \"Imagenología\",\n laboratory: \"Laboratorio | Laboratorios\",\n easy_find_me: \"Encuéntrame Fácil\",\n appointment_management: \"Gestión de Citas\",\n fastpass_check: \"Pase Rápido\",\n virtual_consult: \"Doctor en Línea\",\n business_intelligence: \"Indicadores de Gestión\",\n home: \"Inicio\",\n dashboard: \"Tablero\",\n notifications: \"Notificación\",\n messages: \"Mensaje | Mensajes\",\n professional: \"Profesional | Profesionales\",\n patient: \"Paciente | Pacientes\",\n doctors2: \"Doctor | Doctores\",\n profile: \"Perfil\",\n institutions: \"Institución\",\n result_laboratory: \"Resultado de Laboratorio\",\n attachment: \"Adjunto | Archivos adjuntos\",\n attach_file: \"Adjuntar archivo\",\n edit_profile: \"Editar Perfil\",\n security: \"Seguridad\",\n technical_support: \"Soporte Técnico\",\n help: \"Ayuda\",\n previous: \"Anterior\",\n sign_out: \"Desconectar\",\n proof: \"Prueba\",\n result: \"Resultado\",\n recent_results: \"Resultados recientes\",\n reference_values: \"Valores referencia\",\n graphic: \"Gráfico\",\n login_in: \"Iniciar sesión\",\n keep_online: \"Seguir Conectado\",\n user: \"Usuario\",\n mail: \"Correo\",\n sign_up: \"Regístrese\",\n sign_up_free: \"@:title.sign_up Gratis\",\n sign_in: \"Inicio de Sesión\",\n register: \"Registrarme\",\n password: \"Contraseña | Contraseñas\",\n mail_doctor: \"@:title.mail del @:title.physician\",\n terms_conditions: \"Términos y Condiciones\",\n create_profile: \"Crea Tu Perfil\",\n password_resert: \"Cambiar Contraseña\",\n password_recover: \"Recuperar Contraseña\",\n new_password: \"Nueva Contraseña\",\n insert_new_password: \"Ingrese la nueva contraseña\",\n verification_code: \"Código de Verificación\",\n select: \"Seleccione\",\n select_type_professional: \"@:title.select tipo de profesional\",\n select_criterio: \"@:title.select el criterio\",\n select_format_download: \"@:title.select el formato de descarga\",\n patientjourney: \"Viaje del Paciente\",\n benefits: \"Beneficios\",\n forename: \"Nombre\",\n surname: \"Apellido\",\n email: \"E-mail\",\n confirm_email: \"Confirmar e-mail\",\n insert_email: \"Inserte su Correo Electronico\",\n insert_name_institutions: \"Inserte el nombre de la institución.\",\n valid_mail: \"Inserte una dirección de correo electrónico válida.\",\n the_email_does_not_match: \"El correo electrónico no coincide\",\n the_password_does_not_match: \"La contraseña no coincide\",\n confirm_password: \"Confirmar contraseña\",\n select_type_institution: \"Seleccione tipo de institución\",\n the_type_of_user_is_required: \"El tipo de usuario es requerido\",\n select_the_type_of_institution: \"Seleccione el tipo de institución\",\n name: \"Nombre\",\n physician: \"Médico\",\n health_staff: \"Personal salud\",\n internal_patient: \"Paciente interno\",\n dentist: \"Dentista\",\n chiropractor: \"Quiropráctico\",\n search: \"Buscar\",\n clean: \"Limpiar\",\n description: \"Descripción\",\n patient_name: \"@:title.name de Paciente\",\n referring_institution: \"@:title.institutions de Referencia\",\n search_by: \"Buscar por\",\n clean_fields: \"Limpiar Campos\",\n number_of_tests: \"Número de Exámenes\",\n showing_to_entries: \"Mostrando de entradas\",\n save: \"Guardar\",\n cancel: \"Cancelar\",\n submit: \"Enviar\",\n share: \"Compartir\",\n download_images: \"Descarga de imágenes\",\n share_imaging: \"@:title.share imágenes\",\n name_of_the_institution: \"Nombre de Institución\",\n type_of_institution: \"Tipo de Institución\",\n rif_of_institution: \"Rif de Institución\",\n phone: \"Teléfono\",\n fax: \"Fax\",\n facebook: \"Facebook\",\n twitter: \"Twitter\",\n web_site: \"Sitio Web\",\n linkedin: \"Linkedin\",\n country: \"País\",\n state: \"Estado\",\n city: \"Ciudad\",\n street: \"Calle\",\n edit_address: \"Editar Dirección\",\n social_media: \"Redes Sociales\",\n show: \"Mostrar\",\n address: \"Dirección | Direcciones\",\n services: \"Servicios\",\n content: \"Contenido\",\n opinions: \"Opiniones\",\n photos: \"Fotos\",\n type_of_service: \"Tipo de Servicio\",\n answer: \"Answer\",\n modality: \"Modalidad\",\n select_modality: \"@:title.select la @:title.modality\",\n date: \"Fecha\",\n select_date: \"Seleccione @:title.date\",\n read: \"Leído\",\n unread: \"No leído\",\n highlight: \"Destacar\",\n do_not_highlight: \"No Destacar\",\n sex: \"Sexo\",\n accession_number: \"Número de acceso\",\n patient_id: \"ID del paciente\",\n institution_name: \"@:title.name de la Institution\",\n referring_physician: \"@:title.physician de referencia\",\n upload_time: \"Upload time\",\n myhealthcenter: \"Mis Centro de Salud\",\n healthcenter: \"Centros de Salud\",\n sell_all: \"Ver todos\",\n see_more_studies: \"Ver más estudios\",\n latitude: \"Latitud\",\n length: \"Longitud\",\n experiencie: \"Experiencia\",\n address_consulting_room: \"Dirección de Consultorios\",\n Reserve_appointment: \"Hacer una Cita\",\n make_appointment_office: \"Realiza una Cita en este Consultorio\",\n query: \"Consulta\",\n data: \"Datos\",\n personal_information: \"@:title.data Personales\",\n personal_data: \"Datos Personales\",\n auxiliary_keys: \"Claves Auxiliares\",\n social_networks: \"Redes Sociales\",\n digital_signature: \"Firma Digital\",\n years_of_experience: \"Años de Experiencia\",\n position: \"Cargo\",\n instagram: \"Instagram\",\n place_digital_signature: \"Colocar Firma Digital\",\n name_of_the_office: \"Nombre del Consultorio\",\n rif: \"Rif\",\n select_office_image: \"Select Office Image\",\n I_want_to_place_this_office: \"Deseo colocar este consultorio por defecto para mis documentos\",\n image: \"Imagen\",\n working_hours: \"Horario Laboral\",\n edit: \"Editar\",\n edit_sign: \"Editar Firma Digital\",\n delete: \"Eliminar\",\n delete_file: \"Eliminar Archivo\",\n hours: \"Horas\",\n Sunday: \"Domingo\",\n Monday: \"Lunes\",\n Tuesday: \"Martes\",\n Wednesday: \"Miércoles\",\n Thursday: \"Jueves\",\n Friday: \"Viernes\",\n Saturday: \"Sábado\",\n Sunday_abrv: \"Dom\",\n Monday_abrv: \"Lun\",\n Tuesday_abrv: \"Mar\",\n Wednesday_abrv: \"Mie\",\n Thursday_abrv: \"Jue\",\n Friday_abrv: \"Vie\",\n Saturday_abrv: \"Sáb\",\n invite: \"Invitar\",\n settings: \"Ajustes\",\n online: \"En línea\",\n offline: \"Desconectado\",\n videoconsulta: \"Solicitud de Video Consulta\",\n reasonforconsultation: \"Motivo de Consulta\",\n insertmotive: \"Insertar Motivo\",\n go_to_consultation: \"Ir a Consulta\",\n identification_document: \"Documento de Identificación\",\n cellphone: \"Teléfono Móvil\",\n alternate_email: \"Correo Electrónico Alternativo\",\n gender: \"Género\",\n curriculum: \"Curriculum\",\n id_professional: \"Código Profesional\",\n medical_school: \"Cédula profesional o N# de Sanidad\",\n specialty: \"Especialidad\",\n sub_specialty: \"Sub Especialidad\",\n agree: \"De acuerdo\",\n disagreement: \"Desacuerdo\",\n male: \"Hombre\",\n female: \"Mujer\",\n toAccept: \"Aceptar\",\n pending: \"Pendiente\",\n accepted: \"Aceptado\",\n permissions: \"Permisos\",\n send: \"Enviar\",\n clear: \"Limpiar\",\n action: \"Acción | Acciones\",\n accept_request: \"Aceptar petición\",\n cancel_request: \"Cancelar petición\",\n birthdate: \"Fecha de Nacimiento\",\n company_data: \"Datos de la Empresa\",\n occupation: \"Ocupación\",\n company: \"Empresa\",\n company_documuent: \"Documento Empresa\",\n insurance: \"Seguro\",\n consultations: \"Consultas\",\n exams: \"Exámenes\",\n immunizations: \"Inmunizaciones\",\n imaging: \"Imágenes\",\n prescriptions: \"Prescripciones\",\n measurements: \"Mediciones\",\n phone_company: \"Teléfono de la Empresa\",\n address_company: \"Dirección de la Empresa\",\n medical_records: \"Historial Médico\",\n diabetes: \"Diabetes\",\n since: \"Desde\",\n treatment: \"Tratamiento\",\n preloaded: \"Precargados\",\n treatment_preloaded: \"@:title.treatment @:title.preloaded\",\n arterial_hypertension: \"Hipertensión arterial\",\n blood_pressure: \"Tensión Arterial\",\n glycemia: \"Glicemia\",\n bronchial_asthma: \"Asma bronquial\",\n surgical: \"Quirúgicos\",\n allergies: \"Alergias\",\n others: \"Otros\",\n emergency_data: \"Datos de emergencia\",\n blood_type: \"Tipo de sangre\",\n rh_factor: \"Factor RH\",\n medications: \"Medicamentos\",\n search_medications: \"@:title.search @:title.medications\",\n interaction_recommendations: \"Interacción y Recomendaciones\",\n allergic_medications: \"@:title.medications alérgicos\",\n allergic_foods: \"Alimentos alérgicos\",\n current_medications: \"@:title.medications actuales\",\n contact_name: \"Nombre de Contacto\",\n telephone_contact: \"Teléfono de contacto\",\n attached_by: \"Adjunto Por\",\n document_name: \"Nombre del Documento\",\n not_sent: \"Sin Enviar\",\n basic: \"Básico\",\n attention: \"¡Atención!\",\n navigation: \"Navegación\",\n send_message: \"Enviar @:title.messages\",\n hospital: \"Hospital\",\n clinic: \"Clínica | Clínicas\",\n insurance_carrier: \"Aseguradora | Aseguradoras\",\n corporation: \"Corporación\",\n consultant: \"Consultor\",\n Medical_specialties: \"Especialidades Médicas\",\n Laboratory: \"Laboratorio\",\n Imageology: \"Imagenología\",\n Cardiology: \"Cardiología\",\n Colposcopy: \"Colposcopía\",\n Desintometry: \"Desintometría\",\n Endoscopy: \"Endoscopía\",\n Spirometry: \"Espirometría\",\n Gammagrama: \"Gammagrama\",\n Mastography: \"Mastografía\",\n Nuclear_medicine: \"Medicina Nuclear\",\n Neurophysiology: \"Neurofisiología\",\n Radiology: \"Radiología\",\n Magnetic_resonance: \"Resonancia Magnética\",\n PET_CT: \"PET-CT\",\n Tomography: \"Tomografía\",\n Ultrasound: \"Ultrasonido\",\n age: \"Edad\",\n paraclinic: \"Paraclínicos\",\n other_paraclinics: \"Otros Paraclínicos\",\n observations: \"Observaciones\",\n plan: \"Plan | Planes\",\n dx: \"DX\",\n profile_patient: \"Perfil paciente\",\n antecedents: \"Antecedentes\",\n history: \"Historia\",\n current_illness: \"Enfermedad Actual\",\n weight: \"Peso\",\n size: \"Talla\",\n systolic_ta: \"TA Sistólica\",\n diastolic_ta: \"TA Diastólica\",\n fc: \"FC\",\n imc: \"IMC\",\n diagnostic: \"Diagnóstico\",\n physical_exam: \"Examen físico\",\n diary: \"Agenda\",\n physician_community: \"Comunidad Profesional\",\n home_care_tools: \"Cuidado en el Hogar\",\n listen_to_me: \"Escúchame\",\n institutional_data: \"Datos Institucionales\",\n years_of_services: \"Años de Servicios\",\n brief_description_of_the_institution: \"Breve descripcion de la institución\",\n another_services: \"Otro servicio\",\n max_caracter_50: \"Colocar 250 caracteres max\",\n positive: \"Positivo\",\n negative: \"Negativo\",\n emergency_contacts: \"Contactos de Emergencias\",\n relationship: \"Parentesco\",\n next: \"Siguiente\",\n institution_image: \"Imagen de la Institución\",\n image_for_doctor_in_lines: \"Imagen para doctor en linea\",\n myHealthCareProfessional: \"MIS PROFESIONALES\",\n healthCareProfessional: \"PROFESIONALES DE LA SALUD\",\n date_of_graduation: \"Fecha de Graduación\",\n description_of_the_institution: \"Descripción de la institución\",\n hour: \"Hora\",\n professional_data: \"Datos Profesionales\",\n office_data: \"Datos de Consultorios\",\n years: \"Años\",\n complete_all_emergency_data: \"Complete todos los datos de emergencia\",\n complete_all_data: \"Complete todos los datos o revise su formato\",\n job_title: \"Nombre del cargo\",\n until: \"Hasta\",\n job_description: \"Descripción del cargo\",\n current_job: \"Trabajo actual\",\n experience_data: \"Datos de Experiencia\",\n incorporate_consultation: \"Incorporar Consulta\",\n print: \"Imprimir\",\n diagnosis_dx: \"Diagnóstico o Descripción\",\n not_notifications: \"No tiene notificaciones\",\n commentary: \"Comentario\",\n qualification: \"Calificación\",\n medical_report: \"Informe Médico\",\n high: \"Alta\",\n low: \"Baja\",\n format: \"Format\",\n information_institution: \"Información Institución\",\n services_have: \"Servicios que ofrezco como Institución\",\n type_services_have: \"Tipo de servicios que ofrezco como Institución\",\n create_report: \"Crear Informe\",\n pathology: \"Patología\",\n last_name: \"Apellido\",\n an_error_has_occurred: \"Se ha producido un error. Inténtalo de nuevo\",\n profession: \"Profesión\",\n health_code: \"Código de Salud\",\n institution_or_office: \"Institución o Consultorio\",\n prescription_view: \"Vista de Prescripción\",\n interaction: \"Interaction\",\n january: \"Enero\",\n february: \"Febrero\",\n march: \"Marzo\",\n april: \"Abril\",\n may: \"Mayo\",\n june: \"Junio\",\n july: \"Julio\",\n august: \"Agosto\",\n september: \"Septiembre\",\n october: \"Octubre\",\n november: \"Noviembre\",\n december: \"Diciembre\",\n description_of_services: \"Descripción de Servicios\",\n incorporate_prescription: \"Incorporar Prescripción\",\n new_prescription: \"Nueva Prescripción\",\n include: \"Contiene\",\n discard: \"Descartar\",\n payments: \"Pagos\",\n payments_virtual_consult: \"@:title.payments @:title.virtual_consult\",\n payment_settings: \"Configuración para pagos\",\n myaccount: \"Mi Cuenta\",\n active: \"Activo\",\n inactive: \"Inactivo\",\n status: \"Estatus\",\n finish_consultation: \"Terminar Consulta\",\n view_report: \"Ver Informe\",\n cloud_imaging: \"IMAGENOLOGÍAS EN LA NUBE\",\n cloud_laboratory: \"LABORATORIOS EN LA NUBE\",\n studies_uploaded: \"Estudios subidos en la nube\",\n shared_studies: \"Estudios compartidos en la nube\",\n tests_performed: \"Examenes realizados\",\n shared_exams: \"Examenes compartidos\",\n patients_follow_me: \"PACIENTES QUE ME SIGUEN\",\n professionals_follow_me: \"PROFESIONALES QUE ME SIGUEN\",\n location_videoconsulta: \"Ubicacion de los videos consultas\",\n exams_by_specialty: \"Examenes por especialidad\",\n type_of_exam: \"Tipo de examen\",\n date_exam: \"Fecha de examen\",\n see: \"Ver\",\n exam_history: \"HISTORIAL DE EXAMENES\",\n vaccines: \"Vacunas\",\n vaccines_control: \"Control de Vacunas\",\n format_date: \"AAAA-MM-DD\",\n record_external_consultation: \"CONSTANCIA DE CONSULTA\",\n request_rest: \"Solicitud de reposo\",\n show_rest: \"VER REPOSO\",\n medical_rest: \"REPOSO MÉDICO\",\n professional_search: \"Buscar Profesionales\",\n close: \"Cerrar\",\n close_to_me: \"Cerca de mi\",\n invite_viewmed: \"Invita a otros a formar parte de viewmed\",\n filter_professionals: \"Filtrar profesionales\",\n language: \"Lenguaje\",\n spanish: \"Español\",\n english: \"Inglés\",\n appointment_agenda: \"Agenda cita\",\n online_agenda: \"Agenda doctor en línea\",\n phones: \"Teléfonos\",\n add: \"Agregar\",\n see_more: \"Ver más\",\n permission_for_professionals: \"Permisos para profesionales\",\n select_permissions: \"Comparto con mi profesional de la salud los exámenes de\",\n message_share_professional: \"ha sido agregado como parte de sus profesionales de la salud\",\n no_patient_search: \"No se encontraron pacientes que coincidan con \",\n were_found: \"\",\n company_address: \"Dirección\",\n assessment: \"Valoración\",\n list_patients: \"Lista de Pacientes\",\n recommend_doctor: \"Recomendar médico\",\n doctor: \"Médico\",\n subject: \"Asunto\",\n thank_recommending: \"Indique el correo electrónico de la persona a la que desea realizar la recomendación\",\n recommend: \"Recomendar\",\n add_permissions: \"Se agregaron los permisos a este profesional\",\n new: \"Nuevo\",\n other_allergies: \"Otras Alergias\",\n new_consultation: \"Nueva Consulta\",\n invitation_network_contacts: \"le ha solicitado formar parte de su red de conatctos.\",\n call: \"Llamar\",\n bank_data: \"Datos Bancarios\",\n key: \"Clave | Claves\",\n and: \"y\",\n medication_allergies: \"@:title.medications @:title.allergies\",\n food: \"Alimentos\",\n medication_current: \"@:title.medications Actual\",\n mother: \"Madre\",\n father: \"Padre\",\n phone_diminutive: \"Telf\",\n consulting_room: \"Consultorio | Consultorios\",\n create_consulting_room: \"Crear consultorio\",\n spoken_languages: \"Idiomas hablados\",\n by_consultation: \"Por consulta\",\n schedules: \"Horarios\",\n getting_your_schedules: \"Obteniendo tus horarios\",\n to: \"a\",\n with: \"Con\",\n text_consulting_vurtual: \"Consultas virtuales programadas o inmediatas\",\n consultation_time: \"Duración de la consulta\",\n keys_and_passwords: \"Claves y Contraseñas\",\n role_assignation: \"Asignacion de Roles\",\n role: \"Rol\",\n video_payment: \"Pagos Doctor en Linea\",\n countries: \"Paises\",\n body_composition: \"Composición corporal\",\n body_mass_index: \"Índice de masa corporal @:title.bmc\",\n less_normal_weight: \"Peso inferior al normal menos de 18.5\",\n normal_weight: \"Normal 18.5 - 24.9\",\n weight_greater: \"Peso superior al nomal 25.0 - 29.9\",\n obesity: \"Obesidad más de 30.0\",\n register_consultation: \"Registrar consulta\",\n exams_by_speciality: \"Exámenes por especialidad\",\n speciality: \"Especialidad\",\n search_by_first_or_last_name: \"Buscar por nombre o apellido\",\n search_by_name: \"Buscar por nombre\",\n create_prescription: \"Crear prescripción\",\n create_new_patient: \"Crear nuevo paciente\",\n my_patients: \"Mis pacientes\",\n filter_patients: \"Filtrar pacientes\",\n inmunizations: \"Inmunizaciones\",\n start_consultation: \"Iniciar Consulta\",\n my_colleagues: \"Mis colegas\",\n allow_professional: \"Permito al profesional de la salud visualizar los exámenes de\",\n medical_reference: \"Referencia médica\",\n message_share_professional_prof: \"ha sido agregado como parte de sus colegas\",\n connect: \"Conectar\",\n type_of_images: \"Tipo de imágenes\",\n imaging_center: \"Centro de Imagenología\",\n filter_institutions: \"Filtrar Instituciones\",\n my_institutions: \"Mis instituciones\",\n to_access: \"Acceder\",\n permission_for_institutions: \"Permisos para las instituciones\",\n allow_institutions: \"Permito a la institucion visualizar los examenes de\",\n message_share_institutions: \"ha sido agregada como parte de suis instituciones de confianza\",\n allow: \"Permitir\",\n imagings: \"Imagenes\",\n place_message: \"Colocar Mensaje\",\n recommend_institution: \"Recomendar Institución\",\n presentation: \"Presentación\",\n posology: \"Posología\",\n type_of_consultation: \"Tipo de Consulta\",\n face: \"Presencial\",\n virtual: \"Virtual\",\n consultation_value: \"Valor Consulta\",\n type_of_currency: \"Tipo de Moneda\",\n location: \"Ubicacion\",\n operational_days: \"Días Operativos\",\n days: \"Días\",\n operative_from: \"Operativo desde\",\n operative_up: \"Operativo Hasta\",\n busines_day: \"Lunes a Viernes\",\n multidisciplinary_team: \"Equipos Multidisciplinarios\",\n activate: \"Activar\",\n management_indicators: \"Indicadores de Gestión\",\n doctor_online: \"Doctor en línea\",\n for_hours: \"Por hora\",\n per_consultation: \"Por consulta\",\n add_account: \"Agregar cuenta bancaria\",\n type: \"Tipo\",\n account_number: \"Número de cuenta\",\n forename_lastname: \"Nombre y apellido del titular de la cuenta\",\n number: \"Número\",\n account_type: \"Tipo de cuenta\",\n diagnostic_cloud: \"Nube Diagnóstica\",\n home_care: \"Cuidados en el Hogar\",\n opinions_patients: \"Opiniones de Pacientes\",\n allergic_to: \"Alérgico a\",\n doctor_online_settings: \"Configuración Doctor en Linea\",\n appearance: \"Apariencia\",\n website_url: \"URL del website\",\n site_appearance: \"Apariencia del site\",\n brand_color: \"Color de la marca:\",\n states_of_doctor_online: \"Estados de Doctor en Línea\",\n level_1: \"Nivel I\",\n level_2: \"Nivel II\",\n attention_level: \"Atención\",\n schedule: \"Horario\",\n every_day: \"Todos los días\",\n create_medic: \"Crear Médico\",\n resources: \"Recursos\",\n public_sector: \"Sector Público\",\n all_rights_reserved: \"Derechos Reservados\",\n define_service: \"Defina el servicio\",\n select_service: \"Seleccione el servicio\",\n define_specialty: \"Defina la especialidad\",\n select_specialty: \"Selecione la especialidad\",\n define_consulting_room: \"Definir consultorio\",\n select_consulting_room: \"@:title.select el Consultorio\",\n work_schedules: \"Horarios Laborales\",\n appointment_management_config: \"Configuración del Sistema de Gestión de Citas\",\n max_appoint: \"Max. Citas\",\n maximum_appointments: \"Máximo de citas\",\n multiple_appointments: \"Citas múltiples\",\n select_physicians: \"Seleccionar Médicos\",\n weekend: \"Fin de Semana\",\n weekdays: \"Días de Semana\",\n monday_to_friday: \"Lunes a Viernes\",\n saturday_and_sunday: \"Sabado y Domingo\",\n monday_to_sunday: \"Lunes a Domingo\",\n assigned_medical_schedules: \"Horarios médicos asignados\",\n appointment_duration: \"Duración de la cita\",\n max_appoint_first_time_patient: \"Citas de pacientes por 1ra vez\",\n control_appointments: \"Citas de Control\",\n appointments_for_result_analysis: \"Citas para análisis de resultados\",\n appointments_for_doctor_online: \"Citas para doctor en línea\",\n means_of_notifications: \"Medios de notificación\",\n confirm_appointment: \"1er Recordatorio 24 Horas antes de la cita más confirmación automática\",\n confirm_appointment_cancellation: \"1er Recordatorio 24 Horas antes de la cita\",\n confirm_appointment_programming: \"2do Recordatorio 2 Horas antes de la cita\",\n first_reminder_24hours: \"1er Recordatorio 24 horas antes de la cita\",\n second_reminder_2hours: \"2do Recordatorio 2 horas antes de la cita\",\n permits_for_users: \"Permisos para usuarios\",\n permits_for_patients: \"Permisos para pacientes\",\n permits_for_auxiliaries: \"Permisos para auxiliares\",\n create_auxiliary: \"Crear Auxiliar\",\n assign: \"Asignar\",\n search_user: \"Buscar usuario\",\n activate_or_deactivate_calendar: \"Activar o Desactivar Calendario\",\n activate_calendar: \"Activar calendario\",\n other_appointment_management_config: \"Otras Configuraciones del sistema de Gestión de Citas\",\n appointment_settings: \"Configuración de Citas\",\n schedules_not_avalaible: \"Horarios no disponibles\",\n define_simultaneous_appoints: \"Definir citas simultáneas\",\n general_services: \"Servicios Generales\",\n favorite_contacts: \"Mis Contactos Favoritos\",\n my_medics: \"Mis Médicos\",\n search_by_tradename: \"Buscar por nombre comercial\",\n bmc: \"(BMC)\",\n contact: \"Contacto | Contactos\",\n msj_success_consultation: \"La consulta se ha creado exitosamente\",\n msj_success_new_patient: \"El paciente ha sido creado. ¿Quieres hacer una consulta?\",\n msj_success_update_patient: \"Se ha actualizado correctamente.\",\n go_back: \"Regresar\",\n msj_write: \"Escribe tu mensaje\",\n msj_new_chat: \"Nueva conversación\",\n pulse_min: \"Pulso/min\",\n visits_to_the_profile: \"Visitas al Perfil\",\n location_of_consultations: \"Ubicación de las Consultas\",\n number_of: \"Número de\",\n porct_of_total: \"% del total\",\n consultations_per_month: \"consultas al mes\",\n recommendations: \"Recomendaciones\",\n testimonies: \"Testimonios\",\n why_viewmed: \"¿Por qué Viewmed?\",\n why: \"¿Por qué?\",\n our_services: \"Nuestros Servicios\",\n contactus: \"Contáctenos\",\n client: \"Cliente | Clientes\",\n transformme: \"Transformarme\",\n transformation_experience: \"Comparte tu experiencia de transformación\",\n we: \"Nosotros\",\n not_all: \"No a todos\",\n denied: \"Negado\",\n main: \"Menú\",\n normal: \"Normal\",\n my_contacts_physicians: \"Mis Contactos Médicos\",\n my_contacts_institutions: \"Mis Contactos Institucionales\",\n make_appointment: \"Hacer Cita\",\n type_practice: \"Tipo de Práctica Médica\",\n private: \"Privada\",\n institutional: \"Institucional\",\n trip_of_the_patient: \"Viaje del Paciente\",\n assigned_schedules: \"@:title.schedules Asignados\",\n time: \"Tiempo\",\n rows_per_page: \"Filas por página\",\n no_data_available: \"No hay datos disponibles\",\n auxiliaries: \"Auxiliares\",\n auxiliaries_schedules: \"@:title.schedules @:title.auxiliaries\",\n all_day: \"Todo el día\",\n search_typing: \"Comience a escribir para buscar\",\n preview: \"Vista previa\",\n minutes: \"Minutos\",\n anticipation: \"Tiempo máximo de reserva\",\n msg_anticipation: \"Indica el tiempo máximo con que el paciente anticipará el agendado de su cita\",\n picture: \"Foto\",\n service: \"Servicio\",\n blog: \"Blog\",\n transformation: \"Transformación\",\n no_patients: \"Usted no posee pacientes\",\n no_institutions: \"No se encontraron instituciones\",\n no_medics: \"No se encontraron profesionales\",\n field_required: 'Este campo es requerido',\n msj_contacts_send: 'Mensaje enviado con Exito',\n title_invitation_professional: 'Invitar a profesionales a que formen parte de Viewmed.',\n no_imaging_shared: \"No posee, aún, estudios de imágenes en su perfil.\",\n no_laboratory_shared: \"No posee, aún, estudios de laboratorio en su perfil.\",\n options: \"Opciones\",\n rate_consultation: \"Calificar consulta\",\n list_consultation: \"Lista de consultas\",\n hour_approx: \"hora aprox. para consulta\",\n shared_imaging: \"Estudio imagenológico compartido con exito\",\n all_permissions: \"Todos los permisos\",\n medical_report: \"Informe Médico\",\n upload_studies: \"Subir Estudios\",\n download_upload_studies: \"Descargar app para subir estudios\",\n with_visor: \"con visor\",\n without_visor: \"sin visor\",\n see_agenda: \"Ver agenda\",\n specialty_config: \"Configuración de especialidad\",\n create_specialty: \"Crear Especialidad\",\n create_physician: \"Crear Profesional\",\n main_office: \"Consultorio Principal\",\n free_of_charge: \"Sin costo\",\n type_of_query: 'Tipo de consulta',\n select_schedule: \"Se podrá seleccionar el médico a agendar\",\n physician_create: \"El profesional se ha creado con exito\",\n already_contact: \"Ya es un contacto\",\n settings_customized: \"Configuración de portal\",\n msj_type_user: \"Seleccione su tipo de usuario\",\n },\n routes: {\n home: \"/\",\n patients: \"/paciente-en-control\",\n clinic: \"/tecnologia-digital-para-clinicas\",\n professionals: \"/medico-del-siglo-XXI\",\n sectorpublic: \"/salud-publica\",\n insurancecarrier: \"/innovacion-en-experiencia-del-cliente\",\n signin: \"/iniciar-sesion\",\n registrarme: \"/registrarme\",\n blog: \"http://blog.viewmedonline.com\"\n },\n content: {\n user_inactive: \"Usuario desactivado por el administrador\",\n delete_config_appointment: \"Debes eliminar primero una configuración de cita referente a tu consultorio.\",\n register_aux_success: \"Se ha registrado existosamente al auxiliar\",\n registration_msg_finish: \"Gracias, ahora puede iniciar sesión en la plataforma.\",\n message_registration_success: \"La cuenta fue creada satisfactoriamente. Confirme su correo electrónico ahora a través del mensaje que le enviamos al correo electrónico.\",\n load_data: \"Por favor, llena los campos requeridos!\",\n no_consulting_office: \"Consultorios no disponibles\",\n no_consulting_office_text: \"El médico seleccionado no tiene consultorios disponibles en este momento\",\n invite_professional: \"Invitar a otro Profesional\",\n invite_institution: \"Invitar a una Institución a Viewmed\",\n wait_moment: \"Espera un momento, por favor!\",\n patient_waiting: \"Paciente en espera\",\n email_required: \"El correo electrónico es obligatorio\",\n invalid_email: \"Correo electrónico inválido\",\n sharing_exam_patient: \"Está compartiendo el {type_exam} del {patient_name}.\",\n please_wait_study_shared: \"Espere un momento para compartir su estudio.\",\n already_shared_image: \"Imagen ya compartida con el usuario\",\n msj_reset_password: \"Se le enviará un correo electrónico para recuperar su contraseña\",\n insert_your_name_user: \"Inserte su correo electrónico.\",\n insert_your_name: \"Inserte su nombre.\",\n insert_your_last_name: \"Inserte su Apellido\",\n insert_your_password: \"Inserte su contraseña.\",\n have_you_forgotten_your_password: \"¿Has olvidado tu contraseña?\",\n the_password_must_have_a_minimum: \"La contraseña debe tener un mínimo de 6 caracteres\",\n you_have_not_account: \"¿Usted no tiene cuenta?\",\n by_registering_you_accept: \"Al registrarte, aceptas los\",\n help_text_1: \"Paciente, Institución, Médico...\",\n eslogan_p1: \"Bienvenido a la medicina del siglo XXI, estas solo en un clic para entrar en la \",\n eslogan_p2: \"Medicina Digitáctil\",\n have_account: \"Tengo una cuenta,\",\n invite_another_patient: \"Invitar otros pacientes\",\n invite_viewmed_patient: \"Invitar a pacientes de Viewmed\",\n do_not_have_contacts: \"No tienes contactos asociados.\",\n do_not_have_health_centers: \"No tienes Centros de Salud asociados\",\n invite_another_professional: \"Invitar otros profesionales\",\n invite_viewmed_professional: \"Invitar a profesionales de Viewmed\",\n accept_patient: \"¿Seguro que deseas aceptar a este paciente?\",\n delete_patient: \"¿Seguro que deseas eliminar a este paciente?\",\n delete_institution: \"¿Seguro que deseas eliminar a esta institución?\",\n delete_consulting: \"¿Seguro que deseas eliminar a este consultorio?\",\n delete_msj: \"¿Seguro que deseas eliminar este mensaje?\",\n delete_chat: \"¿Seguro que deseas eliminar este chat?\",\n delete_item: \"¿Estás seguro de que deseas eliminar este elemento?\",\n email_from_patient: \"Ingrese el correo electrónico del paciente\",\n incorporate_message: \"Ingrese el mensaje\",\n email_from_professional: \"Ingrese el correo electrónico del profesional\",\n accept_professional: \"¿Seguro que deseas aceptar a este profesional?\",\n delete_professional: \"¿Seguro que deseas eliminar a este profesional?\",\n wait_for_moment: \"Espere un momento, Por favor!\",\n wait_for_moment_imaging: \"Espere un momento, Por favor! Atención: Se requiere tener instalado JAVA SDK 11 o superior. Si no tiene Java en su computadora, puede descargarlo aquí.\",\n videoConsultationMessage: \"Para que el profesional de salud pueda realizar un diagnóstico adecuado, se le sugiere que comparta su información médica.\",\n already_field_filter: \"Usted ya agregó este campo al filtro.\",\n insert_criterio_search: \"Insert your criterio for search or insert your text for search criterio, check his field.\",\n invite_health_center: \"Está Invitando al Centro de Salud\",\n call_wait: \"Ya solicitó una videollamada, ya estaba marcada con la clínica u otra. Por favor, espera tu cita.\",\n start_call: \"Desea atender la videollamada\",\n delete_notification: \"Seguro que quieres borrar esta notificación\",\n msj_easy_find_me_photos: \"Aqui podrá incorporar las imagenes que otros verán para descubrir sus servicios, Instalaciones y otras fotos que desee compartir.\",\n msj_continue_consultation: \"Posee una consulta en proceso ¿desea crear una nueva?\",\n msj_finish_vc: \"¿Finalizar video llamada?\",\n your_email_professional: \"Se requiere de su correo para que la prescripción contenga su informacion Profesional\",\n please_check_email: \"Por favor, revise su correo electrónico para hacer el cambio de contraseña\",\n myaccount: \"La sección te brinda un acceso rápido a las opciones de configuración y a las herramientas que te permiten modificar tus datos.\",\n password_not_macth: \"Las contraseñas no coinciden\",\n user_already_exist: \"El usuario ya existe\",\n msj_finish_dx: \"Desea finalizar la consulta o Realizar una prescripción\",\n registration_was_satisfactory: \"Su registró se realizó de forma exitosa. Para completar el proceso y poder acceder a su cuenta debe hacer click en el enlace que le fue enviado a su correo electrónico.\",\n user_password_incorrect: \"El correo electrónico o contraseña es incorrecto. Vuelve a intentarlo o haz click en ¿Has olvidado tu contraseña? para restablecerla.\",\n register_complete: \"Ya existe una cuenta creada con esta dirección de correo electrónico.\",\n total_monthly_consult: \"Total de consultas al mes\",\n total_last_weekly_consult: \"Total de consultas semana anterior\",\n activate_online_doc: \"ACTIVAR DOCTOR EN LÍNEA\",\n intelligent_medical_practice: \"Práctica Médica Inteligente\",\n intelligent_health_center: \"Centro de Salud Inteligente\",\n module_history: \"Módulo Historias Médicas Electronicas\",\n display_module: \"Módulo de Visualización y Promoción de la Comunidad VIEWMED\",\n community_module: \"Módulo de Comunidad y Actualización Médica\",\n appointment_module: \"Módulo de Citas Digitales\",\n doctor_online_module: \"Módulo de Video Consulta\",\n management_indicators_module: \"Módulo de Indicadores de Gestión\",\n medic_cloud_text: \"Gestión integral de la práctica médica. Historias médicas en la nube\",\n easy_find_me_text: \"Herramienta de mercado y promoción de instituciones y profesionales de la salud que facilita la creación de identidad de marca\",\n doctor_online_text: \"Plataforma de telemedicina creada para extender el alcance del centro de salud o práctica médica\",\n appointment_management_text: \"Centros y profesionales de la salud podrán gestionar desde la nube las citas de los usuarios para estudios de imágenes, laboratorio o consulta médica\",\n multidisciplinary_team_text: \"Viewmed le permite al médico formar parte de la comunidad global de profesionales de la salud y ampliar su red de contactos\",\n diagnostic_cloud_text: \"Sistema PACS que permite la subida, almacenamiento y visualización de estudios por imágenes y laboratorios.\",\n management_module_text: \"Módulo que muestra los principales indicadores de gestión con dashboard interactivo. Texto por parte del equipo de Comercialización y Mercadeo\",\n fastpass_module: \"Módulo de auto check-in y manejo inteligente de colas\",\n fastpass_text: \"Servicio de auto Check-In o verificación automática del cliente al ingresar al centro de salud\",\n patient_health_control: \"Control de tu Salud\",\n total_health_control: \"Control {msg} de tu salud\",\n register_module: \"Módulo de Registro y Control de Mediciones en el Hogar\",\n hear_me_module: \"Módulo de Comunidad de Pacientes\",\n home_care_text: \"Herramientas que permiten monitorear y gestionar los parámetros vitales del paciente sin importar donde se encuentre, permitiéndole tomar el control de su salud\",\n hear_me_text: \"Los pacientes no se sentirán solos con su enfermedad. Podrán formar comunidades, compartir experiencias y aprender más sobre su salud\",\n msj_change_vc_type: \"Actualmente esta realizando video consultas para una institucion ¿Desea realizar video consultas personales?\",\n msj_renew_session: \"Su sesión esta por expirar, ¿desea mantenerla activa?\",\n msj_add_service: \"En caso de no encontrar el servicio que usted presta, realice su solicitud a través del correo: mercadeo@viewmed.com, en donde se revisará su solicitud.\",\n app_content_doctor_online: \"Coloque el nombre de su aplicación, que se muestra durante la incorporación del usuario:\",\n generate_schedule_blocks: \"Genera los bloques de horarios\",\n assign_schedules_to_days: \"Asigna los horarios a los días correspondientes\",\n assign_medic_schedules: \"Asigna los médicos que realizan labores en estas horas\",\n attention_by_nurses_then_docs: \"Atención por enfermeras luego por médicos\",\n language_select_viewmed: \"Seleciona el idioma que utilizas en Viewmed.\",\n tell_us_language: \"Dinos en qué idioma te sientes más cómodo utilizando Viewmed. Puedes cambiar esta configuración en cualquier momento.\",\n define_service_text: \"El servicio seleccionado se reflejará en este horario.\",\n define_room_text: \"El consultorio seleccionado se reflejará en este horario.\",\n define_specialty_text: \"La especialidad se reflejará en este horario.\",\n diagnosis_required: \"Debe Asignar al menos un diagnóstico\",\n work_schedule_text: \"A continuación podrás agregar horarios por bloques de atención para el día.\",\n appointment_duration_text: \"Agregue según el tipo de cita y los minutos de duración.\",\n means_of_notifications_text: \"Permite indicarle a su paciente el estado de su cita.\",\n permits_for_users_text: \"A continuación agregue los permisos que le otorgará a los diferentes tipos de usuarios.\",\n everyone_can_see_days_available: \"Todos podrán ver solo los días disponibles\",\n everyone_can_see_days_available_and_appoints: \"Permitir que los pacientes pidan citas a través de internet\",\n can_see_days_schedule_and_edit: \"Pueden ver, agendar, y editar citas en el calendario\",\n only_one_can_see_days_available: \"Solo un usuario específico puede acceder al calendario para agendar, eliminar citas y realizar cambios:\",\n activate_or_deactivate_calendar_text: \"Le permite la suspención para agendar en el calendario, conservando solo aquellas citas preestablecidas.\",\n no_consulting_rooms_text: \"Actualmente no posee consultorios creados diríjase al botón de crear consultorios para incorporar la ubicación de la atención.\",\n define_consulting_room_text: \"Seleccione uno de los consultorios que ingresó a través de encuéntrame fácil para la configuración de citas.\",\n schedules_not_avalaible_text: \"Agregue horarios de ausencia a su agenda, para evitar que programen citas en esos periodos.\",\n define_simultaneous_appoints_text: \"Le permite establecer las citas que atenderán varios médicos a la vez.\",\n warning_print_inmunization: \"La impresión se realiza sin que se visualice la informacion personal del paciente, ¿Esta seguro de continuar?\",\n wait_prescripcion: \"Realizando la carga de su prescripción, por favor espere...\",\n message_prescripction: \"Pacientes, Doctores y Clinicas conectados gracias a la tecnología del sigo XXI en Viewmed. La Medicina Digitáctil\",\n loading: \"Cargando\",\n text_why_viewmed_p1: \"Porque dado los cambios tecnológicos del entorno y la transformación de los pacientes a sujetos digitalmente activos, la transformación digital de los servicios de salud es una necesidad.\",\n text_why_viewmed_p2: \"Nosotros brindamos una herramienta que integra todos los servicios necesarios para que los profesionales e instituciones de salud hagan medicina en un mundo digital.\",\n text_our_services_p1: \"En Viewmed concebimos un abanico de servicios que funciona de forma sistémica, donde los actores (centros de salud, médicos y pacientes), están relacionados.\",\n text_our_services_p2: \"Nuestra plataforma tecnológica facilita su interacción y contribuye a brindar mejores servicios de salud y al crecimiento de nuestros afiliados.\",\n no_services_available: \"Servicios no disponibles\",\n no_services_available_text: \"El médico no tiene servicios disponibles en este momento\",\n digital_signature_text: \"Para que mis documentos salgan firmados, es necesario permitir mi firma digital\",\n file_required: \"Debe seleccionar un archivo\",\n date_required: \"Una fecha es requerida\",\n name_required: \"Nombre es requerido\",\n save_config_appointment: \"Configuración guardada exitosamente.\",\n no_patients: \"Cree un paciente o espere a que algún usuario de Viewmed lo agregue a sus contactos.\",\n no_institutions: \"El país seleccionado no posee instituciones registradas.\",\n no_medics: \"El país seleccionado filtro no posee profesionales registrados.\",\n no_imaging_shared_text: \"Serán enviados directamente desde las instituciones afiliadas a Viewmed o cargados por usted en el botón CD/DVD Upload\",\n no_laboratory_shared_text: \"Serán enviados directamente desde las instituciones afiliadas a Viewmed.\",\n false_data_med: \"Datos de muestra. Si quiere tener contactos médicos en sus favoritos debe ir a la sección de profesional y agregarlo.\",\n false_data_ins: \"Datos de muestra. Si quiere tener contactos institucionales en sus favoritos debe ir a la sección de instituciones y agregarlo.\",\n percentage_completed: \"% del perfil completado\",\n false_data_measurements: \"Datos de muestra. Si quiere agregar valores reales en la gráfica debe ir a la sección de mediciones.\",\n false_data_patients: \"Datos de muestra. Debe esperar a que un paciente lo siga para tener valores reales en la gráfica.\",\n false_data_physicians: \"Datos de muestra. Debe agregar a un médico en sus contactos ó esperar que un profesional lo siga para tener valores reales en la gráfica.\",\n error_server: \"Lo sentimos, no tiene acceso a Internet, compruebe la conexión y vuelva a intentarlo\",\n msj_cancel_consultation: \"¿Desea cancelar la consulta?\",\n delete_prescription_confirm: \"¿Seguro que deseas eliminar esta prescripción?\",\n delete_document_text: \"El archivo se eliminará permanentemente.\",\n delete_consultation_confirm: \"¿Seguro que deseas eliminar esta consulta?\",\n delete_exam_confirm: \"¿Seguro que deseas eliminar este Examen?\",\n no_specialty_text: \"Actualmente no posee especialidades creadas, dirijase al botón crear especialidad para incorporar una a su listado.\",\n new_consulting_office_succesfully_added: \"El consultorio fue exitosamente agregado\",\n consulting_office_succesfully_editted: \"El consultorio fue exitosamente editado\",\n contacts_loading_error: \"Error al cargar de contactos:\",\n contact_not_have_permission: \"Es un contacto, pero no tiene permisos. Ir a mis profesionales y establecer un permiso para doctor en línea\",\n email_already_exists: \"Este correo electrónico ya existe en Viewmed\",\n doctor_online_already_exists: \"Usted ya tiene guardado un consultorio de Doctor en Línea\",\n no_schedule_available_doctor: \"El médico no tiene una configuración asignada al consultorio\",\n number_phone_error: \"El formato del número de teléfono no es válido\",\n },\n termsconditions: {\n privacy_policy: \"Política de privacidad\",\n text01: \"Para los usuarios del sitio Web y Clientes.\",\n text02: \"Este aviso describe cómo la información médica sobre usted puede ser utilizada por sus médicos y cómo usted puede conseguir el acceso a esta información. Repáselo por favor cuidadosamente. Este aviso entró en efecto el 14 de marzo del 2011.\",\n who_follow_policy: \"Quien sigue esta política\",\n text03: \"Todos los profesionales de la salud, usuarios y familiares previamente autorizados por los usuarios para el ingreso a sus archivos médicos siguen estas políticas de privacidad, asi como también, los centros de salud que ingresen la información a través de sus diferentes departamentos y servicios conexos relacionados ofrecidos por Viewmed® como farmacias y demás proveedores de cuidado de la salud.\",\n about_policies: \"Sobre estas políticas\",\n text04: \"Los archivos médicos contenidos en este sitio son propiedad del paciente y solo pueden ser usados con fines de promoción o restitución de la salud. Tal como sucede de igual manera con los archivos físicos, esta información personal no puede ser divulgada por los profesionales de la salud y/o familiares o amigos que hayan sido previamente autorizados en el perfil por el propio paciente a menos que este lo autorice. Este sitio y aplicación facilitan el almacenamiento y disponibilidad de los archivos médicos por lo que el manejo de los mismos debe ser igual que el manejo ético tradicional que se aplica con los archivos físicos. La privacidad de la información se conservará por los usuarios. Solo se podrán utilizar datos demográficos, etarios, de patologías y tratamientos sin la identidad de las personas para obtener datos de salud, epidemiológicos y de tratamiento.\",\n political_changes: \"Cambios a estas políticas\",\n text05: \"Nos reservamos el derecho de cambiar estas políticas.\",\n complaints: \"Quejas\",\n text06: \"Si usted cree se han violado las sus derechas de privacidad, usted puede enviar una queja a las direcciones de correo en la \",\n text07: \"página web principal \",\n text08: \"de Viewmed®.\",\n terms_use: \"Términos de uso\",\n text09: \"Términos y Condiciones de Uso del Sitio Web Viewmed\",\n text10: \"PARA USAR VIEW-MED.COM USTED DEBE ACEPTAR LOS TERMINOS Y CONDICIONES ESTABLECIDOS EN ESTE ACUERDO DEL USUARIO. SI NO ESTA DE ACUERDO CON LOS TERMINOS DE USO, NO PODRA USAR VIEW-MED.COM.\",\n text11: \"Viewmed® representa una herramienta para facilitar los controles de salud de sus usuarios al permitir almacenar de forma digital y en la web sus estudios y demás archivos médicos. La facilidad ofrecida por Viewmed® a sus usuarios haciendo empleo de la tecnología existente representa solo eso, es decir, un lugar de almacenamiento de los exámenes médicos y de interacción con los profesionales de la salud, instituciones de salud u organismos conexos, familiares y/o amigos a los que usted decida dar acceso. La forma de uso de cada cuenta y de los archivos allí contenidos es de exclusiva responsabilidad de cada usuario, tal cual como sería el manejo de los archivos médicos en físico. Viewmed® cuenta con una aplicación web en el dominio viewmedonline.com para los fines antes descritos; no es una historia clínica, es un archivo de estudios médicos integrado con profesionales, centros de salud e instituciones conexas. Viewmed® podrá, a su entera discreción, poner fin a su registro o acceso a viewmedonline.com por cualquier motivo, sin previo aviso. Asimismo, usted acuerda que Viewmed® no será responsable frente a usted ni ningún tercero por la finalización de su registro o acceso a viewmedonline.com USO DE LA INFORMACION DE SALUD PERSONAL.\",\n text12: \"El sitio view-med.com, en su subdominio viewmedonline.com le permite transferir su información de salud personal derivada de sus interacciones con laboratorios, clínicas. centros de imágenes, consultorios médicos a su cuenta o perfil de Viewmed ®. Cuando use viewmedonline.com para guardar o buscar información personal y médica, todos los datos se guardarán en su cuenta. Una vez que haya transferido esta información a su cuenta personal, el uso y la divulgación de su información personal y médica de su cuenta de Viewmed® a terceros se regirá por los términos y condiciones de su acuerdo de usuario de Viewmed® incluida la Política de privacidad de Viewmed®.\",\n use_content: \"Uso del contenido\",\n text13: \"Salvo que se indique lo contrario, toda la información o noticias médicas contenidas en view-med.com tiene únicamente fines informativos. El contenido, como los gráficos, imágenes, texto, citas y todos los demás materiales (el Contenido) se suministra sólo a modo de referencia, no pretende ser completo o exhaustivo, ni aplicable al estado médico de ninguna persona en particular. Los usuarios siempre deben consultar con un médico calificado y autorizado por el Estado, o con otro proveedor de atención médica. Se advierte a los usuarios que deberán seguir los consejos de sus médicos. Viewmed® no asume ninguna obligación de corregir o actualizar el Contenido, ni de resolver o aclarar ninguna información contradictoria que pudiera formar parte del Contenido. El seguimiento del Contenido queda a exclusivo criterio del Usuario y/o su médico tratante si el usuario así lo dispone. La Biblioteca médica o noticias pueden contener materiales relacionados con la salud o la medicina que se consideren sexualmente explícitos. Se advierte a los usuarios que si pueden sentirse ofendidos por ese tipo de Contenido, deberán buscar una fuente de información alternativa. La publicación de información o la referencia en la Biblioteca Médica o en la sección de Noticias a fuentes específicas, como productos, procedimientos, médicos, tratamientos o diagnósticos específicos, tiene únicamente fines informativos.\",\n link: \"Enlaces\",\n messaging_policy:\"Política de mensajería\",\n text23:'Requisitos de consentimiento: Usted acepta recibir llamadas telefónicas y mensajes SMS de Viewmed Group LLC para proporcionar actualizaciones sobre su pedido y / o con fines de marketing. La frecuencia de los mensajes depende de su actividad. Puede optar por no participar enviando un mensaje de texto \"STOP\". Se pueden aplicar tarifas por mensajes y datos.',\n text14: \"Al usar view-med.com, es posible que a veces sea redireccionado a sitios Web de terceros. Viewmed® no es responsable de la información o los materiales incluidos en el sitio Web de ningún tercero, ni en sitios Web que contengan enlaces a view-med.com. Los enlaces de view-med.com se proporcionan únicamente como referencia y no implican el aval de Viewmed® respecto de la organización o persona que opera el sitio Web o la aplicación de un tercero, ni ningún tipo de garantía relacionada con el sitio Web o la aplicación del tercero, ni la información contenida en el sitio Web o la aplicación del tercero. Viewmed® no será responsable, en forma directa ni indirecta, de ningún daño o pérdida ocasionado o supuestamente ocasionado en relación con el uso de ningún contenido, producto o servicio disponible a través de esos sitios Web o aplicaciones de terceros, o como resultado de haberse basado en ellos.\",\n declaration_hipaa: \"Declaracíon HIPAA\",\n text15: \"Cumplir con el estado y las regulaciones federales del gobierno de USA con respecto al secreto, seguridad, y la privacidad de los pacientes es la responsabilidad de todos los proveedores de asistencia sanitaria y vendedores relacionados. Esto incluye, pero no se limita a la portabilidad de seguridad médica y el acto de la responsabilidad por sus siglas en inglés (HIPAA) de 1996. Viewmed® ofrece un sistema de productos relacionados con el almacenaje de archivos DICOM que también se conforman con HIPAA y otros requisitos de privacidad, de seguridad, de almacenaje y los sistemas de distribución configurables que se diseñen para proteger la privacidad y la seguridad de la información del paciente. El software de Viewmed® ayuda a cubrir las necesidades del usuario final e incluye modelos de la autentificación de usuario tales como username tradicional y contraseña, también como la verificación del certificado del SSL y otros símbolos adaptables de la seguridad. Uno o más de estos modelos de autentificación se requieren para que todos los usuarios tengan acceso a viewmedonline.com, subdominio de view-med.com de la aplicación de archivos médicos. La mayoría del acceso a los datos se realiza vía el protocolo de DICOM TLS, pero el HTTP opcional y HTTPS como los transportes seguros del email están también disponibles. Los productos de Viewmed® se adhieren totalmente al estándar de DICOM. Viewmed® prohíbe a cualquier usuario compartir o divulgar su contraseña, el username, u otros elementos de seguridad; cualquier violación a dichas normas constituirá una ruptura de las políticas de privacidad que permitirán que Viewmed® de forma discrecional pueda terminar su cuenta y que prohíba cualquier acceso al sitio o a los servicios de Viewmed®. El software de Viewmed® permite la encriptación cuando la información se transmite vía Internet (SSL, TLS, o VPN). Viewmed® alcanza más allá de los requisitos del HIPAA ofreciendo también la encriptación opcional del PGP de datos mientras que se encuentran en tránsito o para el almacenamiento de larga duración. El PGP está entre las soluciones más fuertes de la encriptación de grado comercial actualmente disponibles para este uso. El software de Viewmed® proporciona un rastro de intervención de todos los acontecimientos electrónicos relacionados con el informe médico de cualquier paciente dentro de nuestro sistema. El registro se puede ver o copiar a las bases de datos externas (e.g., acceso) o a las hojas de balance (e.g., Excel) para el análisis adicional. Viewmed® suministra los servidores de almacenaje tolerantes de la avería y otras tecnologías relacionadas para apoyarse en caso de desastres (disaster recovery data). El software de Viewmed® requiere nombre de usuario y contraseña y/o cualquier otra autentificación para generar, compartir, revisar o corregir datos. Además, Viewmed® permite dar acceso puntual a un agente y/o a administradores de sistemas para corregir o para suprimir la información de algún paciente en particular que así lo requiera para garantizar el correcto envío de la información a las cuentas.\",\n restricted_rights: \"Derechos restringidos\",\n text16: \"Cualquier software descargado en view-med.com para o a nombre de los Estados Unidos de América, sus agencias y/o instituciones (colectivamente llamado el “Gobierno de los Estados Unidos”) es proporcionado con derechos restringidos. El uso, duplicación o el acceso del software y cualquier documento relacionado por el Gobierno de los Estados Unidos está sujeto a restricciones según lo dispuesto en la ley del software comercial para computadores 48 C.F.R. 2.101 y 12.212 de C.F.R. 227.7202-4. Los derechos del gobierno de los Estados Unidos de América en el software y cualquier otro documento en relación con este, incluyendo los derechos a utilizar, modificar, reproducir, liberar, realizar, mostrar o divulgar el software y cualquier documentación, estarán sujetos en todos los aspectos a los términos del servicio aplicables y a todas las restricciones dispuestas.\",\n medical_liability_disclaimer: \"Descargo de responsabilidad médica\",\n text17: \"Usted reconoce que la información y noticias médicas contenidas en View-med.com se proporciona “Tal y como está”, únicamente con fines informativos. No está concebida ni debe ser interpretada como asesoramiento médico y no reemplaza las consultas con profesionales médicos calificados que estén familiarizados con sus necesidades médicas individuales.\",\n exclusion_guarantee: \"Exclusíon de garantías\",\n text18: \"Viewmed® proporciona estándares informáticos de seguridad militar para proteger sus datos. Esto significa que utiliza los últimos estándares en encriptación para la protección de las redes y tecnología de detección de intrusos. Con el visor de imágenes de Viewmed® su data se encuentra almacenada y segura. Para funcionar como una verdadera solución en imágenes se mantienen copias redundantes de sus datos y adicionalmente mantenemos copias duplicadas en data center en las costa este y oeste de los Estados Unidos de Norteamérica. El visor de imágenes de Viewmed® se encuentra apegado al HIPAA STATMENT. Adicionalmente contamos con sistemas de autenticación por medio de certificados electrónicos y data center en América latina para el almacenamiento del resto de los archivos médicos y demás aplicaciones. Sin embargo Viewmed® proporciona view-med.com (tal como está), y no otorga ninguna garantía de ninguna índole y excluye expresamente todas las garantías de cualquier índole ya sean expresas o implícitas respecto de la exactitud, integridad, corrección, puntualidad o utilidad de cualquier información o programa, producto o servicio, o garantías de confiabilidad o legalidad. Viewmed® no realiza ninguna manifestación ni otorga ninguna garantía en el sentido de que su acceso a viewmed.com será ininterrumpido, puntual o seguro, o que estará exento de errores u otros elementos perjudiciales y tales garantías quedan expresamente excluidas.\",\n limitation_liability: \"Limitacíon de responsabilidad\",\n text19: \"En ningún caso será Viewmed® como tampoco sus afiliadas, funcionarios, directores, empleados, contratistas, voluntarios, patrocinadores y agentes, responsables frente a usted, cualquier persona que presente un reclamo a través de usted ni ninguna otra persona por ninguna decisión o medida adoptada u omitida, por basarse en la información contenida en view-med.com o suministrada a través de este sitio. Viewmed® no se hará responsable por el uso que usted haga de la información contenida en view-med.com, así como tampoco por el uso o la divulgación de su información personal o médica, o daños y perjuicios incidentales, indirectos, especiales, mediatos, punitorios, inclusive sin limitación, posibles efectos secundarios para la salud, o la pérdida de ingresos, ganancias o ahorros, aun si Viewmed® sabía o debía saber que tales daños y perjuicios, reclamos, intimaciones o acciones eran posibles. La liberación, indemnidad y limitación de responsabilidad precedente será tan abarcativa e inclusiva como lo permita el estado o país donde usted viva.\",\n applicable_law: \"Ley aplicable\",\n text20: \"Este acuerdo del usuario al igual que el uso de view-med.com y el acceso a dicho sitio, se rigen por el reglamento de uso de medios electrónicos y firmas electrónicas de la República Bolivariana de Venezuela. La jurisdicción y el fuero para cualquier derecho de accionar que surja en virtud de este acuerdo corresponderá a la ciudad de Caracas, en la República Bolivariana de Venezuela, sin perjuicio para Viewmed® de concurrir a la jurisdicción de cualquier otro tribunal que resultare competente si asi lo creyese conveniente y de conformidad con la ley. Estos Términos de uso podrán ser modificados por Viewmed® en cualquier momento, sin previo aviso. Si en lo sucesivo usted usa View-med.com y sin objeciones, se considerará que acepta los nuevos Términos de uso.\",\n text21: \"Usted acepta que estos términos de uso constituyen el entendimiento total entre usted y Viewmed®. Asimismo, usted acepta que si alguna parte de este Acuerdo del usuario se declara inválida, las disposiciones restantes permanecerán en plena vigencia y efecto.\",\n text22: \"Al hacer clic en aceptar indico que estoy de acuerdo con los términos y condiciones precedentes que rigen mi uso de View-med.com.\"\n },\n position_typy: {\n professional: \"Profesional de la salud\",\n departments: \"Departamentos\",\n admission: \"Admisión\",\n direction: \"Dirección\",\n secretary: \"Secretaria\",\n nurse: \"Enfermera\",\n system_manager: \"Gerente de Sistema\",\n area_manager: \"Gerente de Área\",\n technical: \"Tecnico\"\n },\n medical_terms: {\n hematology: \"Hematología\",\n chemistry: \"Química\",\n coagulation: \"Coagulación\",\n serology: \"Serología\",\n hormonal: \"Hormonales\",\n uroanalysis: \"Uroanálisis\",\n coproanalysis: \"Coproanálisis\",\n tumor_markers: \"Marcadores tumorales\",\n immunology: \"Inmunología\",\n urine: \"Orina 24hr\",\n medicines_drugs: \"@:title.medications y drogas\",\n glucose_test: \"Prueba de tolerancia glucosada\",\n blood_type: \"Grupo sanguíneo\",\n type_of_blood: \"Tipo de Sangre\",\n unidad_glycemia: \"mg/dl\"\n },\n imagenology: {\n fields: \"Insertar campo para filtro.\",\n message_download: \"Estás descargando el \",\n cant_imagenology: \"con una cantidad de\",\n image: \"imagenes\"\n },\n laboratory: {\n document: \"Documento\",\n name_of_patient: \"Nombre del Paciente\",\n email: \"Correo Electrónico\",\n date: \"Fecha\"\n },\n specialties: {\n torax_surgery: \"Cirugia Torax\",\n plastic_surgery: \"Cirugía Plástica, Estética y Reparadora\",\n dermatology: \"Dermatología\",\n endocrinology: \"Endocrinología\",\n nursing: \"Enfermería\",\n clinic_pharmacology: \"Farmacología Clínica\",\n physiotherapy: \"Fisioterapia\",\n geriatrics: \"Geriatría\",\n gynecology_obstetrics: \"Ginecología y Obstetricia\",\n hematology_hemotherapy: \"Hematología and Hemoterapia\",\n homeopathy: \"Homeopatía\",\n inmunology: \"Inmunología\",\n gynecology: \"Ginecología\",\n pediatrics: \"Pediatría\"\n },\n spoken_lang: {\n en: \"Inglés\",\n es: \"Español\"\n },\n home: {\n patients: {\n titleBenefits: \"Beneficios Pacientes\",\n titleTakeControl: \"Toma el Control Total\",\n benefits: {\n 1: \"Acceso a toda la información de salud donde quieras, cuando quieras\",\n 2: \"Fácil solicitud de segundas opiniones médicas\",\n 3: \"Pacientes con más control y un servicio más eficaz e integral\",\n 4: \"Eliminación de tiempos de espera\",\n 5: \"Disminución de traslados innecesarios a centros hospitalarios\",\n 6: \"Diagnóstico rápido\"\n },\n my_medical_records: \"Nube Médica\",\n services_text_1: \"Hoy ir a una consulta con exámenes que se han tenido que buscar por horas previamente, es algo del pasado. Con Viewmed cada vez que se realice un examen, inmediatamente pasa al perfil en la nube, y desde allí, con su autorización, el médico puede verlo incluso antes de que llegue a la consulta.\",\n services_text_2: \"¿Llegar a la consulta y esperar 2 horas para ser atentido? Nunca más.\",\n services_text_3: \"Con el pase rápido usted se chequea automáticamente al entrar a la clínica, se le asigna un número de atención, haciendo accesible los datos para el doctor y la verificación del seguro.\",\n services_text_4: \"¿Usted no puede trasladarse? Hacemos realidad una video consulta.\",\n sliders: {\n one: {\n text1: \"Llegamos al fin de la era\",\n text2: \"del paciente\",\n text3: \"Paciente\",\n text4: \"Comienza la era del paciente empoderado e informado, ahora la medicina siempre será cercana y eficiente.\"\n },\n two: {\n text1: \"¿Comó Viewmed lleva al siglo XXI\",\n text2: \"la relación con los médicos\",\n text3: \"Haciéndola Digitáctil\",\n text4: \"y centros de Salud?\"\n },\n three: {\n text1: \"Nunca más se\",\n text2: \"sentirá solo con la\",\n text3: \"enfermedad\",\n text4: \"Construimos una comunidad de pacientes, así puede compartir lo que siente y escuchar las experiencias de otras personas que, seguramente, le harán sentir comprendido y en compañía.\"\n }\n }\n },\n clinic: {\n titleBenefits: \"Beneficios Centros de Salud\",\n titleTakeControl: \"Transformación de centros de Salud\",\n benefits: {\n 1: \"Mayor vinculación con sus pacientes\",\n 2: \"Disminución de tiempos de atención y de diagnóstico al paciente\",\n 3: \"Disminución de costos operativos, logísticos y de impresión\",\n 4: \"Posicionamiento como un centro de Salud Inteligente y amigable con el medio ambiente\",\n 5: \"Mejor relación e información con las compañías de seguros\",\n 6: \"Conectividad permanente dentro y fuera de la institución permitiendo el abordaje multidiciplinario del paciente\"\n },\n my_medical_records: \"Mi Nubé Médica\",\n services_text_1: \"Ofrecemos un abanico de servicios integrados y disponibles a través de la tecnología, prestando todos los servicios de atención primaria en formato digital, soportados por una estructura tecnológica de micro servicios desde la nube.\",\n services_text_2: \"La información es captada desde donde se genera, subiendo a servidores en la nube todos los estudios realizados al paciente, disponibles en formato con calidad DICOM y siguiendo los estándares HIPAA. Nuestra tecnología cuenta con certificación FDA y por CE.\",\n services_text_3: \"Utilizando los servicios de:\",\n digitactil: {\n text1: \"Nuestra tecnología consta de una arquitectura flexible basada en micro servicios lo que nos permite una gran versatilidad y rapidez en el desarrollo e implementación de soluciones. Utilizamos servidores en la nube con capacidad ilimitada de creación de usuarios y almacenamiento de información.\",\n text2: \"Contamos con un sistema PACS certificado por la FDA y por la CE desarrollados bajo estándares DICOM e HIPAA que permite captar la información médica desde donde se genera, subiéndola a servidores en la nube. Todos los estudios realizados al paciente quedan disponibles en formato de alta calidad facilitando el diagnóstico y la integración a los otros servicios diseñados para una gestión completa de la información del paciente.\",\n text3: \"Visor de imágenes\",\n text4: \"Capacidad de almacenamiento\",\n text5: \"Limite usuarios\",\n text6: \"Seguridad\"\n },\n sliders: {\n one: {\n text1: \"¿Cómo las clínicas e institutos diagnósticos pasan de la medicina analógica del siglo XX a la medicina\",\n text2: \"Digitáctil\",\n text3: \"del siglo XXI?\"\n },\n two: {\n text1: \"Una solución innovadora que permite el manejo digital de exámenes y data médica a través de la integración de una serie de servicios bajo el concepto de la\",\n text2: \"Medicina Digitáctil\",\n text3: \"cerrando así el ciclo de la medicina analógica.\"\n },\n three: {\n text1: \"Integramos los servicios digitales de las instituciones más avanzadas del mundo y desarrollamos servicios propios, cumpliendo con los exigentes estándares internacionales de seguridad y certificación de la FDA y CE.\",\n text2: \"\",\n text3: \"\",\n text4: \"\"\n }\n }\n },\n professionals: {\n titleBenefits: \"Beneficios Profesionales\",\n titleTakeControl: \"Transformación de la Práctica Médica\",\n benefits: {\n 1: \"Acceso inmediato a exámenes de laboratorio e imágenes diasgnósticas en formato DICOM\",\n 2: \"Integración de los equipos de su consultorio con la plataforma\",\n 3: \"Historias médicas electrónicas integradas a los estudios diasgnósticos\",\n 4: \"Atención remota de pacientes a través de la incorporación de la telemedicina\",\n 5: \"Creación de su marca personal\",\n 6: \"Exposición y mercadeo de los servicios que presta\"\n },\n my_medical_records: \"Mi Nubé Médica\",\n services_text_1: \"Nuestro sistema integrado de salud ofrece la transformación de los médicos. Practicar desde formato analógico a digital a través de una plataforma web que permite el manejo de exámenes y datos médicos. Permitiendo el acceso, precisión, conocimiento, inmediatez y colaboración con las instituciones y pacientes.\",\n services_text_2: \"El médico del siglo XXI entra en acción.\",\n services_text_3: \"Utilizando los servicios de:\",\n digitactil: {\n text1: \"Nuestra tecnología consta de una arquitectura flexible basada en micro servicios lo que nos permite una gran versatilidad y rapidez en el desarrollo e implementación de soluciones. Utilizamos servidores en la nube con capacidad ilimitada de creación de usuarios y almacenamiento de información.\",\n text2: \"Contamos con un sistema PACS certificado por la FDA y por la CE desarrollados bajo estándares DICOM e HIPAA que permite captar la información médica desde donde se genera, subiéndola a servidores en la nube. Todos los estudios realizados al paciente quedan disponibles en formato de alta calidad facilitando el diagnóstico y la integración a los otros servicios diseñados para una gestión completa de la información del paciente.\",\n text3: \"Visor de imágenes\",\n text4: \"Capacidad de almacenamiento\",\n text5: \"Limite usuarios\",\n text6: \"Seguridad\"\n },\n sliders: {\n one: {\n text1: \"La medicina\",\n text2: \"Digitáctil\",\n text3: \"lleva al siglo XXI su relación con pacientes, centros de diagnóstico y salud.\"\n },\n two: {\n text1: \"Acceso, precisión, conocimiento, inmediatez y colaboración:\",\n text2: \"entra en acción.\",\n text3: \"el médico del siglo XXI\"\n },\n three: {\n text1: \"El médico del siglo XXI\",\n text2: \"entra en acción. \",\n text3: \"Desde cualquier dispositivo con internet, donde quiera que esté, usted accede a la historia clínica y estudios diagnósticos de sus pacientes.\"\n }\n }\n },\n sectorPublic: {\n titleBenefits: \"Beneficios Centros de Salud\",\n titleTakeControl: \"Transformación para el sector público\",\n sec4: \"Experiencia de Viewmed\",\n sec5: \"¿Qué nos hace diferentes?\",\n sec6: \"¿Podemos conectar?\",\n benefits: {\n 1: \"Greater bonding with their patients.\",\n 2: \"Decrease of attention and diagnosis times to the patient.\",\n 3: \"Decrease in operating, logistics and printing costs.\",\n 4: \"Positioning as a Smart Health Center and friendly to the environment.\",\n 5: \"Better relationship and information with insurance companies.\",\n 6: \"Permanent connectivity inside and outside the institution allowing the multidisciplinary approach of the patient.\"\n },\n my_medical_records: \"Mi Nubé Médica\",\n services_text_1: \"Somos un sistema integrado de salud que ofrece la transformación de los servicios médicos de analógicos a digitales.\",\n services_text_2: \"Una solución innovadora que permite además del manejo digital de exámenes y data médica, la integración e interrelación con diferentes centros de salud y entes reguladores a través de una serie de servicios bajo el concepto de la medicina Digitáctil, cerrando así el ciclo de la medicina analógica.\",\n services_text_3: \"Viewmed es tecnología que facilita el acceso a la información médica de los pacientes, incluyendo sus estudios de laboratorio e imágenes, captados directamente desde el equipo de diagnóstico donde se generan e incorporándolas a la historia médica electrónica.\",\n services_text_4: \"Con esta solución cada centro de salud puede ofrecer una verdadera atención médica digital, acercando a la población un servicio de calidad y alta tecnología sin importar en donde se encuentren.\",\n services_text_5: \"Ya no es una utopía pensar en Centros de Salud Inteligentes. Hoy la tecnología ofrece un abanico de oportunidades para cualquier sistema sanitario y para ello las instituciones gubernamentales necesitan tener socios innovadores. Viewmed ha diseñado soluciones que amplían el alcance de los servicios de salud, mejoran el acceso de los pacientes a la atención médica y disminuyen los costos de la misma.\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n sliders: {\n one: {\n text1: \"Transformación digital de la salud pública más que un hospital digital, en un centro de salud inteligente\"\n }\n },\n questionBanner: {\n title: \"¿Podemos conectar la información de diferentes Centro de Salud?\",\n line1: \"Sí, de hecho esa es otra de las grandes ventajas que\",\n line2: \"ofrece nuestra tecnología Digitáctil. Dado que cada\",\n line3: \"centro posee un perfil con la posibilidad de generar\",\n line4: \"permisos específicos para compartir la información\",\n line5: \"con departamentos, profesionales de salud e inclusive\",\n line6: \"otros centros de salud, Viewmed constituye una\",\n line7: \"herramienta ideal para fortalecer la red de atención\",\n line8: \"primaria. Esto representa una gran ventaja sobre todo\",\n line9: \"para el sector público de salud si quieren ir a un\",\n line10: \"modelo unificado de información.\"\n },\n experience: {\n title: \"Experiencia de Viewmed en la transformación de la medicina analógica a la medicina Digitáctil\",\n subtitle: \"Nuestra tecnología tiene múltiples posibilidades de implementación, desde hospitales de atención primaria hasta grandes Centros hospitalarios con múltiples servicios de diagnóstico y médicos.\",\n text1: \"Pacientes registrados en la plataforma\",\n text2: \"Médicos en la plataforma\",\n text3: \"Estudios de Imágenes\",\n text4: \"Exámenes de laboratorio\"\n },\n makesUsDifferent: {\n title: \"¿Qué nos hace diferentes de todas esas otras soluciones?\",\n p1: \"En primer lugar, Viewmed ofrece un abanico de servicios integrados y principalmente un sistema PACS (Picture Archiving and Comunications System), integrado a la Historia Médica Electrónica, certificado por la FDA y en formato con calidad DICOM, siguiendo los estándares HIPAA, lo que permite captar directamente las imágenes diagnósticas desde donde se generan de manera de que estén disponibles para la revisión por parte del médico de manera inmediata y desde dónde se encuentre\",\n p2: \"Otra de las grandes ventajas que brinda la plataforma tecnológica de Viewmed es que puede agrupar a todos los actores que forman parte del sistema de salud. El proceso de captación en la herramienta comienza por incorporar a los centros de salud diagnóstico para luego adicionar a los profesionales de la salud de estas instituciones, de manera que los pacientes puedan solicitar los servicios profesionales avalados por sus instituciones y médicos o profesionales de su confianza.\",\n p3: \"Por último y no menos importante es que gracias a la integración de todos estos servicios, el paciente puede llevar sus propios registros y controlar parámetros vitales para su salud, lo que implica que esa información médica está en manos del propio paciente, disponible para compartirla con quien quiera, cuando quiera y esto no es más que empoderar al paciente y darle el control de su salud.\"\n }\n },\n insurancecarrier: {\n titleBenefits: \"Beneficios Aseguradoras\",\n titleTakeControl: \"Transformación en Aseguradoras\",\n sections4: \"Experiencia de Viewmed\",\n sections5: \"¿Qué nos hace diferentes?\",\n sections6: \"¿Podemos conectar?\",\n benefits: {\n 1: \"Mayor vinculación con sus pacientes.\",\n 2: \"Disminución de los tiempos de atención y diagnóstico al paciente.\",\n 3: \"Disminución de los costos de operación, logística e impresión.\",\n 4: \"Posicionándose como un Centro de Salud inteligente y amigable con el medio ambiente\",\n 5: \"Mejor relación e información con las compañías de seguros.\",\n 6: \"Conectividad permanente dentro y fuera de la institución que permite el enfoque multidisciplinario del paciente.\"\n },\n my_medical_records: \"Mi Nubé Médica\",\n services_text_1: \"Gracias a los recursos digitales, los clientes están más informados en relación a sus enfermedades y situaciones de salud y las compañías aseguradoras tienen el reto de generar mayores posibilidades de acceso, personalización y contacto, a costos razonables con la inmediatez y confiabilidad que exigen las nuevas generaciones.\",\n services_text_2: \"Crear una “experiencia” del cliente a lo largo de toda la cadena del valor de los seguros es fundamental en los tiempos actuales.\",\n services_text_3: \"Viewmed es un sistema integrado de salud que ofrece la transformación de los servicios médicos de analógicos a digitales favoreciendo la diferenciación e innovación en beneficios que las compañías de seguros pueden ofrecer en las pólizas de salud mejorando la experiencia de usuario de los asegurados evitándoles traslados y esperas innecesarias.\",\n services_text_4: \"Una solución innovadora que permite el manejo digital de exámenes y data médica a través de la integración de una serie de servicios bajo el concepto de la medicina Digitáctil, cerrando así el ciclo de la medicina analógica.\",\n digitactil: {\n text1: \"Our technology consists of a flexible architecture based on micro services, which allows us a great versatility and speed in the development and implementation of solutions. We use servers in the cloud with unlimited capacity for user creation and secure storage of information.\",\n text2: \"We have a PACS system certified by the FDA and by the CE developed under DICOM and HIPAA standards, which allows us to capture medical information from where it is generated, uploading it to servers in the cloud. All studies performed on the patient are available in a high quality format, facilitating the diagnosis and integration to the other services designed for a complete management of patient information.\",\n text3: \"Pictures viewer\",\n text4: \"Storage capacity\",\n text5: \"Limit users\",\n text6: \"Security\"\n },\n sliders: {\n one: {\n text1: \"De los servicios tradicionales a la creación de una experiencia basada en el cliente\"\n }\n },\n cloudImage: {\n text1: \"Tecnología de Micro servicios desde la nube\",\n text2: \"Certificación FDA\",\n text3: \"Almacenamiento en Google Cloud\",\n text4: \"Estándares HIPAA y Dicom\"\n }\n },\n slogan: {\n title1: \"La medicina del siglo XXI\",\n title2: \"es\",\n title3: \"Digitáctil\",\n text1: \"La unión entre la cercanía, el contacto humano\",\n text2: \"y el alcance e inmediatez de lo digital.\"\n },\n subSlogan: {\n p1: {\n text: \"¿Quiere tener en orden y control todos sus exámenes médicos?\",\n highlight: \"Regístrese y tome el control de su data\"\n },\n p2: {\n text: \"¿Necesita una consulta médica, desde donde se encuentras?\",\n highlight: \"Regístrese y realice una video consulta\"\n },\n p3: {\n text: \"¿Es médico y quiere hacer medicina en un mundo digital?\",\n highlight: \"Regístrese y comience hoy mismo\"\n },\n p4: {\n text: \"¿Está buscando una segunda opinión médica?\",\n highlight: \"Regístrese y encuentre un especialista\"\n },\n p5: {\n text: \"¿Quiere convertir a su clínica en un centro inteligente?\",\n highlight: \"Contáctenos y comience la transformación\"\n },\n p6: {\n text: \"Le gusta mantener el control de su estado de salud?\",\n highlight: \"Regístrese y tome el control de su salud\"\n }\n },\n modalTransformation: {\n firstTitle: \"Traemos la transformación digital de los servicios de salud\",\n secondTitle: \"¿Cómo lo hacemos?\",\n text1: \"Entendiendo que la transformación digital es un proceso,\",\n text2: \"hemos desarrollado\",\n text3: \"un abanico de\",\n text4: \"servicios On Premise o en formato Cloud\",\n text5: \"según sean las necesidades de cada cliente.\",\n text6: \"Estos servicios funcionan de forma sistémica, dentro de\",\n text7: \"una plataforma tecnológica que facilita la interrelación entre los diferentes actores\",\n text8: \"del sistema de salud.\",\n text9: \"Nuestros agentes de transformación digital están en la capacidad de recomendarle la solución que más se adapte a su requerimiento, según la fase de transformación en la que se encuentre tanto el centro como el profesional de salud.\",\n text10: \"Digitalizar NO es transformación digital\",\n text11: \"¿Quieres saber más sobre cómo\",\n text12: \"iniciar o continuar una transformación digital en salud?\"\n },\n what_viewmed: {\n title: \"¿Qué es Viewmed?\",\n text1: \"Somos un\",\n text2: \"sistema integrado de salud\",\n text3: \"que ofrece la\",\n text4: \"transformación de los servicios médicos de analógicos a digitales\",\n text5: \"sin perder la cercanía con el paciente, empoderándolo y haciendo accesible su información médica.\",\n text6: \"Conectados segundo a segundo,\",\n text7: \"gracias a la visión y la tecnología del siglo XXI.\",\n text8: \"La transformación digital de\",\n text9: \"la salud\",\n text10: \"no se trata de querer\",\n text11: \"cambiar la medicina,\",\n text12: \"se trata de\",\n text13: \"hacer medicina en un mundo digital.\"\n },\n medicine_digitactil: {\n title: \"Pacientes con más control y un servicio más eficaz e integral\",\n text1: \"¿Quiere \",\n text2: \"disponer de sus exámenes e información médica\",\n text3: \"cuando quiera\",\n text4: \"y compartirla con sus médicos \",\n text5: \"sin importar en dónde se encuentren?\",\n text6: \"solicitar una segunda opinión médica\",\n text7: \"con algún especialista\",\n text8: \"de otro país?\",\n text9: \"¿Quiere hacer\",\n text10: \"sus citas médicas desde la comodidad de su casa,\",\n text11: \"llegar a la consulta y ser atendido\",\n text12: \"de forma inmediata?\",\n text13: \"¿Tiene la necesidad de\",\n text14: \"llevar el control de tu tensión arterial,\",\n text15: \"variación de peso y talla o glicemia?\",\n text16: \"En\",\n text17: \"todo esto\",\n text18: \"lo hacemos posible\"\n },\n social_media: {\n viewmed: \"La medicina está en constante evolución, el siguiente paso es la medicina Digitáctil y usted puede ser parte de ella.\",\n hashtag: \"MedicinaDigitáctil\"\n }\n },\n seo: {\n title: \"Viewmed La Medicina Digitáctil\",\n home: \"PACS, EMR, Doctor en Línea, Citas\",\n home_description: \"Viewmed la web médica que provee servicios digitales para que el médico del siglo XXI pueda hacer medicina en un mundo digital\",\n patient: \"Paciente en control de su salud con\",\n patient_description: \"Llegamos al fin de la era del Paciente Paciente, comienza la del paciente en control de su salud empoderado e informado transformándolo en Paciente Digital\",\n professional: \"El Médico del siglo XXI entra en acción con\",\n professional_description: \"Viewmed la web médica que provee servicios digitales para que el médico del siglo XXI pueda hacer medicina en un mundo digital\",\n clinic: \"Viewmed tecnología digital para transformar clínicas y hospitales\",\n clinic_description: \"Viewmed desarrolla tecnología digital para acelerar la transformación digital de clínicas y hospitales en centros de salud inteligentes facilitando su gestión\",\n insurance: \"Viewmed innovación en salud que transforma la experiencia del cliente\",\n insurance_description: \"Viewmed es una innovación en salud que brinda a las aseguradoras el manejo digital de data médica y servicios de telemedicina\",\n sector_public: \"Viewmed Transformación digital de la salud pública\",\n sector_public_description: \"Viewmed es un ecosistema de salud que acelera la transformación digital de la salud pública, más que un hospital digital en un centro de salud inteligente\"\n },\n appointment: {\n \"schedule_crash\": \"Existe un conflicto entre sus horarios. Por favor verifique sus configuraciones.\",\n \"delete_schedule_settings\": \"¿Esta seguro de eliminar la configuración de horario?\",\n \"delete_schedule_settings_error\": \"Existen citas agendadas en esta configuración. Por favor, verifique ya que no podra eliminar hasta no poseer citas agendadas.\"\n },\n consultants: {\n title: \"Activar Calendario en línea\",\n paragraph1: \"Permita a los pacientes pedir citas a través de la internet\",\n paragraph2: \"Con el Calendario online de citas los pacientes podran reservar citas con usted incluso cuando su consulta está cerrada, ya que no necesitan llamarle.\",\n check1: \"Permite que los pacientes puedan pedirle cita a través de internet\",\n check2: \"Gestione todas sus citas desde cualquier dispositivo y lugar\",\n check3: \"Reduzca el ausentismo a la mitad gracias a los recordatorios automáticos\",\n }\n }\n }\n});\n\n\n\n// WEBPACK FOOTER //\n// ./src/lang/i18n.js","// The Vue build version to load with the `import` command\n// (runtime-only or standalone) has been set in webpack.base.conf with an alias.\nimport \"babel-polyfill\";\nimport Vue from \"vue\";\nimport App from \"./App\";\n// import VueResource from 'vue-resource'\nimport router from \"./router\";\nimport Vuelidate from \"vuelidate\";\nimport i18n from \"../src/lang/i18n\";\nimport VueMaterial from \"vue-material\";\nimport store from \"./store/store\";\nimport \"vue-material/dist/vue-material.css\";\nimport \"vue-material/dist/theme/default.css\";\nimport fontawesome from \"@fortawesome/fontawesome\";\nimport FontAwesomeIcon from \"@fortawesome/vue-fontawesome\";\nimport brands from \"@fortawesome/fontawesome-free-brands\";\nimport regular from \"@fortawesome/fontawesome-free-regular\";\nimport solid from \"@fortawesome/fontawesome-free-solid\";\nimport * as VueGoogleMaps from \"vue2-google-maps\";\nimport vue2Dropzone from \"vue2-dropzone\";\nimport \"vue2-dropzone/dist/vue2Dropzone.min.css\";\nimport VueCarousel from \"vue-carousel\";\nimport jsPDF from \"jspdf\";\nimport VueTheMask from \"vue-the-mask\";\nimport Vuetify from \"vuetify\";\nimport \"vuetify/dist/vuetify.min.css\";\nimport ViewmedStyle from \"../src/assets/sass/viewmed.css\";\nimport Cropper from \"../node_modules/cropperjs/dist/cropper.css\";\nimport \"../node_modules/fullpage.js/vendors/scrolloverflow\"; // Optional. When using scrollOverflow:true\n//import './fullpage.scrollHorizontally.min' // Optional. When using fullpage extensions\nimport VueFullPage from \"vue-fullpage.js\";\nvar SocialSharing = require(\"vue-social-sharing\");\nimport VueMeta from \"vue-meta\";\nimport VueCookies from \"vue-cookies\";\n\nimport firebase from \"firebase/app\";\nimport \"firebase/database\";\nimport \"firebase/firestore\";\nimport \"firebase/storage\";\nimport \"firebase/auth\";\nimport \"firebase/analytics\";\n\nconst firebaseConfig = {\n apiKey: \"AIzaSyAX4LQzGy9Ge8qXbGhzDSqwpHvQtmYd89o\",\n authDomain: \"viewmed-web.firebaseapp.com\",\n projectId: \"viewmed-web\",\n storageBucket: \"viewmed-web.appspot.com\",\n messagingSenderId: \"640005556280\",\n appId: \"1:640005556280:web:4a98e3db3018dfb893fecd\",\n measurementId: \"G-EZ3Y3ZF30X\",\n};\n\n// Initialize Firebase\nconst app = firebase.initializeApp(firebaseConfig);\nconst firestore = firebase.firestore(app); // Use 'app' argument\nconst auth = firebase.auth(app);\nconst storage = firebase.storage(app);\nfirebase.analytics();\n\nVue.use(VueCookies);\nVue.$cookies.config(\"7d\");\n\nVue.config.productionTip = false;\nVue.use(VueMaterial);\nVue.use(Vuelidate);\nVue.use(Vuetify, {\n theme: {\n institution: \"#8e24aa\",\n physician: \"#0277bd\",\n patient: \"#00a887\",\n system: \"#6d8110\",\n },\n});\nVue.use(SocialSharing);\nVue.use(VueFullPage);\nVue.use(VueGoogleMaps, {\n load: {\n key: \"AIzaSyAOBM5oRMaTfWNQ_W2u0wlYoh1l3-lxtMg\",\n libraries: \"places\",\n },\n});\n\nVue.use(VueTheMask);\nVue.use(VueMeta, {\n refreshOnceOnNavigation: true,\n});\nfontawesome.library.add(brands, regular, solid);\nVue.component(\"font-awesome-icon\", FontAwesomeIcon);\nVue.component(\"vueDropzone\", vue2Dropzone);\nVue.use(VueCarousel);\n\n/* eslint-disable no-new */\nnew Vue({\n el: \"#app\",\n router,\n store,\n i18n,\n components: { App },\n template: \"\",\n});\n\nexport { firestore, auth, storage };\n\n\n\n// WEBPACK FOOTER //\n// ./src/main.js","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',[_c('span',{domProps:{\"textContent\":_vm._s(_vm.label)}}),_vm._v(\" \"),_c('input',{ref:\"input\",class:_vm.className,attrs:{\"type\":\"text\",\"placeholder\":_vm.placeholder}})])}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-13bfbbee\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./node_modules/vue2-google-maps/dist/components/placeInput.vue\n// module id = T5eZ\n// module chunks = 58","var normalizeComponent = require(\"!../../../vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!./placeInputImpl.js\"\nimport __vue_script__ from \"!!babel-loader!./placeInputImpl.js\"/* template */\nimport __vue_template__ from \"!!../../../vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-13bfbbee\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../vue-loader/lib/selector?type=template&index=0!./placeInput.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = null\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue2-google-maps/dist/components/placeInput.vue\n// module id = YI6p\n// module chunks = 58","\n \n\n\n\n\n\n\n// WEBPACK FOOTER //\n// node_modules/vue2-google-maps/dist/components/autocomplete.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('input',{ref:\"input\",attrs:{\"type\":\"text\",\"placeholder\":_vm.placeholder},domProps:{\"value\":_vm.value}})}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-e5bf798c\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./node_modules/vue2-google-maps/dist/components/autocomplete.vue\n// module id = null\n// module chunks = ","var normalizeComponent = require(\"!../../../vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../vue-loader/lib/selector?type=script&index=0!./autocomplete.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../vue-loader/lib/selector?type=script&index=0!./autocomplete.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-e5bf798c\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../vue-loader/lib/selector?type=template&index=0!./autocomplete.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = null\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue2-google-maps/dist/components/autocomplete.vue\n// module id = null\n// module chunks = ","import Vue from \"vue\";\nimport Vuex from \"vuex\";\n\nVue.use(Vuex);\n\nexport default new Vuex.Store({\n state: {\n admin: false,\n socket: {\n connected: false,\n },\n clinicFormInvalid: {\n invalid: true,\n clinic: false,\n },\n formDataClinic: null,\n socketMessages: {\n connected: false,\n },\n idInstLab: null,\n newNotifications: null,\n active: false,\n idSign: \"\",\n showSign: false,\n user: {\n email: \"\",\n user: \"\",\n idInstitution: \"\",\n pussy: \"\",\n role: \"\",\n defaultPhotoUser: null,\n defaultAvatarUser: null,\n defaultBackground: null,\n },\n activeComponents: true,\n easyPatient: {\n personalInformation: true,\n consultations: false,\n exams: false,\n immunizations: false,\n imaging: false,\n laboratory: false,\n prescriptions: false,\n measurements: false,\n },\n language: \"es\",\n signImage: null,\n srcImage: \"\",\n imageDownload: null,\n switch: {\n physician: false,\n status: null,\n },\n easyFindMe: {\n id_person: null,\n role: null,\n name: null,\n gender: null,\n age: null,\n country: null,\n city: null,\n specialty: null,\n subSpecialty: null,\n experience: null,\n yearsService: null,\n social: {\n facebook: {\n displayed: false,\n },\n twitter: {\n displayed: false,\n },\n linkedin: {\n displayed: false,\n },\n instagram: {\n displayed: false,\n },\n web_site: {\n displayed: false,\n },\n },\n show: {\n id_person: null,\n role: null,\n user: null,\n image: null,\n email: null,\n specialty: null,\n subSpecialty: null,\n view: null, // null=> cuando es un nuevo paciente, 1=> cuando comienza una nueva consulta, 2=> cuando es solo show\n shared: null,\n category: null,\n },\n },\n easyFindMeProfessional: {\n personalInformation: true,\n addressConsultants: false,\n photosProfessional: false,\n servicesProfessional: false,\n paymentSettings: false,\n experienceProfessional: false,\n opinionProfessional: false,\n },\n easyFindMeInstitution: {\n dataProfileInstitution: true,\n dataServicesInstitution: false,\n dataPhotosInstitution: false,\n dataOpinionInstitution: false,\n dataSpecialtyConsultationInstitution: false,\n },\n easyFindMePatient: {\n dataProfilePatient: true,\n },\n showEasyFindMePatient: {\n showPersonalInformationPatient: true,\n showConsultationsPatient: false,\n showExamsPatient: false,\n showInmunizationsPatient: false,\n showImagingPatient: false,\n showLaboratoryPatient: false,\n showPrescriptionsPatient: false,\n showMeasurementsPatient: false,\n },\n showEasyFindMeInstitution: {\n showInformationInstitution: true,\n showServicesInstitution: false,\n showOpinionInstitution: false,\n showPhotosInstitution: false,\n },\n showEasyFindMeProfessional: {\n showInformationProfessional: true,\n showConsultationsProfessional: false,\n showServicesProfessional: false,\n showExperienceProfessional: false,\n showPhotosProfessional: false,\n showOpinionProfessional: false,\n },\n prescriptionsVideoConsultation: false,\n menuVisible: true,\n persistent: \"full\",\n stepDx: {\n dataPersonal: false,\n antecedent: true,\n consultation: true,\n paraclinics: true,\n diagnostic: true,\n prescription: true,\n },\n configAppoint: {\n idInstitution: null,\n idPhysician: null,\n office: null, // only for professionals\n services: [\n // Almacenara el tipo de servicio y los horarios configurados para el mismo\n // servicesConfigAppoint\n ],\n specialty: null,\n },\n servicesConfigAppoint: {\n type_service: null,\n schedule: [\n // scheduleConfigAppoint\n ],\n notifications: {\n confirm_quote: {\n active: false,\n },\n reminder1_quote: {\n active: false,\n },\n reminder2_quote: {\n active: false,\n },\n kind: [], // type = message, email, sms, gcalendar\n },\n assistant_assigned: [], //id :string, permission_assistant :ArrayString (create,write,read,delete)\n permission_patient: false,\n show_physician: false,\n waiting_list: {\n high_priority: { active: false, duration: 0, type: null },\n medium_priority: { active: false, duration: 0, type: null },\n low_priority: { active: false, duration: 0, type: null },\n },\n anticipation: 5,\n disabled_schedule: [],\n },\n scheduleConfigAppoint: {\n duration: 0,\n max_cite: 0,\n days: [],\n horary: {\n from: null,\n to: null,\n },\n responsible: [],\n type_consulting: [],\n multiple_cite: 1,\n active: false,\n },\n appoiment: {\n filter: {\n physician: [],\n institution: [],\n institutionServices: [],\n },\n calendarFilter: [\n // En este punto se mantendra la configuracion completa aplicada de los filtros\n ],\n scheduleFilter: {\n // Aca se matendra unicamente los horarios disponibles y no dispobibles segun el tipo de consulta a partir de la configuración filtrada\n schedule: [],\n disabled_schedule: [],\n },\n horaryAux: null,\n },\n },\n easy: {\n active: false,\n activeComponents: true,\n },\n mutations: {\n updateStore(state, payload) {\n if (payload.item) {\n let storeAux = payload.item.split(\".\");\n switch (String(storeAux.length)) {\n case \"2\":\n // console.log('2')\n state[payload.name][storeAux[0]][storeAux[1]] = payload.value;\n // console.log(state.configAppoint[storeAux[0]][storeAux[1]][storeAux[2]])\n break;\n case \"3\":\n // console.log('3')\n state[payload.name][storeAux[0]][storeAux[1]][storeAux[2]] =\n payload.value;\n // console.log(state.configAppoint[storeAux[0]][storeAux[1]][storeAux[2]])\n break;\n case \"4\":\n // console.log('4')\n state[payload.name][storeAux[0]][storeAux[1]][storeAux[2]][\n storeAux[3]\n ] = payload.value;\n // console.log(state.configAppoint[storeAux[0]][storeAux[1]][storeAux[2]][storeAux[3]])\n break;\n default:\n if (payload.isArray) {\n if (payload.removeArray) {\n let position = payload.item.split(\".\");\n switch (String(position.length)) {\n case \"2\":\n state[payload.name][payload.position[0]][\n payload.position[1]\n ].splice(payload.value, 1);\n break;\n default:\n state[payload.name][payload.item].splice(payload.value, 1);\n break;\n }\n } else {\n state[payload.name][payload.item].push(payload.value);\n }\n } else {\n state[payload.name][payload.item] = payload.value;\n }\n // console.log(`Despues ${payload.item}: `, state[payload.name][payload.item])\n break;\n }\n } else {\n state[payload.name] = payload.value;\n }\n },\n sendDataClinic(state, payload) {\n state.formDataClinic = payload.obj;\n },\n changeRegisterClinic(state, payload) {\n if (payload.clinic) {\n state.clinicFormInvalid.clinic = payload.clinic;\n } else {\n state.clinicFormInvalid.invalid = payload.invalid;\n }\n },\n updateShowSign(state, payload) {\n state.showSign = payload.value;\n },\n updateSignId(state, payload) {\n state.idSign = payload.id;\n },\n updateSignStore(state, payload) {\n state.signImage = payload.url;\n },\n socketio(state, payload) {\n state.socket = payload.socket;\n },\n socketioM(state, payload) {\n state.socketMessages = payload.socket;\n },\n idInstLab(state, payload) {\n state.idInstLab = payload.id;\n },\n menuVisible(state, payload) {\n state.menuVisible = payload.state;\n },\n persistent(state, payload) {\n state.persistent = payload.state;\n },\n showDialog(state) {\n state.active = state.active == true ? false : true;\n },\n sessionStorage(state, payload) {\n Vue.set(state.user, \"email\", payload.email);\n Vue.set(state.user, \"user\", payload.user);\n Vue.set(state.user, \"idInstitution\", payload.idInstitution);\n Vue.set(state.user, \"pussy\", payload.pussy);\n Vue.set(state.user, \"role\", payload.role);\n },\n showComponents(state, payload) {\n state.activeComponents = payload.state;\n },\n showEasy(easy, payload) {\n easy.activeComponents = payload.easy;\n },\n showEasyPatient(easy, payload) {\n easy.easyPatient = payload.state;\n },\n changeLanguage(state, payload) {\n Vue.set(state.language, \"lang\", payload.lang);\n },\n changeSrc(state, payload) {\n state.srcImage = payload.srcImage;\n state.imageDownload = payload.imageDownload;\n },\n easyFindMe(state, payload) {\n state.easyFindMe = payload.state;\n },\n newNotifications(state, payload) {\n state.newNotifications = payload.state;\n },\n changePrescriptionDx(state, payload) {\n state.stepDx = payload.state;\n },\n changeAppointment(state, payload) {\n state.appoiment.horaryAux = payload.value;\n },\n setAdmin(state, payload) {\n state.admin = payload;\n },\n },\n getters: {\n getUser: (state) => state.user.pussy,\n getValidForm: (state) => state.clinicFormInvalid,\n getComponents(state) {\n return state.activeComponents;\n },\n getFormClinic: (state) => state.formDataClinic,\n getShowSignDigital: (state) => state.showSign,\n getEasy(easy) {\n return easy.activeComponents;\n },\n getEasyPatient(easy) {\n return easy.easyPatient;\n },\n getSrcImage: (state) => state.srcImage,\n getSignImage: (state) => state.signImage,\n getImage: (state) => state.imageDownload,\n getEasyFindMe: (state) => state.easyFindMe,\n getEasyFindMeProfessional: (state) => state.easyFindMeProfessional,\n getEasyFindMeInstitution: (state) => state.easyFindMeInstitution,\n getEasyFindMePatient: (state) => state.easyFindMePatient,\n getShowEasyFindMePatient: (state) => state.showEasyFindMePatient,\n getShowEasyFindMeInstitution: (state) => state.showEasyFindMeInstitution,\n getShowEasyFindMeProfessional: (state) => state.showEasyFindMeProfessional,\n getNewNotifications: (state) => state.newNotifications,\n getShowTypePrescription: (state) => state.prescriptionsVideoConsultation,\n getValidationStepDx: (state) => state.stepDx,\n getmenuVisible: (state) => state.menuVisible,\n getpersistent: (state) => state.persistent,\n getidInstLab: (state) => state.idInstLab,\n getsocket: (state) => state.socket,\n getsocketM: (state) => state.socketMessages,\n getConfigAppoint: (state) => state.configAppoint,\n getServicesConfig: (state) => state.servicesConfigAppoint,\n getScheduleConfig: (state) => state.scheduleConfigAppoint,\n getAppoint: (state) => state.appoiment,\n getHoraryAppoint: (state) => state.appoiment.horaryAux,\n getSignId: (state) => state.idSign,\n getSwitch: (state) => state.switch,\n getAdmin: (state) => state.admin,\n },\n});\n\n\n\n// WEBPACK FOOTER //\n// ./src/store/store.js"],"sourceRoot":""}