diff --git a/database/data/departments.csv b/database/data/departments.csv new file mode 100644 index 0000000..a606aa6 --- /dev/null +++ b/database/data/departments.csv @@ -0,0 +1,3 @@ +is_active,organization,name +1,Chevron Panchlaish,CR +1,Chevron Panchlaish,Imaging diff --git a/database/data/dicom-servers.csv b/database/data/dicom-servers.csv new file mode 100644 index 0000000..7e6d8f8 --- /dev/null +++ b/database/data/dicom-servers.csv @@ -0,0 +1,3 @@ +is_active,server_name,geo_code,host,http_port,dicom_port,rest_api_endpoint,ae_title,username,password,wado_path,stone_viewer_path,ohif_viewer_path,meddream_viewer_path,organization_id,department_id +1,CTG-1,BD,cgp1.telerad24.com,8042,4242,http://cgp1.telerad24.com:8042/,BLACKFISH,,,dicom-web,stone-webviewer/index.html,ohif/viewer,,, +1,NBG-1,DE,de1.telerad24.com,8042,4242,http://de1.telerad24.com:8042/,BLACKFISH,,,dicom-web,stone-webviewer/index.html,ohif/viewer,,, diff --git a/database/data/organizations.csv b/database/data/organizations.csv new file mode 100644 index 0000000..1ec753f --- /dev/null +++ b/database/data/organizations.csv @@ -0,0 +1,5 @@ +name,is_active +CATCH-ALL,1 +Chevron Panchlaish,1 +Chevron Boropole,1 +Chevron Shantibag,1 diff --git a/database/data/users.csv b/database/data/users.csv index 0d16ba3..2f93767 100644 --- a/database/data/users.csv +++ b/database/data/users.csv @@ -13,15 +13,15 @@ Dr. Hamid,Dr.,Hamid ,Alam ,,drhamid,,16462956323,RAD,, Dr. Shabiha ,Dr.,Shabiha,Quadir ,,dr.shabihaquadir@gmail.com,dr.shabihaquadir@gmail.com,8.80182E+12,RAD,, Dr. Ehsan,Dr.,Ehsan S,Choudhury,,ehsanchy@gmail.com,ehsanchy@gmail.com,8.80171E+12,RAD,, Dr. Mobin,Dr.,Mobinul Alam,Chowdhury ,,mobinchy@hotmail.com,mobinchy@hotmail.com,8.80182E+12,RAD,, -Noor Mohammad ,,Noor ,Mohammad ,,noor.mohammad024@gmail.com,noor.mohammad024@gmail.com,8.80172E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG -Ali Akbar ,,Ali ,Akbar ,,ali.akbar.ri@gmail.com,ali.akbar.ri@gmail.com,8.80182E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG -Bulbul,,Mahbubul ,Islam ,,bulbulislam10@gmail.com,bulbulislam10@gmail.com,8.80176E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG -Zulhas,,Zillur Rahman,Zulhas,,rahmanmdzillur9@gmail.com,rahmanmdzillur9@gmail.com,8.80187E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG +Noor Mohammad ,,Noor ,Mohammad ,,noor.mohammad024@gmail.com,noor.mohammad024@gmail.com,8.80172E+12,TECH,Chevron Panchlaish,Imaging +Ali Akbar ,,Ali ,Akbar ,,ali.akbar.ri@gmail.com,ali.akbar.ri@gmail.com,8.80182E+12,TECH,Chevron Panchlaish,Imaging +Bulbul,,Mahbubul ,Islam ,,bulbulislam10@gmail.com,bulbulislam10@gmail.com,8.80176E+12,TECH,Chevron Panchlaish,Imaging +Zulhas,,Zillur Rahman,Zulhas,,rahmanmdzillur9@gmail.com,rahmanmdzillur9@gmail.com,8.80187E+12,TECH,Chevron Panchlaish,Imaging Dr. Masroor,Dr.,Masroor Ehsan,Choudhury,,masroor,masroore@gmail.com,8.80173E+12,ADMIN,, Sumit,,Sumit,Majumder,,sumit.chvrnit@gmail.com,sumit.chvrnit@gmail.com,8.80182E+12,ADMIN,, -Saiful,,Saiful,Islam,,saiful,,8.80182E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG -Apon,,Apon,,,apon,,8.80163E+12,TECH,CHEVRON_HQ,CHEV_HQ_IMG -Chevron CR,,X-ray,Tech,,chevroncr,,,TECH,CHEVRON_HQ,CHEV_HQ_CR +Saiful,,Saiful,Islam,,saiful,,8.80182E+12,TECH,Chevron Panchlaish,Imaging +Apon,,Apon,,,apon,,8.80163E+12,TECH,Chevron Panchlaish,Imaging +Chevron CR,,X-ray,Tech,,chevroncr,,,TECH,Chevron Panchlaish,CR Dr. Gopinathan,Dr.,Gopinathan,,"MBBS, MDRD, Reg No.62980",drgopinathan,,,RAD,, Dr. Sudha,Dr.,K Sudha,,"MBBS, MDRD",drsudha,,,RAD,, -Dr. Rajkumar,Dr.,Rajkumar,,MBBS MDRD Reg No.TMMC130572,drrajkumar,,,RAD,, \ No newline at end of file +Dr. Rajkumar,Dr.,Rajkumar,,MBBS MDRD Reg No.TMMC130572,drrajkumar,,,RAD,, diff --git a/database/seeders/DicomServerSeeder.php b/database/seeders/DicomServerSeeder.php new file mode 100644 index 0000000..3dfcd27 --- /dev/null +++ b/database/seeders/DicomServerSeeder.php @@ -0,0 +1,13 @@ +