CN111128363A - Method for dynamically controlling available times of prescription on Internet platform - Google Patents

Method for dynamically controlling available times of prescription on Internet platform Download PDF

Info

Publication number
CN111128363A
CN111128363A CN201811284422.0A CN201811284422A CN111128363A CN 111128363 A CN111128363 A CN 111128363A CN 201811284422 A CN201811284422 A CN 201811284422A CN 111128363 A CN111128363 A CN 111128363A
Authority
CN
China
Prior art keywords
prescription
configuration file
current
records
management based
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.)
Withdrawn
Application number
CN201811284422.0A
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 CN201811284422.0A priority Critical patent/CN111128363A/en
Publication of CN111128363A publication Critical patent/CN111128363A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/60ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the operation of medical equipment or devices
    • G16H40/67ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the operation of medical equipment or devices for remote operation

Landscapes

  • Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The invention relates to the technical field of Internet application development, in particular to a method for dynamically controlling the usable times of a prescription by an Internet platform. The method comprises the following steps: 1. the user purchases the prescription drugs after the network inquiry or takes the prescription order; 2. registering prescription information; 3. inquiring the number of records of the current prescription number existing in the system; 4. the configuration file sets the number of times of available prescription records; 5. judging whether the number of the existing records is larger than the number of times of available prescriptions in the configuration file or not; 6. a prompt box pops up on a foreground page to prompt the number of times that the current prescription number is used and inquire whether the pharmacist agrees to continue using the prescription. The invention solves the problem that the chronic medicine prescription can be repeatedly used but other types of medicine prescription can not be repeatedly used, provides a reference suggestion for a pharmacist to determine whether the current prescription can be continuously used or not by prompting the use times of the current prescription number, and meets the use policy of the prescription.

Description

Method for dynamically controlling available times of prescription on Internet platform
Technical Field
The invention relates to the technical field of Internet application development, in particular to a method for dynamically controlling the usable times of a prescription by an Internet platform.
Background
Prescription drugs are drugs that must be dispensed, purchased and used by a medical practitioner or medical assistant physician; the non-prescription medicine can be automatically judged, purchased and used without the need of the prescription of a doctor.
At present, the chronic medicine prescription can be reused, but other types of medicine prescription can not be reused. However, many times of use are manually controlled, invisible and uncontrollable, so that a method for effectively limiting the use times of the prescription list without hindering the use of the prescription list is needed at present.
The invention solves the problem that the chronic medicine prescription can be repeatedly used but other types of medicine prescription can not be repeatedly used, provides a reference suggestion for a pharmacist to determine whether the current prescription can be continuously used or not by prompting the use times of the current prescription number, and meets the use policy of the prescription.
Disclosure of Invention
The invention solves the problem that the chronic medicine prescription can be repeatedly used but other types of medicine prescription can not be repeatedly used, provides a reference suggestion for a pharmacist to determine whether the current prescription can be continuously used or not by prompting the use times of the current prescription number, and meets the use policy of the prescription.
The technical scheme for solving the technical problems is as follows:
the method comprises the following steps:
1. a method for dynamically controlling the number of times a prescription can be used by an Internet platform comprises the following steps: the method comprises the following steps:
step one, a user purchases prescription drugs after network inquiry or takes a prescription order;
step two, registering prescription information;
step three, inquiring the number of records of the current prescription number existing in the system;
setting the available times of prescription records by the configuration file;
step five, judging whether the number of the existing records is larger than the number of times of using the prescription in the configuration file;
popping up a prompt box on a foreground page to prompt the number of times that the current prescription number is used, and inquiring whether a pharmacist agrees to continue using;
and step seven, dynamically setting the available times of the prescription in the configuration file at the management terminal, and increasing or reducing the threshold of popping up the prompt box.
2. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: and in the third step, the query is a global query, and the number of prescription records of the current prescription number in all stores is queried.
3. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: in the seventh step, the number of times the prescription in the configuration file can be used can be manually changed by an operator, and the system directly changes the parameter values in the configuration file after modification.
4. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: in the second step, the registration content of the prescription information comprises a prescription number, a name, a customer mobile phone, an identification number, a doctor, an open unit, remarks and the like.
5. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 3, characterized in that: the configuration file is modified in such a way that the contents to be changed are written into the configuration file in an IO stream mode, and the configuration can be performed without restarting a server.
6. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: the concrete steps in the fifth step are as follows:
(1) inquiring the use times of the current prescription;
(2) reading a configuration file through IO stream;
(3) obtaining a maximum numerical value;
(4) and judging the use times and the maximum times of the current prescription list.
7. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: and in the sixth step, the bullet box is used as a bootstrap dialog box, and different behaviors can be realized through ajax according to different selections of the user.
8. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 2, characterized in that: the all stores refer to all stores using the Internet platform, and other stores cannot intervene.
The invention solves the problem that the chronic medicine prescription can be repeatedly used but other types of medicine prescription can not be repeatedly used, provides a reference suggestion for a pharmacist to determine whether the current prescription can be continuously used or not by prompting the use times of the current prescription number, and meets the use policy of the prescription.
Drawings
The invention is further described below with reference to the accompanying drawings:
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
As shown in fig. 1, the present invention specifically comprises the following steps:
step one, a user purchases prescription drugs after network inquiry or takes a prescription order;
step two, registering prescription information;
step three, inquiring the number of records of the current prescription number existing in the system;
setting the available times of prescription records by the configuration file;
step five, judging whether the number of the existing records is larger than the number of times of using the prescription in the configuration file;
popping up a prompt box on a foreground page to prompt the number of times that the current prescription number is used, and inquiring whether a pharmacist agrees to continue using;
step seven, if the pharmacist chooses not to agree, the prescription is prohibited from selling, and if the pharmacist chooses to agree, the prescription continues to be sold;
step eight, dynamically setting the available times of the prescription in the configuration file at the management terminal, and increasing or reducing the threshold of popping up the prompt box.

Claims (8)

1. A method for dynamically controlling the number of times a prescription can be used by an Internet platform comprises the following steps: the method comprises the following steps:
step one, a user purchases prescription drugs after network inquiry or takes a prescription order;
step two, registering prescription information;
step three, inquiring the number of records of the current prescription number existing in the system;
setting the available times of prescription records by the configuration file;
step five, judging whether the number of the existing records is larger than the number of times of using the prescription in the configuration file;
popping up a prompt box on a foreground page to prompt the number of times that the current prescription number is used, and inquiring whether a pharmacist agrees to continue using; and step seven, dynamically setting the available times of the prescription in the configuration file at the management terminal, and increasing or reducing the threshold of popping up the prompt box.
2. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: and in the third step, the query is a global query, and the number of prescription records of the current prescription number in all stores is queried.
3. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: in the seventh step, the number of times the prescription in the configuration file can be used can be manually changed by an operator, and the system directly changes the parameter values in the configuration file after modification.
4. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: in the second step, the registration content of the prescription information comprises a prescription number, a name, a customer mobile phone, an identification number, a doctor, an open unit, remarks and the like.
5. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 3, characterized in that: the configuration file is modified in such a way that the contents to be changed are written into the configuration file in an IO stream mode, and the configuration can be performed without restarting a server.
6. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: the concrete steps in the fifth step are as follows:
(1) inquiring the use times of the current prescription;
(2) reading a configuration file through IO stream;
(3) obtaining a maximum numerical value;
(4) and judging the use times and the maximum times of the current prescription list.
7. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 1, characterized in that: and in the sixth step, the bullet box is used as a bootstrap dialog box, and different behaviors can be realized through ajax according to different selections of the user.
8. The method for realizing store prescription drug sales record uploading management based on the internet hospital according to claim 2, characterized in that: the all stores refer to all stores using the Internet platform, and other stores cannot intervene.
CN201811284422.0A 2018-10-31 2018-10-31 Method for dynamically controlling available times of prescription on Internet platform Withdrawn CN111128363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811284422.0A CN111128363A (en) 2018-10-31 2018-10-31 Method for dynamically controlling available times of prescription on Internet platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811284422.0A CN111128363A (en) 2018-10-31 2018-10-31 Method for dynamically controlling available times of prescription on Internet platform

Publications (1)

Publication Number Publication Date
CN111128363A true CN111128363A (en) 2020-05-08

Family

ID=70485096

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811284422.0A Withdrawn CN111128363A (en) 2018-10-31 2018-10-31 Method for dynamically controlling available times of prescription on Internet platform

Country Status (1)

Country Link
CN (1) CN111128363A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112233766A (en) * 2020-11-02 2021-01-15 支付宝(杭州)信息技术有限公司 Information processing method, device, equipment and readable medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112233766A (en) * 2020-11-02 2021-01-15 支付宝(杭州)信息技术有限公司 Information processing method, device, equipment and readable medium
CN112233766B (en) * 2020-11-02 2023-04-28 支付宝(杭州)信息技术有限公司 Information processing method, device, equipment and readable medium

Similar Documents

Publication Publication Date Title
US20230153914A1 (en) Systems and methods for determining and communicating patient incentive information to a prescriber
US8660860B2 (en) System and method for synchronizing medication configuration information among systems containing medication configuration information
US20200372988A1 (en) Methods and system for providing drug pricing information from multiple pharmacy benefit managers (pbms)
US11393580B2 (en) Systems and methods for determining and communicating a prescription benefit coverage denial to a prescriber
US20140039911A1 (en) System and method of comparing healthcare costs, finding providers, and managing prescribed treatments
WO2017135935A1 (en) System and method for dynamic distributed pharmacy transactional network processing
CN111008892A (en) Business limit adjusting method and device and computer readable storage medium
US20170024695A1 (en) System and method for systematic presentation and ordering of documents based on triggers
US20160321411A1 (en) Systems and methods for providing consumer discounts on compounded prescription medications
US10403400B2 (en) Conflicting nomenclature reconciliation system
CN111128363A (en) Method for dynamically controlling available times of prescription on Internet platform
CN109377313B (en) Medicine purchasing method and system and terminal equipment
JP5724020B1 (en) Information processing apparatus and program
US8010385B1 (en) Method and system for notifying healthcare consumers of changes in insurance coverage status for their healthcare service providers and/or medications
CN104123303B (en) A kind of method and device that data are provided
CN111159422A (en) Method and system for establishing knowledge graph of medicine, server and medium
JP2018097557A (en) Medicine inventory managing system, medicine inventory managing device, medicine inventory managing method, and program
US20160188844A1 (en) Cloud based emr manager
US20150006188A1 (en) Coordination of benefits system and method for paying participating pharmacy a portion of a patient's copayments for prescribed medications
JP2015005119A (en) Medicine information management device, medicine information management program, and medicine information management method
Messinger et al. Moving Naloxone Over the Counter Is Necessary but Not Sufficient
US20200185090A1 (en) Optimized drug supply logistical techniques
CN112132349A (en) Performance data processing method and device, computer equipment and computer readable medium
US20230024524A1 (en) System and Process Distributing Physician-Owned Durable Medical Equipment (DME)
US20210019296A1 (en) System and method for data de-duplication and augmentation

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200508