CN110351674B - System for realizing short message pushing by butting mobile platform - Google Patents

System for realizing short message pushing by butting mobile platform Download PDF

Info

Publication number
CN110351674B
CN110351674B CN201910700037.8A CN201910700037A CN110351674B CN 110351674 B CN110351674 B CN 110351674B CN 201910700037 A CN201910700037 A CN 201910700037A CN 110351674 B CN110351674 B CN 110351674B
Authority
CN
China
Prior art keywords
short message
interface
pushing
service
sending
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.)
Active
Application number
CN201910700037.8A
Other languages
Chinese (zh)
Other versions
CN110351674A (en
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.)
Inspur Financial Information Technology Co Ltd
Original Assignee
Inspur Financial Information Technology 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 Inspur Financial Information Technology Co Ltd filed Critical Inspur Financial Information Technology Co Ltd
Priority to CN201910700037.8A priority Critical patent/CN110351674B/en
Publication of CN110351674A publication Critical patent/CN110351674A/en
Application granted granted Critical
Publication of CN110351674B publication Critical patent/CN110351674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a system for realizing short message pushing by butting a mobile platform, which comprises: the webservice interface service module, the windows timing push service module and the short message management background obtain data support from the sqlServer database through the external network server. Through the mode, the invention can facilitate the functional devices such as self-service equipment, mobile phone app, public numbers, service windows and the like and the application to push appointment or notification short messages to patients in real time and at regular time.

Description

System for realizing short message pushing by butting mobile platform
Technical Field
The invention relates to the field of short message pushing, in particular to a system for realizing short message pushing by butting a mobile platform.
Background
Under the background that the intelligent degree of a banking medical project is continuously improved and a mobile phone is used as an indispensable tool in daily life, a hospital requires functional devices and applications such as self-service devices, mobile phone apps, public numbers and service windows to push appointment or notification short messages to a patient in real time and at regular time in order to improve service attitude and quality. The technology provides a solution for solving the above requirements of hospitals, and meets the requirements of hospitals and patients.
Disclosure of Invention
The invention mainly solves the technical problem of providing a system for realizing short message pushing in a butt joint with a mobile platform, which can facilitate functional equipment such as self-service equipment, mobile phone apps, public numbers, service windows and the like and application to push appointment or notification short messages to patients in real time and at regular time.
In order to solve the technical problems, the invention adopts a technical scheme that: the system for realizing short message pushing by butting the mobile platform comprises the following steps: the system comprises a webservice interface service, a windows timing push service, a short message management background and an sql Server database;
the webservice interface service is directly connected with a short message platform of a manufacturer, secondary packaging is carried out on the interface of the short message platform, and the service provides four interface services for the connected manufacturer: sending a common short message in real time, sending a template short message in real time, pushing the short message regularly, and canceling the pushed short message; the manufacturer calls the interface and then immediately sends a short message with specified content to the patient; a template short message interface is sent in real time, and according to a template provided by the mobile short message platform, a manufacturer only needs to transmit part of parameter content when calling so as to send a uniform template short message for a patient; the timing short message pushing interface is used for calling the interface to carry out timing short message pushing when the hospital pushes the short message to the patient at the appointed time; canceling the short message push, and calling the interface to cancel the short message push when the short message does not need to be pushed;
the method for realizing the webservice interface service comprises the following steps:
sending a common short message in real time and sending a template short message in real time: the interface input parameter is composed of three parameters of patient information, a patient mobile phone number and common short message content according to an xml format, the xml input parameter is analyzed in the interface, corresponding data is stored in a database SMSRecord table, then the analyzed xml string is reconstructed into a json string, the json string is encrypted in an MD5 mode, the json string is transmitted to a mobile short message platform in a POST mode, a returned string of the platform is received and analyzed in a GET mode, the data of the sending result, the serial number, the failure reason and the like of the short message are stored in the SMSRecord, and the returned result is reconstructed into a DataTable and is returned to an interface caller;
a timing short message pushing interface: the interface is used by windows timing push service, the timing push service can retrieve data which accords with a push principle in an SMSRecord table at regular time, extract the data information which accords with the push principle to form an XML string, then call the interface, the interface can analyze the XML string to reconstruct a json string, and after the Json string is encrypted by an MD5 mode, POST is sent to a mobile short message platform, then GET receives the json string returned by the platform, analyzes a result, updates the result, the serial number, the failure reason and other data to the SMSRecord table, and finally reconstructs the result into DataTable to be returned to an interface caller;
and (3) canceling a short message pushing interface: the interface receives the input parameters of a caller, the caller needs to form an XML string by the patient ID and the pushing time and transmits the XML string to the interface, the interface can analyze the XML string and retrieve matched data from the SMSRecord table, the pushing state is changed to be not pushed, and an updating result is returned to the interface caller in a datable mode;
the sql Server database provides an SMSrecord table for storage, and the table is responsible for recording contents such as a receiver of the short message, a receiver mobile phone number, short message content, whether pushing is successful, whether pushing is needed, content pushing, a reason for pushing errors and the like, and provides data support for interface service; the table records the information and the content of the short message of a pusher of a common short message and a template short message in detail, and the current recorded state and pushing state, and provides corresponding data support for timing pushing service and background management;
the windows timing push service: the service is used for pushing short messages at regular time, a hospital can manually start the service, and can periodically poll an SMSRecord table according to a preset time interval after the service is started, search the short messages which accord with the short messages to be pushed in the current time period in the table, and actively call a regular short message pushing interface in the webservice interface service to a patient for short message pushing according to the data which accord with the short messages;
the windows timed push service is realized as follows: the windows timing push service uses a timer class, the service is operated once every 1 minute, the current time point is obtained when the service is operated, data waiting for push and with the push time less than or equal to the current time point is retrieved, the data meeting the conditions are screened out and then are summarized into a DataTable table, the table is traversed, each piece of data in the table can form an xml type parameter, and a timing push short message interface in the webservice interface service is dynamically called, so that timing short message push is realized;
the short message management background is presented in a website form and used by logistics maintenance personnel of a hospital, three functions of counting the number of sent short messages, monitoring abnormal short messages and searching for sent records are provided, the background is presented in a webpage form, a user logs in through a set user password, and searches and counts the sent or unsent short message records in a short message sending serial number form by selecting dates or inputting short message recipients;
the short message management background is realized as follows:
counting the short message sending quantity: after the maintainer clicks the function, the maintainer selects the starting time and the receiving time of statistics, the management background counts the successful sending quantity and the failed sending quantity of the short messages in the time period through SQL statements and displays the successful sending quantity and the failed sending quantity in a page in a table mode;
monitoring abnormal short messages: after the maintainer clicks the function, the management background acquires the current date, counts the State field of the current day as data of failed transmission through an SQL statement, takes the serial number and the failure reason out of an SMSRecord table, and presents the serial number and the failure reason in a page in a table mode;
searching for a sending record: after the maintenance personnel click the function, the card number, the mobile phone number and the selected sending date of the patient are input, the management background inquires the sending record of the patient in the selected date through SQL sentences, and the sending record is presented in a page in a form of a table.
The invention has the beneficial effects that: the invention can facilitate the self-service equipment, mobile phone app, public numbers, service windows and other functional equipment and application to push appointment or notification short messages to patients in real time and at regular time.
Drawings
FIG. 1 is an architecture diagram of a system for pushing a short message to a mobile platform according to a preferred embodiment of the present invention;
fig. 2 is an SMS Record table of SQL Server database in the system for implementing SMS push to the mobile platform.
Detailed Description
The following detailed description of the preferred embodiments of the present invention, taken in conjunction with the accompanying drawings, will make the advantages and features of the invention easier to understand by those skilled in the art, and thus will clearly and clearly define the scope of the invention.
Referring to fig. 1 and 2, an embodiment of the present invention includes:
a system for realizing short message push by butting a mobile platform comprises the following four parts:
1. web service interface service: the service is directly connected with a China mobile short message platform, secondary packaging is carried out on a short message platform interface, and four interface services are provided for a connection manufacturer: sending common short messages in real time, sending template short messages in real time, pushing the short messages at regular time and canceling the pushing of the short messages. The method comprises the steps that a common short message interface is sent in real time, short message content can be customized, and a manufacturer calls the interface to send short messages with specified content to a patient in real time. The real-time template short message sending interface is a template provided by the mobile short message platform, and a manufacturer only needs to transmit part of parameter contents when calling to send a uniform template short message for a patient. The interface is used for calling the interface to carry out timing short message pushing when the hospital pushes the short message to the patient at a specified future time. And canceling the short message push, wherein the interface can be called to cancel the short message push when the short message does not need to be pushed for some reason.
The specific implementation method comprises the following steps:
sending a common short message in real time, and sending a template short message in real time: the interface entry parameter is patient information, a patient mobile phone number and common short message content (template short message needs to increase template ID, template parameters and pushing time), the interface entry parameter is formed by three parameters according to an xml format, xml entry parameter is analyzed in the interface, corresponding data is stored in a database SMSRecord table, then an analyzed xml string is reconstructed into a json string, the json string is encrypted in an MD5 mode and is transmitted to a mobile short message platform in a POST mode, a return string of the platform is received and analyzed in a GET mode, data such as a sending result, a serial number and a failure reason of the short message are stored in the SMecord, and a return result is reconstructed into a DataTable and is returned to an interface caller.
And a timed push short message interface, wherein the interface is used by windows to regularly push clothes, the timed push service can regularly retrieve data which accords with a push principle in an SMSRecord table, extract the data information which accords with the push principle to form an XML string, then the interface is called, the interface can analyze the XML string to reconstruct the json string, POST is sent to a mobile short message platform after the XML string is encrypted in an MD5 mode, then GET receives the json string returned by the platform, analyzes the result, and updates the data such as the result, the serial number, the failure reason and the like to the SMSRecord table. And finally, reconstructing the result into a DataTable and returning the DataTable to the interface caller.
And (3) canceling a short message pushing interface: the interface receives the input parameters of the caller, the caller needs to form an XML string by the patient ID and the pushing time and transmits the XML string to the interface, the interface can analyze the XML string and retrieve matched data from the SMSRecord table, the pushing state is changed to be not pushed, and the updating result is returned to the interface caller in a datable mode.
2. The sql Server database stores: the storage service provides a smsreecord table. The table is responsible for recording the content of the receiver, the mobile phone number of the receiver, the content of the short message, whether the pushing is successful or not, whether the pushing is needed or not, the content of the pushing, the reason of the pushing error and the like of the short message, and providing data support for the interface service; referring to fig. 2, the table records the information of the presenter and the content of the short message of the common short message and the template short message, and the current recorded state and pushing state in detail, and provides corresponding data support for the timing pushing service and the background management.
3. windows timed push service: the service is used for pushing short messages at regular time, and the main principle is that a hospital can manually start the service, regularly polls an SMSRecord table according to a preset time interval after the service is started, searches for short messages which accord with the short messages to be pushed in the current time period in the table, and actively calls a regular short message pushing interface in the webservice interface service to a patient for short message pushing according to the data which accord with the short messages.
The specific implementation mode is as follows: the service uses a timer class, the service is operated every 1 minute, the current time point is obtained when the service is operated, data waiting for pushing and with the pushing time less than or equal to the current time point is retrieved, data meeting conditions are screened out and then summarized into a DataTable table, the table is traversed, each piece of data in the table can form an xml type to be entered, and the timed short message pushing is realized by dynamically calling a 'timed short message pushing' interface in webservice shown by a sequence number 1.
4. A short message management background: the background is presented in a website form, is mainly used by logistics maintenance personnel of a hospital, and provides three functions of counting the number of sent short messages, monitoring abnormal short messages and searching for sent records.
The specific implementation mode is as follows:
counting the short message sending quantity: after the maintainer clicks the function, the maintainer selects the start time and the receiving time of statistics, and the management background counts the number of successful short message sending and the number of failed short message sending in the time period through an SQL statement (Select Sum) from SMSRecord where request time between 'start time' and 'end') and presents the number in a page in a table mode.
Monitoring abnormal short messages: after the maintainer clicks the function, the management background acquires the current date, counts the State field of the current day as data failed to be sent through an SQL statement (Select from SMSRecord State [ 'sending success' and request time > 'null time' and request time [ 'addtime'), takes out the serial number and the failure reason from the SMSRecord table, and presents the serial number and the failure reason in a page in a form.
Searching for a sending record: after the maintainer clicks the function, the card number and the mobile phone number of the patient are input, the sending date is selected, the management background inquires the sending record of the patient in the selected date through an SQL statement (Select from smsr associated with person patient identifier and telephone, telephone and RequestTime, nowtime and RequestTime < 'addtime'), and the sending record is presented in a page in a form of a table.
The solution needs an external network server to support, the server system is a windows series, wherein the web service interface service needs to be supported by more than 6.0 of iis, and a corresponding interface station needs to be established for being called by an external manufacturer. The Windows service needs to execute exe for installation, and is started manually after the installation is finished, and manual intervention is not needed after the startup. The Sql storage needs version support above the Sql server 2008, the database can be used after being backed up, the short message management background needs support above the iis6.0, a corresponding site needs to be built, and the short message management background is accessed through an ie kernel browser after the building is completed.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (1)

1. A system for realizing short message push by butting a mobile platform is characterized by comprising: the system comprises a webservice interface service module, a windows timing push service module, a short message management background and an sql Server database, wherein the webservice interface service module provides webservice interface service, and the windows timing push service module provides windows timing push service;
the webservice interface service is directly connected with a manufacturer short message platform, and secondary packaging is carried out on a short message platform interface; the webservice interface service module comprises a real-time sending common short message interface, a real-time sending template short message interface, a timing pushing short message interface and a pushing cancellation short message interface, wherein the real-time sending common short message interface, the real-time sending template short message interface, the timing pushing short message interface and the pushing cancellation short message interface respectively provide four interface services for a docking manufacturer: sending a common short message in real time, sending a template short message in real time, pushing the short message regularly, and canceling the pushed short message; the real-time sending common short message interface can self-define the content of the short message, and a manufacturer calls the interface and then immediately sends a short message with specified content to a patient; the real-time template short message sending interface can send uniform template short messages for patients only by inputting part of parameter contents when called by a manufacturer according to the template provided by the mobile short message platform; the timing short message pushing interface is used for calling the interface to push the timing short message when the hospital pushes the short message to the patient at the appointed time; the push canceling short message interface is used for calling the interface to cancel the short message push when the short message does not need to be pushed;
the implementation method of the webservice interface service comprises the following steps:
the real-time sending common short message interface and the real-time sending template short message interface are as follows: when sending the common short message in real time, the interface access parameter is composed of three parameters of patient information, a mobile phone number of the patient and the content of the common short message according to an xml format; when the template short message is sent in real time, the interface access parameter is composed of six parameters of patient information, a patient mobile phone number, a common short message, a template ID, a template parameter and pushing time content according to an xml format; analyzing xml entries in an interface, storing corresponding data into an SMSRecord table of a database, reconstructing an analyzed xml string into a json string, encrypting the json string in an MD5 mode, transmitting the json string to a mobile short message platform in a POST mode, receiving and analyzing a return string of the platform in a GET mode, storing a sending result, a serial number and failure reason data of the short message into the SMSRecord, and reconstructing the return result into a DataTable and returning the DataTable to an interface caller;
the timing push short message interface comprises: the interface is used by windows timing push service, the timing push service can retrieve data which accords with a push principle in an SMSRecord table at regular time, extract the data information which accords with the push principle to form an XML string, then call the interface, the interface can analyze the XML string to reconstruct a json string, and after the XML string is encrypted by an MD5 mode, POST is sent to a mobile short message platform, then GET receives the json string returned by the platform, analyzes the result, updates the result, the serial number and failure reason data to the SMSRecord table, and finally reconstructs the result into DataTable to be returned to an interface caller;
and (3) canceling a short message pushing interface: the interface receives the input parameters of a caller, the caller needs to form an XML string by the patient ID and the pushing time and transmits the XML string to the interface, the interface can analyze the XML string and retrieve matched data from the SMSRecord table, the pushing state is changed to be not pushed, and an updating result is returned to the interface caller in a datable mode;
the sql Server database provides an SMSrecord table for storage, and the table is responsible for recording the receiver of the short message, the mobile phone number of the receiver, the content of the short message, whether the pushing is successful, whether the pushing is needed, the content of the pushing and the content of the reason of the pushing error, and provides data support for interface service; the table records the information and the content of the short message of a pusher of a common short message and a template short message in detail, and the current recorded state and pushing state, and provides corresponding data support for timing pushing service and background management;
the windows timing push service: the service is used for pushing short messages at regular time, a hospital can manually start the service, and can periodically poll an SMSRecord table according to a preset time interval after the service is started, search the short messages which accord with the short messages to be pushed in the current time period in the table, and actively call a regular short message pushing interface in the webservice interface service to a patient for short message pushing according to the data which accord with the short messages;
the windows timed push service is realized by the following steps: the windows timing push service uses a timer class, the service is operated once every 1 minute, the current time point is obtained when the service is operated, data waiting for push and with the push time less than or equal to the current time point is retrieved, the data meeting the conditions are screened out and then are summarized into a DataTable table, the table is traversed, each piece of data in the table can form an xml type parameter, and a timing push short message interface in the webservice interface service is dynamically called, so that timing short message push is realized;
the short message management background is presented in a website form and used by logistics maintenance personnel of a hospital, three functions of counting the number of sent short messages, monitoring abnormal short messages and searching for sent records are provided, the background is presented in a webpage form, a user logs in through a set user password, and searches and counts the sent or unsent short message records in a short message sending serial number form by selecting dates or inputting short message recipients;
the short message management background is implemented as follows:
counting the short message sending quantity: after the maintainer clicks the function, the maintainer selects the starting time and the receiving time of statistics, the management background counts the successful sending quantity and the failed sending quantity of the short messages in the time period through SQL statements and displays the successful sending quantity and the failed sending quantity in a page in a table mode;
monitoring abnormal short messages: after the maintainer clicks the function, the management background acquires the current date, counts the State field of the current day as data of failed transmission through an SQL statement, takes the serial number and the failure reason out of an SMSRecord table, and presents the serial number and the failure reason in a page in a table mode;
searching for a sending record: after the maintenance personnel click the function, the card number, the mobile phone number and the selected sending date of the patient are input, the management background inquires the sending record of the patient in the selected date through SQL sentences, and the sending record is presented in a page in a form of a table.
CN201910700037.8A 2019-07-31 2019-07-31 System for realizing short message pushing by butting mobile platform Active CN110351674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910700037.8A CN110351674B (en) 2019-07-31 2019-07-31 System for realizing short message pushing by butting mobile platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910700037.8A CN110351674B (en) 2019-07-31 2019-07-31 System for realizing short message pushing by butting mobile platform

Publications (2)

Publication Number Publication Date
CN110351674A CN110351674A (en) 2019-10-18
CN110351674B true CN110351674B (en) 2021-08-17

Family

ID=68183487

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910700037.8A Active CN110351674B (en) 2019-07-31 2019-07-31 System for realizing short message pushing by butting mobile platform

Country Status (1)

Country Link
CN (1) CN110351674B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111010676B (en) * 2019-12-13 2020-11-17 广州市玄武无线科技股份有限公司 Short message caching method, device and system
CN115242745B (en) * 2022-07-19 2023-08-15 南京鼎山信息科技有限公司 Short message pushing system and method based on 5G communication network

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1428998A (en) * 2001-12-26 2003-07-09 深圳市中兴通讯股份有限公司上海第二研究所 Method for raising short message service of mobile communication and its mobile terminal equipment
CN102082992A (en) * 2009-11-30 2011-06-01 中国移动通信集团山西有限公司 Mobile office system and implementation method thereof
CN102571636A (en) * 2011-11-24 2012-07-11 中兴通讯股份有限公司 Message communication method and system based on open service delivery platform
CN104168545A (en) * 2014-07-08 2014-11-26 中国联合网络通信集团有限公司 Method and system realizing instant message and short message/multimedia message intercommunication
CN106851600A (en) * 2017-01-12 2017-06-13 和创(北京)科技股份有限公司 Short message distribution method and the server for carrying out short message distribution
CN109688047A (en) * 2018-12-07 2019-04-26 中国建设银行股份有限公司 Message adaptation method, equipment and storage medium based on XML

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101277475B (en) * 2008-05-12 2014-04-30 中兴通讯股份有限公司 Traffic console system with short message service function and short message service method
CN101751241A (en) * 2009-12-09 2010-06-23 南京联创科技集团股份有限公司 Implementation method of DATACOM (data communication) data command platform
CN103596135A (en) * 2012-08-16 2014-02-19 中国电信股份有限公司 Method of realizing message pushing and general message platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1428998A (en) * 2001-12-26 2003-07-09 深圳市中兴通讯股份有限公司上海第二研究所 Method for raising short message service of mobile communication and its mobile terminal equipment
CN102082992A (en) * 2009-11-30 2011-06-01 中国移动通信集团山西有限公司 Mobile office system and implementation method thereof
CN102571636A (en) * 2011-11-24 2012-07-11 中兴通讯股份有限公司 Message communication method and system based on open service delivery platform
CN104168545A (en) * 2014-07-08 2014-11-26 中国联合网络通信集团有限公司 Method and system realizing instant message and short message/multimedia message intercommunication
CN106851600A (en) * 2017-01-12 2017-06-13 和创(北京)科技股份有限公司 Short message distribution method and the server for carrying out short message distribution
CN109688047A (en) * 2018-12-07 2019-04-26 中国建设银行股份有限公司 Message adaptation method, equipment and storage medium based on XML

Also Published As

Publication number Publication date
CN110351674A (en) 2019-10-18

Similar Documents

Publication Publication Date Title
US10949422B2 (en) Log file management tool
JP3987396B2 (en) System for synchronizing mobile devices
US9131054B2 (en) Synchronization in unified messaging systems
US9313104B2 (en) Method for extending business systems to a mobile workforce
CN101248680B (en) Rule based data collection and management in a wireless communications network
US20040235523A1 (en) System for replicating data of a mobile station
CN104732468A (en) Remote medical system based on mobile internet
CN110351674B (en) System for realizing short message pushing by butting mobile platform
CN104184778A (en) Short message and telephone follow-up system for hospital
CN1980243A (en) Service broker integration layer for supporting telecommunication client service requests
CN107609086B (en) APP pushing method and engine system thereof
EP1866787B1 (en) Wireless data device with confirmation and retry capabilities for pushed data
CN102831179A (en) Webpage processing method and device
CN113282732A (en) Intelligent voice interaction comprehensive management platform and method
CN103034632A (en) Information transmitting method and a system
CN101370298B (en) Method for improving call transfer reliability
JP6800954B2 (en) Equipment, computer-readable media, and methods for changing services with advanced data collection capabilities.
CN110087232A (en) A kind of call processing method based on smart machine, device and server
CN106651066A (en) Data processing method and platform
JP2018521602A (en) Apparatus, computer-readable medium, and method for modifying a service using advanced data collection functions
CN1998147A (en) Call intercept methods, such as for customer self-support on a mobile device
US9686417B2 (en) Device, computer-readable medium, and method for modifying services using advanced data collection capabilities
KR100694027B1 (en) Apparatus for inquiring the satisfaction grade for the offered service using Internet and method thereof
CN116723473A (en) Short message sending method, device, equipment and readable storage medium
CN115866048A (en) Data processing method and device, storage medium and electronic device

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Gao Qiang

Inventor after: Zhao Yan

Inventor after: Mo Renchao

Inventor before: Gao Qiang

Inventor before: Zhao Yan

Inventor before: Mo Renchao

GR01 Patent grant
GR01 Patent grant