CN108647362A - A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated - Google Patents

A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated Download PDF

Info

Publication number
CN108647362A
CN108647362A CN201810486570.4A CN201810486570A CN108647362A CN 108647362 A CN108647362 A CN 108647362A CN 201810486570 A CN201810486570 A CN 201810486570A CN 108647362 A CN108647362 A CN 108647362A
Authority
CN
China
Prior art keywords
data
foshan
mono
pharmacy
food medicine
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810486570.4A
Other languages
Chinese (zh)
Inventor
谢思维
张来卿
庞严冬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Original Assignee
Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd filed Critical Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Priority to CN201810486570.4A priority Critical patent/CN108647362A/en
Publication of CN108647362A publication Critical patent/CN108647362A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

The present invention relates to Internet technical field, especially a kind of method for realizing that Mono-drugstore management system is integrated with Foshan food medicine prison system data.Method of the present invention is related to Foshan food medicine prison unit and medical system executable unit;The data of needs are acquired using system interface, and corresponding format is aggregated into according to data standard;The present invention provides a kind of methods realized Mono-drugstore management system and supervise system data acquisition with Foshan food medicine, can be used for the data acquisition of HealthCare Enterprise.

Description

A kind of realization Mono-drugstore management system and Foshan food medicine prison system data are integrated Method
Technical field
The present invention relates to Internet technical field, medical system executable unit, Foshan food medicines to supervise unit, especially one Kind realizes that Mono-drugstore management system supervises the integrated method of system data with Foshan food medicine.
Background technology
Mobile Internet exactly combines both mobile communication and internet, is integrally formed;Medicine Management System is Collect into, sell, deposit, finance and the professional pharmacy's management software of member's integration, be that drug and Chinese medicine are used into same operating process It manages respectively, easy to operate, the convenient software of management.System is developed using multi-layer framework sub-module, and performance is stablized, operation peace Entirely;In Internet era, industry-by-industry is required for internet and enterprise to carry out data docking, but different unit data formats with Specification is again inconsistent.Therefore, how efficient progress data acquisition is just at a problem.
Monomer pharmaceutical manufacturer carries out this enterprises's drugs data to meet the acquisition for eating drug administration data specification in Foshan at present Main problem has:
1, because lacking related technical personnel, shops itself learning data upload cost is big for many monomer shops, and begins to learn and be easy Outflow is wrong;
2, uploading step is cumbersome, loss of data is easy to cause during arranging, the data acquisition of monomer shops is according to the following steps:
One, Excel document is written in shops day purchase records;
Two, Excel document is written in shops day sales figure;
Three, with the database account of Foshan food medicine prison unit distribution, document is imported into database;
3, human resources consumption is big, and single uplink time is long.
Invention content
Present invention solves the technical problem that being to provide a kind of efficient carry out data acquisition interface;Overcome above-mentioned existing Defect existing for technology.
The present invention solve above-mentioned technical problem technical solution be:
The data integration of method Foshan food medicine the prison unit and medical system executable unit;It is as follows:
One, HealthCare Enterprise operator clicks in this business system and imports button;
Two, background system automatic collection meets pharmacy's purchase records of condition;
Three, background system automatic collection meets pharmacy's sales figure of condition;
Four, by data type classifications and the data upload table of current shops is imported;
The automatic collection meet condition purchase records refer in particular to system automatically search meet food and medicine supervision platform drug Buy data standard and in the effective data of monomer shops;
The automatic collection meet condition sales figure refer in particular to system automatically search meet food and medicine supervision platform drug Sales data specification and in the effective data of monomer shops;
It is described by data type classifications and to import current shops Foshan data upload table and refer to by defined identifier meeting item The pharmacy's sales data and pharmacy's procurement data of part import the same data and upload in table, are as follows:
One, collected pharmacy's procurement data, and it is set as buying state;
Two, collected pharmacy's sales data, and it is set as distribution state;
Three, the method being inserted into using efficient batch, is inserted data into tables of data.
Description of the drawings
The following further describes the present invention with reference to the drawings:
Fig. 1 is flow chart of the present invention.
Specific implementation mode
The present invention the specific steps are:
One, HealthCare Enterprise operator clicks in this business system and imports button;
Two, background system judges that shops's information, monomer shops will load monomer shops data according to the Id of current shops;
Three, maximum time was imported by database last time from the background, obtains newest purchase records, be stored in common set;
for(PurchaseStorageInspectionOrder purchaseStorageInspectionOrder: purchaseStorageInspectionOrderList)
{ whereList.add(Condition.createEq("inspectionOrderNo", purchaseStorageInspectionOrder.getInspectionOrderNo()));
whereList.add(Condition.createEq("storeId",purchaseStorageInspectionOrder .getStoreId()));
map.put("whereList", whereList);
List<PurchaseStorageInspectionOrderDetail> InspectionOrderDetailArray = purchaseStorageInspectionOrderDetailService.listByParam(map);
for(PurchaseStorageInspectionOrderDetail purchaseStorageInspectionOrderDe tail : InspectionOrderDetailArray) {
purchaseStorageInspectionOrderDetailList.add(purchaseStorageInspectionOrd erDetail);}} initPurcharStore(drugDataInterfaceList,baseStoreInfo, purchaseStorageInspectionOrderDetailList,localUser);
Four, maximum time was imported by database last time from the background, obtains newest sales figure, be stored in common set;
for(SaleOrder saleOrder:saleOrderList){
whereList.add(Condition.createEq("saleOrderNo", saleOrder.getSal eOrderNo()));
whereList.add(Condition.createEq("storeId", saleOrder.getStoreId ()));
map.put("whereList", whereList);
List<SaleOrderDetail> saleOrderDetailArray = saleOrderDetailService.listReportListByPage(map);
for (SaleOrderDetail saleOrderDetail : saleOrderDetailArray) {
saleOrderDetailList.add(saleOrderDetail);
}
}
initSaleOrder(drugDataInterfaceList,baseStoreInfo,saleOrderDetailList, localUser);
Five, judge whether common set has what be new, have, uploaded, nothing is then without uploading, by data type classifications And import current shops Foshan data upload table;
if(drugDataInterfaceList.size()==0){
return 0;
}
// high efficiency batch is newly-increased
this.insertBatch(drugDataInterfaceList)。

Claims (3)

1. a kind of method for realizing that Mono-drugstore management system is integrated with Foshan food medicine prison system data, it is characterised in that: The data integration of method Foshan food medicine the prison unit and medical system executable unit;It is as follows:
One, HealthCare Enterprise operator clicks in this business system and imports button;
Two, background system automatic collection meets pharmacy's purchase records of condition;
Three, background system automatic collection meets pharmacy's sales figure of condition;
Four, by data type classifications and current shops Foshan data upload table is imported;
It is according to claim 1 a kind of to realize that Mono-drugstore management system and Foshan food medicine prison system data is integrated Method, it is characterised in that:The automatic collection meet condition purchase records refer in particular to system automatically search meet food and medicine Supervision platform drug buys data standard and in the effective data of shops of monomer shops.
2. a kind of realization Mono-drugstore management system according to claim 1 and Foshan food medicine prison system data are integrated Method, it is characterised in that:The automatic collection meet condition sales figure refer in particular to system automatically search meet food medicine Product supervise platform medicine sales data standard and in the effective data of monomer shops.
3. a kind of realization Mono-drugstore management system according to claim 1 and Foshan food medicine prison system data are integrated Method, it is characterised in that:It is described by data type classifications and to import current shops Foshan data upload table and refer to by defined Identifier imports the pharmacy's sales data and pharmacy's procurement data of the condition that meets in the same data upload table, and specific steps are such as Under:
One, collected pharmacy's procurement data, if identifier is 0;
Two, collected pharmacy's sales data, if identifier is 1;
Three, two buyings are inserted into sales data in a tables of data simultaneously.
CN201810486570.4A 2018-05-21 2018-05-21 A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated Pending CN108647362A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810486570.4A CN108647362A (en) 2018-05-21 2018-05-21 A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810486570.4A CN108647362A (en) 2018-05-21 2018-05-21 A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated

Publications (1)

Publication Number Publication Date
CN108647362A true CN108647362A (en) 2018-10-12

Family

ID=63756991

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810486570.4A Pending CN108647362A (en) 2018-05-21 2018-05-21 A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated

Country Status (1)

Country Link
CN (1) CN108647362A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918426A (en) * 2018-12-21 2019-06-21 航天信息股份有限公司 Eat the building method of drug administration data management platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479188A (en) * 2010-11-23 2012-05-30 上海市电力公司 Electric energy quality data acquisition method
CN106126522A (en) * 2016-06-03 2016-11-16 宋良才 A kind of processing system of accounting statement
CN106407329A (en) * 2016-09-05 2017-02-15 国网江苏省电力公司南通供电公司 Method for automatically importing incremental data from massive platform to hadoop platform
CN106446298A (en) * 2016-11-29 2017-02-22 盐城工学院 Data management method and device based on PDM (Pulse Duration Modulation)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479188A (en) * 2010-11-23 2012-05-30 上海市电力公司 Electric energy quality data acquisition method
CN106126522A (en) * 2016-06-03 2016-11-16 宋良才 A kind of processing system of accounting statement
CN106407329A (en) * 2016-09-05 2017-02-15 国网江苏省电力公司南通供电公司 Method for automatically importing incremental data from massive platform to hadoop platform
CN106446298A (en) * 2016-11-29 2017-02-22 盐城工学院 Data management method and device based on PDM (Pulse Duration Modulation)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918426A (en) * 2018-12-21 2019-06-21 航天信息股份有限公司 Eat the building method of drug administration data management platform

Similar Documents

Publication Publication Date Title
Brophy Overview on the challenges and benefits of using telehealth tools in a pediatric population
Mandl et al. Escaping the EHR trap—the future of health IT
CN102034032B (en) Intelligentized health nutrient diet catering system and application mode thereof
CN204706066U (en) A kind of wireless interaction meal ordering system
Marcotte et al. Integrating health information technology to achieve seamless care transitions
WO2014178033A2 (en) Modifying metadata associated with electronic medical images
EP3091488A1 (en) Integrated system for producing procedural data change sets communicated to multiple client devices
CN104021485A (en) Commodity push method and device based on physiological index parameters
US20140222453A1 (en) System and Methods for Dynamically Matching Sponsors with Vendors
Cornette Contemporary neonatal transport: problems and solutions
KR101598918B1 (en) Method for providing remote medical managing service
CN108647362A (en) A method of realizing that Mono-drugstore management system and Foshan food medicine prison system data are integrated
CN108596686A (en) A method of realizing that chain partner drugstore management system and Foshan food medicine prison system data are integrated
US20220293254A1 (en) Automated data aggregation with file analysis and predictive modeling
CN110660467A (en) On-line platform for dietary health management and implementation method thereof
Suarez et al. Automation of mass vaccination against COVID-19 at an academic health center
Silva et al. Application of HL7® FHIR for device and health information system interoperability
Lee et al. Validation of the new diagnosis grouping system for pediatric emergency department visits using the International Classification of Diseases, 10th Revision
US20140379359A1 (en) Universal content architecture system
CN110838080A (en) Report transmission method and device, storage medium, and electronic device
Borandegi et al. The effect of self-care education regarding high-risk behaviors of acquired immune deficiency syndrome and smoking on knowledge and attitude of adolescent girls: An experimental study to health promotion
Yuan et al. Development and Application of Mobile Nursing System in Obstetrics
CN113822452B (en) Health item reservation method, computing device and storage medium
CN107885712A (en) Dock document structure tree method and device, computer-readable storage medium and terminal
CN105491097A (en) Remote diagnosis and treatment method and system allowing user to purchase medicines conveniently

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20181012