123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544 |
- import request from "@/utils/request";
-
-
- export function saveProject(params){
-
- return request({
- url:"/api/his/saveproject",
- methods:"get",
- params:params,
- })
- }
-
-
- export function getProjectList(params){
-
- return request({
- url:"/api/his/getprojectlist",
- methods:"get",
- params:params
- })
- }
-
- export function getProjectDetail(id,params){
-
- return request({
- url:"/api/his/getprojectdetail?id="+id,
- methods:"get",
- params:params
- })
- }
-
- export function updatedProject(params){
-
- return request({
- url:"/api/his/updatedproject",
- methods:"get",
- params:params
- })
- }
-
- export function deleteHisProject(id,params){
-
- return request({
- url:"/api/his/deletehisproject?id="+id,
- methods:"get",
- params:params
- })
- }
-
- // export function saveProjectTeam(params,data){
- // return request({
- // url:"/api/his/saveprojectteam",
- // methods:"DELETE",
- // data:data,
- // params:params,
- // })
- // }
-
- export function getProjectTeamList(params){
-
- return request({
- url:"/api/his/getprojectteamlist",
- methods:"get",
- params:params
- })
- }
-
- export function getProjectTeamDetail(id,params){
-
- return request({
- url:"/api/his/getprojectteamdetail?id="+id,
- methods:"get",
- params:params
- })
- }
-
- export function updatedProjectTeam(params){
-
- return request({
- url:"/api/his/updateprojectteam",
- methods:"get",
- params:params
- })
- }
-
- export function DeleteProjectTeam(id,params){
-
- return request({
- url:"/api/his/deleteprojectteam?id="+id,
- methods:"get",
- params:params
- })
- }
-
- export function SaveDepartment(params){
-
- return request({
- url:"/api/his/savedepartment",
- methods:"get",
- params:params
- })
- }
-
- export function getDePartmentList(params){
-
- return request({
- url:"/api/his/getdepartmentlist",
- methods:"Get",
- params:params
- })
- }
-
- export function getDepartMentDetail(id,params){
-
- return request({
- url:"/api/his/getdepartmentdetail?id="+id,
- methods:"get",
- params:params
- })
- }
-
- export function UpdatedDepartment(params){
-
- return request({
- url:"/api/his/updagtedepartment",
- methods:"get",
- params:params
- })
- }
-
- export function DeleteDepartment(id,params){
- return request({
- url:"/api/his/deletedeparment?id="+id,
- methods:"get",
- params:params
- })
- }
-
-
- export function getPatientList(params){
- return request({
- url:"/api/his/getbloodpatient",
- methods:"get",
- params:params
- })
- }
-
- export function getHisPrescription(id,params){
-
- return request({
- url:"/api/his/gethisprescription?id="+id,
- methods:"get",
- params:params
- })
- }
-
- export function saveCharges(data){
-
- return request({
- url:"/api/his/additionalcharge",
- method:"post",
- data:data
- })
- }
-
-
- export function getAllProjectList(params){
- return request({
- url:"/api/his/getallprojectlist",
- methods:"get",
- params:params
- })
- }
-
- export function addProjectList(params){
-
- return request({
- url:"/api/his/addprojectlist",
- methods:"get",
- params:params
- })
- }
-
- export function getPatientInformation(id,params){
-
- return request({
- url:"/api/his/getpatientinformation?id="+id,
- methods:"Get",
- params:params
- })
- }
-
- export function DeleteProject(id,params){
-
- return request({
- url:"/api/his/deleteproject?id="+id,
- methods:"Get",
- params:params
- })
- }
-
-
- export function getHisProject(params){
-
- return request({
- url:"/api/his/gethisproject",
- methods:"get",
- params:params
- })
- }
-
- export function addProjectTeam(params){
-
- return request({
- url:"/api/his/getprojectteam",
- methods:"Get",
- params:params
- })
- }
-
- export function getAllDoctorList(params){
-
- return request({
- url:"/api/his/getalldoctorlist",
- methods:"Get",
- params:params
- })
- }
-
- export function saveHisPatient(params){
-
- return request({
- url:"/api/his/savehispatient",
- methods:"get",
- params:params
- })
- }
-
- export function getAllProjectTeam(params){
-
- return request({
- url:"/api/hist/getallprojecteam",
- methods:"get",
- params:params
- })
- }
-
- export function getPojectListById(params){
-
- return request({
- url:"/api/his/getprojectlistbyid",
- methods:"get",
- params:params
- })
- }
-
- export function getHisPatientHistory(params){
-
- return request({
- url:"/api/his/gethispatienthistory",
- methods:"get",
- params:params
- })
- }
-
-
- export function changePatient(id,params){
-
- return request({
- url:"/api/patient/changepatient?id="+id,
- method:"get",
- params:params
- })
- }
-
-
- export function getPatientCaseHistory(params){
-
- return request({
- url:"/api/patient/getpatientcasehistory",
- method:"get",
- params:params
- })
- }
-
- export function SaveHisPatientCaseHistoryTemplate(params){
-
- return request({
- url:"/api/doctorworkstation/casehistorytemplate/create",
- method:"get",
- params:params
- })
- }
-
- export function getHistoryTemplate(params){
-
- return request({
- url:"/api/doctorworkstation/casehistorytemplate/get",
- method:"get",
- params:params
- })
- }
-
- export function getTemplateDetail(id,params){
-
- return request({
- url:"/api/doctorworkstation/gettemplatedetail?id="+id,
- method:"get",
- params:params
- })
- }
-
- export function updateRecordTemplate(params){
-
- return request({
- url:"/api/doctorworkstation/updaterecordtemplate",
- method:"get",
- params:params
- })
- }
-
- export function getHisPatient(params){
-
- return request({
- url:"/api/hispatient/gehispatient",
- method:"get",
- params:params
- })
- }
-
- export function postPrintHisTemplate(params){
-
- return request({
- url:"/api/hispatient/postprinthistemplate",
- method:"get",
- params:params
- })
- }
-
- export function getHisPrintTemplate(params){
-
- return request({
- url:"/api/gethisprinttemplate",
- method:"get",
- params:params
- })
- }
-
- export function postPrescriptionPrintTemplate(params){
-
- return request({
- url:"/api/hispatient/postprescriptiontemplate",
- method:"Get",
- params:params
- })
- }
-
- export function getPrescriptionTemplate(params){
-
- return request({
- url:"/api/hispatient/getprescriptiontemplate",
- method:"Get",
- params:params
- })
- }
-
- export function postTreatPrintTemplate(params){
-
- return request({
- url:"/api/hispatient/posttreatprinttemplate",
- method:"get",
- params:params
- })
- }
-
- export function getTreatPrintTemplate(params){
-
- return request({
- url:"/api/hispatient/gettreatprinttemplate",
- method:"Get",
- params:params
- })
- }
-
- export function postChargePrintTemplate(params){
-
- return request({
- url:"/api/hispatient/postchargeprinttemplate",
- method:"get",
- params:params
- })
- }
-
- export function getChargePrintTemplate(params){
-
- return request({
- url:"/api/hispatient/getchargeprinttemplate",
- method:"get",
- params:params
- })
- }
-
- export function getAllHisPatientList(params){
-
- return request({
- url:"/api/hispatient/getallhispatient",
- method:"get",
- params:params
- })
- }
-
- export function getPrescriptionPrint(params){
-
- return request({
- url:"/api/hispatient/getprescriptionprint",
- method:"get",
- params:params
- })
- }
-
- export function getChargePrint(params){
-
- return request({
- url:"/api/hispatient/getchargeprint",
- method:"get",
- params:params
- })
- }
-
- export function getTodaySchedulePatient(params){
-
- return request({
- url:"/api/hispatient/gettodayschedulepatient",
- method:"get",
- params:params
- })
- }
-
- export function getHisPatientDetail(params){
- console.log("params99999",params);
- return request({
- url:"/api/hispatient/gethispatientdetail",
- method:"Get",
- params:params
- })
- }
-
- export function getAllDePartmentList(params){
-
- return request({
- url:"/api/hispatient/getalldepartmentlist",
- method:"Get",
- params:params
- })
- }
-
- export function getPrescriptionList(id,p_type){
-
- return request({
- url:"/api/hispatient/getprescription?patient_id="+id+"&p_type="+p_type,
- method:"Get",
- })
- }
-
- export function getPatientDetail(id,params){
-
- return request({
- url:"/api/histpatient/getpatientdetail?id="+id,
- method:"Get",
- params:params
- })
- }
-
- export function saveMainTemplate(params){
-
- return request({
- url:"/api/hispatient/savemaintemplate",
- method:"Get",
- params:params
- })
- }
-
- export function getMedicalTemplateList(params){
-
- return request({
- url:"/api/hispatient/getmedicaltemplatelist",
- method:"Get",
- params:params
- })
- }
-
- export function getMainTemplateById(id,params){
-
- return request({
- url:"/api/hispatient/getmaintemplatebyid?id="+id,
- method:"get",
- params:params
- })
- }
-
- export function UpdateMainTemplate(params){
-
- return request({
- url:"/api/hispatient/updatemaintemplate",
- method:"get",
- params:params
- })
- }
-
- export function deleteMainTemplate(id,params){
-
- return request({
- url:"/api/hispatient/deletemaintemplate?id="+id,
- method:"Get",
- params:params
- })
- }
-
- export function getUnRegisterHisPatientList (params) {
- return request({
- url: '/api/unregister/list',
- method: 'get',
- params:params,
- })
- }
-
-
- export function postProjectInformation(params){
-
- return request({
- url:"/api/postprojectinformation",
- method:"post",
- data:params
- })
- }
-
- export function getInvoice(params){
- return request({
- url:"/api/fapiao/get",
- method:"get",
- params:params
- })
- }
|