I use webmin or ubuntu cmd line to access the system. Is there a separate cmd prompt for the database? No problem inserting those lines of codes in those files thru webmin.
Hi Stephen,
Do you first;
~$ mysql -u [username] -p [dbname]
mysql >
Then input;
-e INPUT INTO âŚ
Sorry mysql cmds are new to me.
Am I mistaken that the commit that you pointed to meant that these were code lines to add to those 2 files?
Trying to understand what is being done.
Hi Stephen,
Tried the cmd above and got the following;
-bash: syntax error near unexpected token â)â
Is it possible instead to insert those lines into the file sql/database.sql at lines 7150 and 7151 without using cmd line as you showed above?
That would be very easy for me to do.
Hi Stephen,
Still no go.
Tried the cmd you suggested and get the following;
mysql : [Warning] Using a password on the command line interface can be insecure.
Does this mean that the cmd should be done from root (#) ?
Thank you
Henry
Not sure what is going on. Did I not update the previous external dataloads updates
correctly ?
(PS, Finally learned how to take a screenshot and put it into the forum.)
Thank you,
Henry
I have made all these changes on a appliance copy to be sure it all works out all right before working on the production appliance, just in case.
This method has served me well.
Hi Stephen, how do I confirm that the 2018 update has been done? Itâs saying that the latest install is the 2017. If thatâs so, shouldnât I remove the 2019 files, update the 2018, then put the 2019 files back in and update to 2019? Is there a file that shows what the latest update is?
if it says itâs 2017 then that is active in the system. It depends if you have old dates of service prior to 10-1-18 that might need the older version but most likely you can go straight to 2019.
When External Database Import Utility âInstalled Releaseâ reads that the release date is 2017-10-01; It really means itâs the 2018-ICD-10 codes are loaded.
Likewise when it reads that the release date is 2018-10-01; It really means that the 2019-ICD-10 codes are loaded.
2)You canât have 2 different code dates loaded in the contrib/icd10 file. It wonât let you update.
3)The mysql cmd file does require
â-p[password]â as you indicated.
âStaged Releasesâ means; These are the files sitting in the contrib/icd10 file. It doesnât mean that they have or have not been loaded into your system.
When the Staged Release box says âthe installed version and the staged files are the sameâ; It means exactly that, i.e. the files in the Staged Release (contrib/icd10 file) are already loaded into your system.
Thank you so much for your help!!
You and the OpenEMR team are truly incredible!!!