Migrating from previous emr to OpenEMR (MEDIOS emr)

hi @jfuenmayor, sure, rough outline:

  1. add the pubpid to the patient_data table, might have to redo your demo import
  2. extract the documents into the /tmp directory and make sure webserver can read from there
  3. create a script that reads the provided document file
  4. while reading each line in the csv grab the pubpid and filename, modified to point to /tmp
  5. grab the pid from the pubpid in the patient_data table to be used next
  6. use the document class or document service to add the file to the pt’s chart