Oscar19 Add Appointment Screen Improvements
You can see the below video on recent improvements to the Add Appointment screen in OSCAR19 by Peter Hutten-Czapski: Features include:
Open Source Electronic Medical Records Software
Open Source Electronic Medical Records Software
You can see the below video on recent improvements to the Add Appointment screen in OSCAR19 by Peter Hutten-Czapski: Features include:
I would like to invite you to a webinar where I will be presenting all about reducing the rising IT costs for clinics/pharmacies including taking advantage of open-source tools without monthly fees. The topic is particularly timely and relevant, considering the…
If you come across this error: “Access Denied.You cannot access this client’s Encounters because he/she is not in your program domain. What this means is that this client is currently not, and never has been a participant in any program…
The default size limit for uploading files into OSCAR is 100MB, but you can modify this in the struts-config.xml property is set in the following tag, and would need a tomcat restart to take effect: <controller processorClass=”org.apache.struts.tiles.TilesRequestProcessor”> maxFileSize=”100M” />
Here’s some info on how the hl7TextInfo, hl7_link, hl7_msh, hl7_obx, hl7_obr, hl7_pid, providerLabRouting, patientLabRouting tables and measurements relate in OSCAR. Lab comes in and writes to hl7TextMessage. I’ll call this hmessage The lab is “dissected” and inputted into: hl7TextInfo I’ll call this…
The Drug Interactions From Peter Hutten Czapski: I have created a 2 min video demonstrating how to use the interactions function for the latest OSCAR 19 build 2890 OSCAR 19 uses the RxNorm interface from the National Library of Medicine…
OSCAR supports multisite/multi location clinics, where each can have its own clinic name/address/phone/fax, and doctors can be assigned to multiple locations to choose which details show up on each Rx, have different schedule templates assigned to each location, etc. By…
Some advanced preventions customization tips from Peter Hutten-Czapski How can I group Preventions screening and Immunizations to show them as different groups? Just change the headingName in the definition in a custom OSCAR look for your settings through the oscar.properties file with…
When viewing code blocks on this site, you can now click your mouse anywhere in the code block to copy its contents to your clipboard. Example recording: Try it out below!
If you have a measurement in your OSCAR called “OCBL” (ocult blood, so to flag as normal or abnormal) mapped per LOINC to FIT, you can run the SQL script below to update the OCBL to measurements (it updates the…