JP2022173490A - Data management server, data management method, and data management program - Google Patents

Data management server, data management method, and data management program Download PDF

Info

Publication number
JP2022173490A
JP2022173490A JP2022157866A JP2022157866A JP2022173490A JP 2022173490 A JP2022173490 A JP 2022173490A JP 2022157866 A JP2022157866 A JP 2022157866A JP 2022157866 A JP2022157866 A JP 2022157866A JP 2022173490 A JP2022173490 A JP 2022173490A
Authority
JP
Japan
Prior art keywords
data
measurement
data management
user
measurement data
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.)
Granted
Application number
JP2022157866A
Other languages
Japanese (ja)
Other versions
JP7396726B2 (en
Inventor
滉允 清水
Kosuke Shimizu
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.)
Arblet Inc
Original Assignee
Arblet Inc
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 Arblet Inc filed Critical Arblet Inc
Priority to JP2022157866A priority Critical patent/JP7396726B2/en
Publication of JP2022173490A publication Critical patent/JP2022173490A/en
Application granted granted Critical
Publication of JP7396726B2 publication Critical patent/JP7396726B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Medical Treatment And Welfare Office Work (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data management server for providing an interface capable of easily performing access to the data of a data storage, without requiring an API for allowing an application to access measurement data and to provide a data management method and a data management program.
SOLUTION: A data management server 100 of a data management system 1 includes, as its functions, a data layer management part 130 for generating a data layer for each type of a measurement device 300 in measurement data DB 121, a data management part 140 for generating an account in the data layer for each user using the measurement device 300, an application generation part 150 for performing predetermined arithmetic operation on biological data from the measurement data, and an interface providing part 160 for providing the interface for allowing the application to access the measurement data.
SELECTED DRAWING: Figure 1
COPYRIGHT: (C)2023,JPO&INPIT

Description

本開示は、測定装置から測定データを受信して生体データへ演算を行うデータ管理サーバ、データ管理方法及びデータ管理プログラムに関する。 The present disclosure relates to a data management server, a data management method, and a data management program that receive measurement data from a measuring device and perform calculations on biological data.

生体データを測定する測定装置を利用してユーザの生体データを連続的に測定し、その変化から病気の早期発見や病状変化の検出を行うことは、健康管理を行う上で有効である。そのためには、生体データを測定するだけではなく、複数の生体データから様々な健康状態を把握するため、数多くの測定データと、それに基づく数理モデルを利用したソフトウェアを作成して各種演算を行う必要がある。 2. Description of the Related Art Continuously measuring a user's biometric data using a measuring device for measuring biometric data, and detecting changes in the data at an early stage of illness or detecting changes in the condition is effective for health management. To do this, it is necessary not only to measure biological data, but also to comprehend various health conditions from multiple biological data, so it is necessary to create software that uses a large amount of measurement data and a mathematical model based on it to perform various calculations. There is

例えば、ユーザの測定データに基づいて各種演算が行われた数理モデルを提供する開発支援サーバが知られている(例えば、特許文献1参照。)。特許文献1に開示されている開発支援サーバは、測定データから生体情報データへ演算を行うための因果関係である数理モデルを生成し、数理モデルを利用可能に提供する。これにより、ソフトウェア開発者が、ユーザの測定データに基づく数理モデルを容易に利用し、アプリケーションソフトウェアを作成することを可能としている。 For example, there is known a development support server that provides a mathematical model in which various calculations are performed based on user's measurement data (see, for example, Patent Document 1). The development support server disclosed in Patent Literature 1 generates a mathematical model that is a causal relationship for performing calculations from measurement data to biological information data, and provides the mathematical model in a usable manner. This allows software developers to easily use mathematical models based on user measurement data to create application software.

特許第6257015号公報Japanese Patent No. 6257015

ところで、このようなアプリケーションソフトウェア(以下、「アプリ」という。)では、アプリごとにデータストレージが設けられ、それぞれ必要な測定データを含む各種データを記憶しているため、各種データを重複して記憶している場合がある。また、このようなアプリを利用するためには、アプリごとにユーザのアカウントを作成する必要があり、ユーザにとっても煩わしい作業が必要となっている。 By the way, in such application software (hereinafter referred to as "application"), data storage is provided for each application, and various data including necessary measurement data are stored respectively, so various data are stored redundantly. may have. Moreover, in order to use such an application, it is necessary to create a user account for each application, which is a troublesome task for the user.

このような各種データを共用することで、新たな価値を創出することが期待されているが、そのためにはアプリごとにAPI(Application Programming Interface)を作成し、各アプリがデータストレージのデータへアクセスできるようにする必要があり、ソフトウェア開発者にとっても余計な作業が必要となっている。 New value is expected to be created by sharing various types of data in this way. To achieve this, an API (Application Programming Interface) is created for each application, and each application accesses the data in the data storage. It needs to be able to do so, and it requires extra work for software developers.

そこで、本開示では、アプリが測定データにアクセスするためのインタフェースを提供するデータ管理サーバ、データ管理方法及びデータ管理プログラムについて説明する。 Therefore, in the present disclosure, a data management server, a data management method, and a data management program that provide an interface for applications to access measurement data will be described.

本開示の一態様におけるデータ管理サーバは、ネットワークを介して測定装置から測定データを受信し、測定データから生体データへ演算を行うデータ管理サーバであって、測定装置ごとにデータレイヤを生成するデータレイヤ管理部と、測定装置を利用するユーザごとにアカウントを生成し、測定装置に対応するデータレイヤに区分けされて、アカウントごとに測定データを記憶させるデータ管理部と、ユーザの状態を検知し、測定データから生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成部と、アプリケーションソフトウェアが測定データにアクセスするためのインタフェースを提供するインタフェース提供部と、を備え、インタフェース提供部は、アプリケーションソフトウェアが利用する1または複数のデータレイヤへアクセスさせ、1または複数のアカウントごとの測定データへアクセスさせる。 A data management server in one aspect of the present disclosure is a data management server that receives measurement data from a measurement device via a network and performs calculation from the measurement data to biological data, and generates a data layer for each measurement device. a layer management unit, a data management unit that generates an account for each user who uses the measuring device, is divided into data layers corresponding to the measuring device, and stores measurement data for each account; detects the state of the user; An application generating unit that generates application software for performing predetermined calculations on biological data from measured data; and an interface providing unit that provides an interface for the application software to access the measured data. provides access to one or more data layers utilized by , and provides access to one or more per-account metering data.

本開示の一態様におけるデータ管理方法は、ネットワークを介して測定装置から測定データを受信し、測定データから生体データへ演算を行うデータ管理方法であって、データレイヤ管理部が行う、測定装置ごとにデータレイヤを生成するデータレイヤ管理ステップと、データ管理部が行う、測定装置を利用するユーザごとにアカウントを生成し、測定装置に対応するデータレイヤに区分けされて、アカウントごとに測定データを記憶させるデータ管理ステップと、アプリ生成部が行う、ユーザの状態を検知し、測定データから生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成ステップと、インタフェース提供部が行う、アプリケーションソフトウェアが測定データにアクセスするためのインタフェースを提供するインタフェース提供ステップと、を備え、インタフェース提供ステップは、アプリケーションソフトウェアが利用する1または複数のデータレイヤへアクセスさせ、1または複数のアカウントごとの測定データへアクセスさせる。 A data management method according to one aspect of the present disclosure is a data management method for receiving measurement data from a measurement device via a network and performing calculation from the measurement data to biometric data, wherein the data layer management unit performs a data layer management step of generating a data layer in the data management unit, generating an account for each user who uses the measuring device, dividing the measurement data into data layers corresponding to the measuring device, and storing measurement data for each account an application generation step of detecting a user's state and generating application software for performing predetermined calculations on biometric data from measurement data; an application generation step performed by an application generation unit; an interface providing step of providing an interface for accessing the data, the interface providing step providing access to one or more data layers utilized by the application software and providing access to one or more account-specific measurement data. .

また、本開示の一態様におけるデータ管理プログラムは、ネットワークを介して測定装置から測定データを受信し、測定データから生体データへ演算を行うデータ管理プログラムであって、測定装置ごとにデータレイヤを生成するデータレイヤ管理ステップと、測定装置を利用するユーザごとにアカウントを生成し、測定装置に対応するデータレイヤに区分けされて、アカウントごとに測定データを記憶させるデータ管理ステップと、ユーザの状態を検知し、測定データから生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成ステップと、アプリケーションソフトウェアが測定データにアクセスするためのインタフェースを提供するインタフェース提供ステップと、を電子計算機に実行させ、インタフェース提供ステップは、アプリケーションソフトウェアが利用する1または複数のデータレイヤへアクセスさせ、1または複数のアカウントごとの測定データへアクセスさせる。 Further, a data management program in one aspect of the present disclosure is a data management program that receives measurement data from a measurement device via a network and performs calculation from the measurement data to biological data, and generates a data layer for each measurement device a data layer management step of creating an account for each user who uses the measuring device, classifying it into data layers corresponding to the measuring device and storing the measured data for each account; and detecting the state of the user. and causing a computer to execute an application generation step of generating application software for performing predetermined calculations on biological data from measurement data, and an interface providing step of providing an interface for the application software to access the measurement data, The provisioning step provides access to one or more data layers utilized by the application software and provides access to one or more per-account metering data.

本開示によれば、アプリが測定データにアクセスするためのインタフェースを備え、測定装置ごとに区分けされ、ユーザのアカウントごとに記憶されている測定データにアクセスさせる。これにより、測定データから生体データへ演算を行うアプリが容易に測定データにアクセスすることが可能になる。 According to the present disclosure, the app includes an interface for accessing measurement data, and allows access to measurement data that is classified by measurement device and stored for each user's account. This makes it possible for an application that performs calculations from measurement data to biometric data to easily access the measurement data.

本開示の一実施形態に係るデータ管理システムを示すブロック構成図である。1 is a block configuration diagram showing a data management system according to an embodiment of the present disclosure; FIG. 図1の測定データDB121におけるデータレイヤの構造を示すブロック構成図である。FIG. 2 is a block configuration diagram showing the structure of a data layer in a measurement data DB 121 of FIG. 1; FIG. 図1の測定データDB121に関連付けされるタグ情報の例を示す模式図である。FIG. 2 is a schematic diagram showing an example of tag information associated with the measurement data DB 121 of FIG. 1; FIG. 図1の測定データDB121におけるデータ補正の例を示す模式図である。FIG. 2 is a schematic diagram showing an example of data correction in the measurement data DB 121 of FIG. 1; FIG. 図1の測定装置300で測定される心電波形及び脈波の例について説明するための図である。FIG. 2 is a diagram for explaining an example of an electrocardiogram waveform and a pulse wave measured by the measuring device 300 of FIG. 1; FIG. 図1のデータ管理システム1の処理の例を示すフローチャートである。2 is a flowchart showing an example of processing of the data management system 1 of FIG. 1; 本開示の一実施形態に係るデータ管理システムを示すブロック構成図である。1 is a block configuration diagram showing a data management system according to an embodiment of the present disclosure; FIG. 本開示の一実施形態に係るコンピュータ600の構成の例を示す機能ブロック構成図である。6 is a functional block configuration diagram showing an example configuration of a computer 600 according to an embodiment of the present disclosure; FIG.

以下、本開示の実施形態について図面を参照して説明する。なお、以下に説明する実施形態は、特許請求の範囲に記載された本開示の内容を不当に限定するものではない。また、実施形態に示される構成要素のすべてが、本開示の必須の構成要素であるとは限らない。 Hereinafter, embodiments of the present disclosure will be described with reference to the drawings. It should be noted that the embodiments described below do not unduly limit the content of the present disclosure described in the claims. Also, not all the components shown in the embodiments are essential components of the present disclosure.

(実施形態1)
<構成>
図1は、本開示の実施形態1に係るデータ管理システム1を示すブロック構成図である。このデータ管理システム1は、例えば、ユーザの生体データを測定する測定装置から測定データを受信し、ネットワークを介して測定データを受信して生体データへ演算を行うためのシステムである。
(Embodiment 1)
<Configuration>
FIG. 1 is a block configuration diagram showing a data management system 1 according to Embodiment 1 of the present disclosure. The data management system 1 is, for example, a system for receiving measurement data from a measuring device that measures user's biological data, receiving the measurement data via a network, and performing calculations on the biological data.

データ管理システム1は、データ管理サーバ100と、ユーザ端末装置200と、測定装置300と、データレイヤ作成者端末400と、アプリ提供者端末500と、ネットワークNWと、を有している。データ管理サーバ100と、ユーザ端末装置200と、データレイヤ作成者端末400と、アプリ提供者端末500とは、ネットワークNWを介して接続される。ネットワークNWは、インターネット、イントラネット、無線LAN(Local Area Network)やWAN(Wide Area Network)等により構成される。 The data management system 1 has a data management server 100, a user terminal device 200, a measuring device 300, a data layer creator terminal 400, an application provider terminal 500, and a network NW. The data management server 100, the user terminal device 200, the data layer creator terminal 400, and the application provider terminal 500 are connected via a network NW. The network NW includes the Internet, an intranet, a wireless LAN (Local Area Network), a WAN (Wide Area Network), and the like.

データ管理サーバ100は、例えば、ネットワークを介して測定装置300からユーザの測定データを、ユーザ端末装置200を経由して受信して測定データから生体データへ演算を行う装置であり、各種Webサービスを提供するサーバ装置により構成されている。 The data management server 100 is, for example, a device that receives user measurement data from the measurement device 300 via a network via the user terminal device 200 and performs calculations from the measurement data to biometric data, and provides various web services. It is composed of a server device that provides.

ユーザ端末装置200は、ユーザが所持する、例えばパーソナルコンピュータやタブレット端末、スマートフォン、スマートウォッチ、携帯電話、PHS、PDA等の情報処理装置であり、例えば、データ管理サーバ100で演算を行った生体データを波形グラフ等により表示させるために利用される。ユーザ端末装置200には、予めユーザの生年月日、性別、身長、体重、歩幅等の情報が登録されており、生年月日から算出した年齢等のユーザ情報を測定データに関連付けてネットワークNWを介してデータ管理サーバ100へ送信する。 The user terminal device 200 is an information processing device such as a personal computer, a tablet terminal, a smart phone, a smart watch, a mobile phone, a PHS, a PDA, etc. owned by the user. is used to display the waveform graph or the like. Information such as the user's date of birth, gender, height, weight, stride length, etc., of the user is registered in advance in the user terminal device 200, and user information such as age calculated from the date of birth is associated with the measurement data to connect the network NW. to the data management server 100 via the

また、ユーザ端末装置200は、ユーザが測定装置300によりデータを取得する状態を、タッチパネル等を用いて入力することができる。ユーザ端末装置200は、「データを取得する状態」を、例えば、走っている場合には「#ランニング中」、食事中である場合には「#食事中」など、ハッシュタグ情報として入力することができる。ユーザ端末装置200は、測定装置300から受信した測定データを、ハッシュタグ情報と関連付けてネットワークNWを介してデータ管理サーバ100へ送信する。 In addition, the user terminal device 200 can input a state in which the user acquires data from the measuring device 300 using a touch panel or the like. The user terminal device 200 can input the “data acquisition state” as hash tag information such as “#running” when running, “#eating” when eating. can be done. The user terminal device 200 associates the measurement data received from the measurement device 300 with hash tag information and transmits the measurement data to the data management server 100 via the network NW.

測定装置300は、ユーザの生体データを測定する装置であり、ユーザが自己の腕等の身体に装着して利用される、例えばウェアラブル装置である。この測定装置300は、例えばユーザの心電、脈波、温度(体温)、加速度のデータを測定するための複数種類の装置である。 The measuring device 300 is a device that measures a user's biological data, and is, for example, a wearable device that the user wears on his or her body such as an arm. This measurement device 300 is a device of a plurality of types for measuring, for example, data of a user's electrocardiogram, pulse wave, temperature (body temperature), and acceleration.

測定装置300の具体的な構成の例としては、2つの電極を皮膚に接触させ、検出電位の差の時間変化より心電を心電波形のデータとして取得する装置で構成しても良く、心電波形は、ガルバニック皮膚反応により取得されたデータでも良い。また、緑、赤、赤外の発光を行うLEDから各光を皮膚に照射し、フォトダイオードで受光した光の強度の時間変化により、ユーザの心臓の心拍により生ずる血管の容積変化により脈波を脈波形のデータとして取得する装置で構成しても良く、この方式で検出を行うことができる脈波形は光電式容積脈波形である。また、ユーザの皮膚に接触させる温度センサによりユーザの皮膚温度をデータとして取得する装置で構成しても良い。さらに、直交するXYZ軸それぞれの変異状態を検出する3軸加速度センサにより構成しても良く、ユーザの動作を加速度データとして取得し、例えば測定装置300がユーザの腕に装着されている場合、測定装置300は、腕の振りと、全身の動きが合成された加速度として加速度データの取得をする。 As a specific example of the configuration of the measurement device 300, two electrodes may be brought into contact with the skin, and an electrocardiogram may be obtained as electrocardiogram data from changes in the detected potential difference over time. The waveform may be data obtained by galvanic skin response. In addition, the skin is irradiated with light from LEDs that emit green, red, and infrared light, and the change in intensity of the light received by the photodiode over time changes the volume of blood vessels caused by the heartbeat of the user, generating a pulse wave. It may be configured with a device that acquires pulse waveform data, and the pulse waveform that can be detected by this method is a photoelectric volume pulse waveform. Alternatively, the apparatus may be configured by a device that acquires the user's skin temperature as data from a temperature sensor that is brought into contact with the user's skin. Furthermore, it may be composed of a three-axis acceleration sensor that detects the deformation state of each of the orthogonal XYZ axes, and acquires the user's motion as acceleration data. The device 300 acquires acceleration data as an acceleration obtained by combining arm swing and whole-body movement.

ユーザ端末装置200と測定装置300との間は、Bluetooth(登録商標)、近距離無線通信(Near Field radio Communication=NFC)、Afero(登録商標)、Zigbee(登録商標)、Z-Wave(登録商標)、又は無線LAN等を用いて接続されている。なお、このような無線接続の代わりに有線で接続を行っても良い。また、ユーザ端末装置200と測定装置300とは一体の機器であっても良く、例えば測定装置300に通信機能を持たせてデータ管理サーバ100と直接通信可能に構成しても良い。 Between the user terminal device 200 and the measuring device 300, Bluetooth (registered trademark), Near Field radio Communication (NFC), Afero (registered trademark), Zigbee (registered trademark), Z-Wave (registered trademark) ), or a wireless LAN or the like. A wired connection may be used instead of such a wireless connection. Further, the user terminal device 200 and the measuring device 300 may be an integrated device. For example, the measuring device 300 may be provided with a communication function so that it can directly communicate with the data management server 100 .

ユーザ端末装置200は、1または複数台あり、測定装置300を利用するユーザ数分ネットワークNWに接続されている。測定装置300は、1または複数台あり、1人のユーザが利用する台数分ユーザ端末装置200に接続されている。1人のユーザが複数の測定装置300を利用している場合は、1つのユーザ端末装置200に複数の測定装置300が接続されている。 One or a plurality of user terminal devices 200 are connected to the network NW for the number of users using the measuring device 300 . One or a plurality of measuring devices 300 are connected to the user terminal device 200 by the number used by one user. When one user uses multiple measuring devices 300 , multiple measuring devices 300 are connected to one user terminal device 200 .

データレイヤ作成者端末400は、測定データを記憶させる、後述するデータレイヤを管理するデータレイヤ作成者の端末であり、データレイヤへのアクセス管理を行うための装置である。アプリ提供者端末500は、生体データを利用する、後述するアプリ(アプリケーションソフトウェア)のダウンロード等を管理するための装置である。データレイヤ作成者端末400及びアプリ提供者端末500は、例えば、パーソナルコンピュータ等により構成される。 The data layer creator terminal 400 is a data layer creator's terminal that stores measurement data and manages a data layer, which will be described later, and is a device for managing access to the data layer. The application provider terminal 500 is a device for managing downloads of applications (application software), which will be described later, using biometric data. The data layer creator terminal 400 and the application provider terminal 500 are configured by, for example, personal computers.

データ管理サーバ100は、通信部110と、記憶部120と、データレイヤ管理部130と、データ管理部140と、アプリ生成部150と、インタフェース提供部160と、演算部170とを備える。 The data management server 100 includes a communication section 110 , a storage section 120 , a data layer management section 130 , a data management section 140 , an application generation section 150 , an interface provision section 160 and a calculation section 170 .

通信部110は、ユーザ端末装置200、データレイヤ作成者端末400、及びアプリ提供者端末500と通信を行うための通信インタフェースであり、例えばTCP/IP(Transmission Control Protocol/Internet Protocol)等の通信規約により通信が行われる。 The communication unit 110 is a communication interface for communicating with the user terminal device 200, the data layer creator terminal 400, and the application provider terminal 500. For example, a communication protocol such as TCP/IP (Transmission Control Protocol/Internet Protocol) is used. Communication is performed by

記憶部120は、各種制御処理やデータレイヤ管理部130、データ管理部140、アプリ生成部150、インタフェース提供部160、及び演算部170の各機能を実行するためのプログラム、入力データ等を記憶するものであり、RAM(Random Access Memory)、ROM(Read Only Memory)等から構成される。また、記憶部120は、測定装置300による測定データを記憶する測定データDB121と、測定データから演算されて生成される生体データを記憶する生体情報データDB122と、測定データDB121に記憶されている測定データにアクセスするためのインタフェースを記憶するインタフェースDB123と、例えば生体データを利用してユーザの健康管理情報を通知するアプリDB124とを記憶する。さらに、記憶部120は、ユーザ端末装置200、データレイヤ作成者端末400、及びアプリ提供者端末500と通信を行ったデータを一時的に記憶する。 The storage unit 120 stores programs, input data, etc. for executing various control processes and functions of the data layer management unit 130, the data management unit 140, the application generation unit 150, the interface provision unit 160, and the calculation unit 170. It is composed of RAM (Random Access Memory), ROM (Read Only Memory) and the like. The storage unit 120 also includes a measurement data DB 121 that stores measurement data obtained by the measuring device 300, a biological information data DB 122 that stores biological data calculated and generated from the measurement data, and a measurement data stored in the measurement data DB 121. It stores an interface DB 123 that stores an interface for accessing data, and an application DB 124 that notifies the user's health management information using biometric data, for example. Furthermore, the storage unit 120 temporarily stores data that has been communicated with the user terminal device 200 , the data layer creator terminal 400 , and the application provider terminal 500 .

データレイヤ管理部130は、記憶部120の測定データDB121内に、測定装置300の種類ごとにデータレイヤを生成し、データレイヤへのアクセスを管理する。 Data layer management section 130 generates a data layer for each type of measuring device 300 in measurement data DB 121 of storage section 120, and manages access to the data layer.

ここで、記憶部120の測定データDB121内に生成されるデータレイヤについて説明する。図2は、図1の測定データDB121におけるデータレイヤの構造を示すブロック構成図である。図2に示すように、測定データDB121には、複数のデータレイヤ121a,121b,121cにより区分けされている。 A data layer generated in the measurement data DB 121 of the storage unit 120 will now be described. FIG. 2 is a block configuration diagram showing the structure of the data layer in the measurement data DB 121 of FIG. 1. As shown in FIG. As shown in FIG. 2, the measurement data DB 121 is divided into a plurality of data layers 121a, 121b, and 121c.

データレイヤ121a,121b,121cは、測定装置300の種類ごとに設けられるデータ記憶空間(データストレージ)であり、例えば、測定装置300の一種類であるデバイスA,B,Cごとに、データレイヤ121a,121b,121cがそれぞれ設けられている。このデータレイヤ121a,121b,121cは、例えば、データレイヤを管理する業者であるデータレイヤ作成者によりデータレイヤ作成者端末400が操作されて生成される。 The data layers 121a, 121b, and 121c are data storage spaces (data storages) provided for each type of the measuring device 300. For example, the data layers 121a , 121b and 121c are provided, respectively. The data layers 121a, 121b, and 121c are generated, for example, by operating the data layer creator terminal 400 by a data layer creator who is a company that manages the data layers.

デバイスA,B,Cは、ユーザがアカウント登録を行うことにより測定データがデータ管理サーバ100へ送信されて生体データが演算される装置であり、データレイヤ121a,121b,121cには、ユーザごとにアカウントが生成されている。図2に示す例では、ユーザXのアカウントXがデータレイヤ121a,121bに生成され、ユーザYのアカウントYがデータレイヤ121a,121cに生成されている。これは、ユーザXがデバイスA,Bを利用しており、ユーザYがデバイスA,Cを利用しているためである。ユーザXのデバイスAによる測定データは、データレイヤ121aのアカウントXに記憶され、ユーザXのデバイスBによる測定データは、データレイヤ121bのアカウントXに記憶される。また、ユーザYのデバイスAによる測定データは、データレイヤ121aのアカウントYに記憶され、ユーザYのデバイスCによる測定データは、データレイヤ121cのアカウントYに記憶される。 Devices A, B, and C are devices in which measurement data is transmitted to the data management server 100 and biometric data is calculated when a user registers an account. An account has been generated. In the example shown in FIG. 2, user X's account X is created in data layers 121a and 121b, and user Y's account Y is created in data layers 121a and 121c. This is because user X uses devices A and B, and user Y uses devices A and C. Data measured by device A of user X is stored in account X of data layer 121a, and data measured by device B of user X is stored in account X of data layer 121b. Further, measurement data of user Y's device A is stored in account Y of the data layer 121a, and measurement data of user Y's device C is stored in account Y of the data layer 121c.

また、後述するアプリ生成部150により生成されるアプリAP1,AP2は、測定データDB121にアクセスして測定データを読み取り、生体データを生成したり、ユーザ端末装置200に表示させたりする。このアプリAP1,AP2は、ソフトウェア開発者がアプリを開発するとき、その種類や目的に応じて測定データDB121の希望のデータレイヤを参照するためのプログラムである。図2に示す例では、アプリAP1がデータレイヤ121a,121bにアクセスし、アプリAP2がデータレイヤ121b,121cにアクセスするように設定されている。 The applications AP1 and AP2 generated by the application generation unit 150 to be described later access the measurement data DB 121 to read measurement data, generate biometric data, and cause the user terminal device 200 to display the biometric data. These applications AP1 and AP2 are programs for referring to a desired data layer of the measurement data DB 121 according to the type and purpose when a software developer develops an application. In the example shown in FIG. 2, the application AP1 is set to access the data layers 121a and 121b, and the application AP2 is set to access the data layers 121b and 121c.

このように、測定装置300の種類ごとにデバイスA,B,Cに対応するようにデータレイヤ121a,121b,121cに区分けされ、データレイヤ121a,121b,121cにユーザX,Yが利用するデバイスA,B,Cに対応させてアカウントX,Yが生成されているのは、このように測定データを統合することにより、ソフトウェア開発者(アプリケーションソフトウェア提供者)はアプリの種類や目的に応じて測定データDB121の希望のデータレイヤを参照することが容易であり、APIを作成する手間が削減されるからである。また、データレイヤ管理部130がデータレイヤを生成し、後述するデータ管理部140がアカウントの作成及び測定データを一元管理することにより、データの重複がなくなるので、無駄な資源の利用を削減することが可能である。 In this way, data layers 121a, 121b, and 121c are divided into data layers 121a, 121b, and 121c so as to correspond to devices A, B, and C for each type of measuring apparatus 300, and devices A used by users X and Y are stored in data layers 121a, 121b, and 121c. , B and C, accounts X and Y are generated because by integrating the measurement data in this way, the software developer (application software provider) can measure according to the type and purpose of the application. This is because it is easy to refer to a desired data layer in the data DB 121, and the labor for creating an API can be reduced. In addition, the data layer management unit 130 generates a data layer, and the data management unit 140, which will be described later, creates an account and centrally manages measurement data. is possible.

データ管理部140は、測定装置300を利用するユーザごとに、所定のデータレイヤ内にアカウントを生成する。このアカウント生成は、測定装置300を利用するユーザがユーザ端末装置200でアカウントを登録すると行われる。また、データ管理部140は、測定装置300に対応するデータレイヤ内のアカウントごとに、測定データを記憶させる。そのため、データ管理部140は、アプリAP1,AP2に対してデータレイヤごとにアクセスの可否を制御し、ユーザのユーザ端末装置200に対してアカウントごとにアクセスの可否の制御を行う。また、このとき、データ管理部140は、測定データに所定のタグ情報の関連付けを行って記憶させることが可能である。 Data management section 140 creates an account in a predetermined data layer for each user who uses measuring device 300 . This account generation is performed when the user using the measuring device 300 registers an account with the user terminal device 200 . Also, the data management unit 140 stores measurement data for each account in the data layer corresponding to the measurement device 300 . Therefore, the data management unit 140 controls whether or not to allow access to the applications AP1 and AP2 for each data layer, and controls whether or not to allow access to the user terminal device 200 of the user for each account. Also, at this time, the data management unit 140 can store the measurement data in association with predetermined tag information.

図3は、図1の測定データDB121に関連付けされるタグ情報の例を示す模式図である。図3に示すデータD1は、測定装置300の測定データである。タグT1は、データD1に関連付けされたタグ情報であり、例えば、測定装置300がデータD1を測定した時刻情報、またはデータD1が測定装置300からユーザ端末装置200へ送信された時刻情報が時系列データとして記憶される。もしくは、測定した時刻情報と送信された時刻情報との両方について関連付けを行っても良い。例えば、図3に示すタグT1の1行目では、「20180620120746144」が格納されているが、2018年06月20日12時07分46秒144ミリ秒を示している。このような時刻情報は通信ログより取得可能である。これにより、測定データがどの時間帯のものか把握することが可能である。 FIG. 3 is a schematic diagram showing an example of tag information associated with the measurement data DB 121 of FIG. Data D1 shown in FIG. 3 is measurement data of the measurement device 300 . The tag T1 is tag information associated with the data D1. For example, time information when the measuring device 300 measured the data D1 or time information when the data D1 was transmitted from the measuring device 300 to the user terminal device 200 is time-series. stored as data. Alternatively, both the measured time information and the transmitted time information may be associated. For example, in the first line of the tag T1 shown in FIG. 3, "20180620120746144" is stored, which indicates June 20, 2018 12:07:46:144 milliseconds. Such time information can be obtained from communication logs. This makes it possible to ascertain which time zone the measurement data belongs to.

なお、このようなタグ情報による測定データの関連付けは、時刻情報に限られず、ユーザの身体状態や活動状態を示す身体情報や活動情報を自由記載で記入させてタグ情報として記憶しても良く、所定の選択肢から選択させ(例えば、「現在の体調は如何ですか?」という質問に対して、「1:良い、2:普通、3:悪い」のいずれかを選択させる、等)、その選択した回答を記憶するようにしても良い。 The association of the measurement data by such tag information is not limited to the time information, and physical information and activity information indicating the user's physical condition and activity may be entered freely and stored as tag information. Select from predetermined options (for example, to the question "How are you feeling now?", select one of "1: good, 2: normal, 3: bad", etc.), and make the selection The answers given may be stored.

また、例えばデータ管理部140は、図3に示すように、データD1をタグT1の時刻順に並べ替え(ソート)を行うことが可能である。このような構成にしたのは、測定データはユーザの生体データに基づいて時系列に取得したものであるから時系列に並んでいる方が処理しやすいからであるが、ユーザ端末装置200及び通信部110を経由して受信する際に通信状況の変化等により受信データの逆転(後で送信された送信データが先に送信された送信データより先に受信されること)等が起こる場合があり、そのときの測定データの不整合を防止するためである。これにより、測定データの不整合を防止することが可能である。 Further, for example, the data management unit 140 can rearrange (sort) the data D1 in chronological order of the tags T1, as shown in FIG. The reason for such a configuration is that the measurement data is obtained in time series based on the user's biological data, and it is easier to process it if it is arranged in time series. When receiving data via the unit 110, there may be cases where the received data is reversed (the later transmitted data is received earlier than the earlier transmitted data) due to changes in the communication status. , to prevent inconsistency of the measurement data at that time. This makes it possible to prevent inconsistencies in measurement data.

さらに、データ管理部140は、通信エラー等による測定データの欠損を補正することが可能である。図4は、図1の測定データDB121におけるデータ補正の例を示す模式図である。図4に示すデータD2は、図3のデータD1と同様の測定装置300の測定データであり、タグT2は、データD1に関連付けされたタグ情報である。 Furthermore, the data management unit 140 can correct loss of measurement data due to communication errors or the like. FIG. 4 is a schematic diagram showing an example of data correction in the measurement data DB 121 of FIG. Data D2 shown in FIG. 4 is measurement data of measuring device 300 similar to data D1 in FIG. 3, and tag T2 is tag information associated with data D1.

測定装置300による測定データは、心電や脈波のように周期的な信号であったり、温度(体温)のようにある程度ゆっくり変化する時系列データであったりするため、所定の範囲内で予測が可能である。そのため、図4のデータD2に示すように所定の時刻の測定データが欠損している場合、例えば、当該時刻の直前に受信した測定データと、当該時刻の直後に受信した測定データとに基づいて推定することが可能である。この欠損データの推定は、例えば、当該時刻の直前に受信した測定データと当該時刻の直後に受信した測定データとの平均値や、時系列データにおける時間推移からの推定値を使用しても良い。また、直前及び直後のデータに限られず、所定範囲の前後のデータ(例えば、前後5つのデータ)から推定しても良い。このような場合に、データ管理部140は、他の時刻の測定データを当該時刻の測定データと推定してタグ情報の関連付けを行う。 The data measured by the measuring device 300 may be periodic signals such as electrocardiograms and pulse waves, or time-series data such as temperature (body temperature) that changes slowly to some extent. is possible. Therefore, when measurement data at a predetermined time is missing as shown in data D2 in FIG. It is possible to estimate For estimation of this missing data, for example, the average value of the measurement data received immediately before the time and the measurement data received immediately after the time, or the estimated value from the time transition in the time series data may be used. . In addition, it is not limited to data immediately before and after, and may be estimated from data before and after a predetermined range (for example, five data before and after). In such a case, the data management unit 140 estimates the measurement data at another time as the measurement data at the current time and associates the tag information with the measurement data.

アプリ生成部150は、測定データDB121に記憶された測定データから生体データを演算して算出したり、算出された生体データを利用したり、といった生体データに関する所定の演算を行い、例えば、ユーザの健康管理情報を通知するためにデータ管理サーバ100またはユーザ端末装置200で実行可能なアプリを生成する。この生体データは、例えばユーザの血圧情報、心拍情報、血中酸素量情報、心電情報、呼吸数、体温情報、歩幅情報、重心の位置情報のデータであり、このようなデータを算出または利用するためのアプリが生成される。演算により生成された生体データは、生体情報データDB122に記憶される。また、生成されたアプリは、アプリDB124に記憶される。さらに、このアプリは、ユーザの希望によりユーザ端末装置200が操作されると、ユーザ端末装置200へ配信される。 The application generation unit 150 performs predetermined calculations related to biometric data, such as calculating biometric data from the measurement data stored in the measurement data DB 121 and using the calculated biodata. An application that can be executed by the data management server 100 or the user terminal device 200 is generated to notify the health management information. This biometric data is, for example, the user's blood pressure information, heart rate information, blood oxygen content information, electrocardiographic information, respiratory rate, body temperature information, stride information, and position information of the center of gravity. An app is created for you. The biometric data generated by the calculation is stored in the biometric information data DB 122 . Also, the generated application is stored in the application DB 124 . Furthermore, this application is delivered to the user terminal device 200 when the user terminal device 200 is operated by the user's request.

ここで、アプリ生成部150により生成されるアプリの例として、測定データから生体情報データである最大血圧と最小血圧を算出する方法を説明する。図5は、図1の測定装置300で測定される心電波形及び脈波の例について説明するための図であり、測定装置300が測定し、記憶部120に記憶されたユーザの心電波形及び光電式容積脈波形と、アプリが光電式容積脈波形を時間で1階微分した速度脈波形及び、光電式容積脈波形を時間で2階微分した加速度脈波形を示している。図5は上から順に、心電波形、光電式容積脈波形、速度脈波形及び加速度脈波形となる。縦軸は、各波形の強度を示しており、心電波形及び光電式容積脈波形は電位を示すmVで表される。横軸は時間経過を示し、左から右へ時間経過を示している。 Here, as an example of an application generated by the application generation unit 150, a method of calculating the maximum blood pressure and the minimum blood pressure, which are biological information data, from measurement data will be described. FIG. 5 is a diagram for explaining an example of an electrocardiographic waveform and a pulse wave measured by the measuring device 300 of FIG. , a photoelectric volume pulse waveform, a velocity pulse waveform obtained by first-order differentiation of the photoelectric volume pulse waveform with time, and an acceleration pulse waveform obtained by second-order differentiation of the photoelectric volume pulse waveform with time. FIG. 5 shows, in order from the top, an electrocardiographic waveform, a photoelectric volume pulse waveform, a velocity pulse waveform, and an acceleration pulse waveform. The vertical axis indicates the intensity of each waveform, and the electrocardiogram waveform and photoelectric volume pulse waveform are expressed in mV, which indicates potential. The horizontal axis indicates the passage of time, from left to right.

心電波形は、人の心臓の拍動を引き起こす電気的信号の周期的変化を示す波形である。心電波形は、その形状の変曲点にそれぞれP波,Q波,R波,S波,T波の名称が割り当てられ、心拍の1サイクルを示している。P波は心房収縮を表し、Q波R波S波は心室収縮の状態を表し、T波は心室拡張の開始を表す。 An electrocardiogram is a waveform that represents the periodic variations in electrical signals that cause the human heart to beat. An electrocardiographic waveform is assigned names of P wave, Q wave, R wave, S wave, and T wave to the inflection points of its shape, and indicates one cycle of heartbeat. The P-wave represents atrial contraction, the Q-wave, R-wave, S-wave represents the state of ventricular contraction, and the T-wave represents the onset of ventricular dilation.

光電式容積脈波形は、人の心臓の拍動に伴う末梢血管系内の血圧・体積の変化を示す波形である。光電式容積脈波形は、その形状の変曲点にそれぞれA波、P波、V波、D波の名称が割り当てられ、心拍の1サイクルを示している。A波を動脈脈波が生じた時点の基準点として、P波が左心室駆出によって生じるPercussion波(衝撃波)、V波が大動脈弁の閉鎖時に生じるValley波(重複隆起による波)、D波が反射振動波であるDicrotic波(重複波)を示している。 A photoelectric volume pulse waveform is a waveform that indicates changes in blood pressure and volume in the peripheral vasculature accompanying the beating of the human heart. The photoelectric plethysmogram is assigned names of A wave, P wave, V wave, and D wave to the inflection points of its shape, and indicates one cycle of heartbeat. With the A wave as the reference point at which the arterial pulse wave is generated, the P wave is the percussion wave (shock wave) generated by left ventricular ejection, the V wave is the Valley wave (wave due to double upheaval) generated when the aortic valve closes, and the D wave. indicates a Dicrotic wave (overlapping wave) which is a reflected oscillatory wave.

速度脈波形は、光電式容積脈波形を時間で1階微分をしたものである。加速度脈波形は、速度脈波形を時間で1階微分したもの、すなわち光電式容積脈波形を2階微分したものである。加速度脈波形は、図5で示すように、その波形の各ピークにa波(収縮初期陽性波)、b波(収縮初期陰性波)、c波(収縮中期再上昇波)、d波(収縮後期再下降波)、e波(拡張初期陽性波)、f波(拡張初期陰性波)の名称が割り当てられている。 The velocity plethysmogram is obtained by first differentiating the photoelectric volume plethysmogram with respect to time. The acceleration pulse waveform is obtained by first-order differentiation of the velocity pulse waveform with respect to time, that is, second-order differentiation of the photoelectric volume pulse waveform. As shown in FIG. 5, the acceleration pulse waveform has a wave (positive wave at the beginning of systole), wave b (negative wave at the beginning of systole), wave c (re-rising wave in the middle of systole), wave d (shock wave) at each peak of the waveform. late re-descending wave), e-wave (extended early positive wave), and f-wave (extended early negative wave).

b波の強度とa波の強度の比、及びf波の強度とe波の強度の比はそれぞれ血管の伸縮性すなわち弾性を示すパラメータである。主な血管の成分は、血管内皮(Endothelium)、弾性線維(Elastin)、タンパク質(Collagen)、平滑筋(Smooth Muscle)である。これらの成分は、それぞれ異なった性質があり、最大血圧、最小血圧時の血管の弾性はそれぞれCollagen、Elastinが強い影響力を担っている。そのため、血圧値によって異なる弾性をb波の強度とa波の強度の比である(b/a),f波の強度とe波の強度の比である(f/e)のパラメータで示すことができ、年齢・性別・環境変数の影響によってもこれらの値は変動する。そのため、(b/a),(f/e)の値は、加速度脈波形の特性情報として算出することができる。 The ratio of the intensity of the b-wave to the intensity of the a-wave and the ratio of the intensity of the f-wave to the intensity of the e-wave are parameters indicating the stretchability or elasticity of the blood vessel, respectively. The main vascular components are endothelium, elastin, collagen, and smooth muscle. These components have different properties, and Collagen and Elastin have a strong influence on the elasticity of blood vessels at maximum and minimum blood pressure, respectively. Therefore, the elasticity that varies depending on the blood pressure value is indicated by the parameters of (b/a), which is the ratio of the b-wave intensity to the a-wave intensity, and (f/e), which is the ratio of the f-wave intensity to the e-wave intensity. These values also fluctuate due to the influence of age, gender, and environmental variables. Therefore, the values of (b/a) and (f/e) can be calculated as characteristic information of the acceleration pulse waveform.

図5で示すように、R波の生じた時間TrとP波の生じた時間Tpの差分の時間が心室収縮期脈波伝搬時間PTT_SYSとなる。T波の生じた時間TtとD波の生じた時間Tdの差分の時間が心室拡張期脈波伝搬時間PTT_DIAとなる。すなわち、心電波形のR波の時間Tr及びT波の時間Ttと、光電式容積脈波形のT波の時間TpとD波の時間Tdから、心室収縮期脈波伝搬時間PTT_SYS及び心室拡張期脈波伝搬時間PTT_DIAを算出することができる。 As shown in FIG. 5, the difference between the time Tr at which the R wave occurs and the time Tp at which the P wave occurs is the ventricular systolic pulse wave propagation time PTT_SYS. The difference between the time Tt at which the T wave occurs and the time Td at which the D wave occurs is the ventricular diastolic pulse wave propagation time PTT_DIA. That is, from the R-wave time Tr and T-wave time Tt of the electrocardiographic waveform and the T-wave time Tp and D-wave time Td of the photoelectric volume pulse waveform, the ventricular systolic pulse wave propagation time PTT_SYS and ventricular diastole A pulse wave transit time PTT_DIA can be calculated.

また、脈波伝播速度と動脈壁の縦弾性係数との関係が所定の式で示される相関関係にあることが知られており、縦弾性係数と血圧値との関係も所定の式で示される相関関係にあることが知られている。そのため、最大血圧を心室収縮期脈波伝搬時間PTT_SYSの所定の式で求めることが可能であり、最小血圧を心室拡張期脈波伝搬時間PTT_DIAの所定の式で求めることが可能である。これにより、最大血圧と最小血圧を算出することが可能である。 In addition, it is known that the relationship between the pulse wave velocity and the longitudinal elastic modulus of the arterial wall has a correlation expressed by a predetermined formula, and the relationship between the longitudinal elastic modulus and the blood pressure value is also expressed by a predetermined formula. known to be correlated. Therefore, the systolic pulse wave transit time PTT_SYS can be obtained using a predetermined formula, and the minimum blood pressure can be obtained using a predetermined formula using the ventricular diastolic pulse wave transit time PTT_DIA. This makes it possible to calculate the systolic blood pressure and the diastolic blood pressure.

インタフェース提供部160は、アプリが測定データにアクセスするため、インタフェースDB123に記憶されているインタフェースを提供する。このインタフェースは、APIのようにデータストレージのデータへアクセスするためにソフトウェア開発者が作成するものとは異なり、例えば、データレイヤへのアクセスを一元管理するデータレイヤ作成者により提供されるものであり、データレイヤごとに提供されるものである。これにより、ソフトウェア開発者がAPIを作成する必要がなくなり、その種類や目的に応じて測定データDB121の希望のデータレイヤを容易に参照することが可能になる。 The interface providing unit 160 provides an interface stored in the interface DB 123 for the application to access the measurement data. This interface is provided by a data layer creator who centrally manages access to the data layer, unlike APIs created by software developers to access data in the data storage. , is provided for each data layer. This eliminates the need for a software developer to create an API, and makes it possible to easily refer to a desired data layer in the measurement data DB 121 according to its type and purpose.

演算部170は、アプリ生成部150により生成されたアプリを実行することにより、データ管理サーバ100の全体の動作を制御するものであり、CPU(Central Processing Unit)等から構成される。 The calculation unit 170 controls the overall operation of the data management server 100 by executing the application generated by the application generation unit 150, and is composed of a CPU (Central Processing Unit) and the like.

ソフトウェア開発者は、アプリ提供者端末500において、データ管理サーバ100から取得したインタフェースを用いて、測定データから生体情報データを生成し、測定者の状態を検知するアプリを作成することができる。また、ソフトウェア開発者は、作成したアプリを、アプリ提供者端末500からデータ管理サーバ100のアプリDB124へアップロードすることができる。 A software developer can use the interface obtained from the data management server 100 in the application provider terminal 500 to create an application that generates biometric information data from the measurement data and detects the condition of the subject. Also, the software developer can upload the created application from the application provider terminal 500 to the application DB 124 of the data management server 100 .

アプリを利用したいと希望するユーザは、ユーザ端末装置200からネットワークNWを介してデータ管理サーバ100へアクセスし、希望するアプリをユーザ端末装置200へダウンロードする。ユーザは、データ管理サーバ100へアクセスして自己のアカウントを作成することで、アプリを利用することが可能になる。 A user who wishes to use an application accesses the data management server 100 from the user terminal device 200 via the network NW and downloads the desired application to the user terminal device 200 . The user can use the application by accessing the data management server 100 and creating his/her own account.

<処理の流れ>
図6を参照しながら、データ管理システム1が実行するデータ管理方法の処理の流れについて説明する。図6は、図1のデータ管理システム1の処理の例を示すフローチャートである。
<Process flow>
The flow of processing of the data management method executed by the data management system 1 will be described with reference to FIG. FIG. 6 is a flow chart showing an example of processing of the data management system 1 of FIG.

ステップS101の処理として、データレイヤ管理部130では、データレイヤ作成者の指示により、測定装置300の種類ごとにデータレイヤが記憶部120の測定データDB121内に生成される。これ以降、データレイヤ管理部130によってデータレイヤごとのアクセスが管理される。 As the process of step S101, in the data layer management section 130, a data layer is generated in the measurement data DB 121 of the storage section 120 for each type of measuring device 300 according to the instruction of the data layer creator. After that, the data layer management unit 130 manages access for each data layer.

ステップS102の処理として、データ管理部140では、測定装置300を利用するユーザごとに、記憶部120の測定データDB121内における測定装置300に対応する所定のデータレイヤ内にアカウントが生成される。ステップS101及びステップS102の処理は、ユーザが測定装置300を利用するための前処理として行われる。 As the process of step S<b>102 , the data management section 140 creates an account in a predetermined data layer corresponding to the measurement device 300 in the measurement data DB 121 of the storage section 120 for each user who uses the measurement device 300 . The processing of steps S101 and S102 is performed as preprocessing for the user to use the measuring device 300 .

ステップS103の処理として、ユーザが測定装置300を利用すると、測定データが測定装置300からユーザ端末装置200を介してデータ管理サーバ100へ送信され、通信部110を介して受信される。データ管理部140では、記憶部120の測定データDB121内における測定装置300に対応するデータレイヤ内のアカウントごとに測定データが記憶される。 As the process of step S103 , when the user uses the measuring device 300 , measurement data is transmitted from the measuring device 300 to the data management server 100 via the user terminal device 200 and received via the communication section 110 . The data management unit 140 stores measurement data for each account in the data layer corresponding to the measuring device 300 in the measurement data DB 121 of the storage unit 120 .

ステップS104の処理として、アプリ生成部150では、測定データDB121に記憶された測定データから、データ管理サーバ100またはユーザ端末装置200で実行可能なアプリが生成される。生成されたアプリは、アプリDB124に記憶される。 As the process of step S<b>104 , the application generation unit 150 generates an application that can be executed by the data management server 100 or the user terminal device 200 from the measurement data stored in the measurement data DB 121 . The generated application is stored in application DB 124 .

ステップS105の処理として、インタフェース提供部160では、ステップS104で生成されたアプリに対して、所定のデータレイヤにアクセスするためのインタフェースDB123に記憶されているインタフェースが提供される。これにより、アプリから所定のデータレイヤ内の測定データにアクセスすることが可能になる。 As the process of step S105, the interface providing unit 160 provides the application generated in step S104 with an interface stored in the interface DB 123 for accessing a predetermined data layer. This allows the app to access measurement data within a given data layer.

ステップS106の処理として、演算部170では、ステップS104で生成されたアプリが利用されると、測定データDB121の所定のデータレイヤにアクセスされて測定データが読み取られ、生体データの算出等の所定の演算が行われる。演算により算出された生体データは、生体情報データDB122に記憶され、当該アプリや他のアプリでも利用可能になる。 As the process of step S106, when the application generated in step S104 is used, the calculation unit 170 accesses a predetermined data layer of the measurement data DB 121 to read the measurement data, and performs predetermined processing such as calculation of biometric data. Arithmetic is performed. The biometric data calculated by the calculation is stored in the biometric information data DB 122, and can be used by the app or other apps.

<効果>
以上のように、本実施形態に係るデータ管理システムは、データレイヤ管理部により、測定装置の種類に対応するようにデータレイヤが生成され、データ管理部により、各データレイヤにユーザごとにアカウントが生成され、ユーザの測定データがユーザのアカウントごとに記憶されている。これにより、測定データが一元管理されるので、データの重複がなくなり、無駄な資源の利用を削減することが可能である。
<effect>
As described above, in the data management system according to the present embodiment, the data layer management unit generates data layers corresponding to the types of measuring devices, and the data management unit creates an account for each user in each data layer. generated and the user's measurement data is stored for each user's account. As a result, measurement data is centrally managed, so data duplication is eliminated, and wasteful use of resources can be reduced.

また、インタフェース提供部により、アプリが所定のデータレイヤにアクセスするためのインタフェースが提供され、ソフトウェア開発者はアプリの種類や目的に応じて希望のデータレイヤの測定データを参照することが可能である。これにより、APIを作成する手間が省けるので、容易にアプリの開発が可能である。 In addition, the interface providing unit provides an interface for the application to access a predetermined data layer, and the software developer can refer to the measurement data of the desired data layer according to the type and purpose of the application. . This saves the trouble of creating an API, so it is possible to easily develop an application.

さらに、データ管理部により、測定データに関連付けされてタグ情報が記憶されることにより、測定データを測定した時刻やユーザの測定状態を記憶することができるので、測定データをより精度高く利用することが可能になる。 Furthermore, by storing the tag information associated with the measurement data by the data management unit, it is possible to store the time when the measurement data was measured and the measurement state of the user, so that the measurement data can be used with higher accuracy. becomes possible.

(実施形態2)
図7は、本開示の実施形態2に係るデータ管理システム1Aを示すブロック構成図である。このデータ管理システム1Aは、ユーザの生体データを測定する測定装置から測定データを受信し、ネットワークを介して測定データを受信して生体データへ演算を行うためのシステムである点において実施形態1と同様であるが、図7に示すように、データ管理サーバ100Aには、支払情報算出部180を備えている点において、実施形態1と異なる。
(Embodiment 2)
FIG. 7 is a block configuration diagram showing a data management system 1A according to Embodiment 2 of the present disclosure. This data management system 1A is different from the first embodiment in that it is a system for receiving measurement data from a measuring device that measures the user's biological data, receiving the measurement data via a network, and performing calculations on the biological data. Although similar, as shown in FIG. 7, the data management server 100A differs from the first embodiment in that a payment information calculation unit 180 is provided.

支払情報算出部180は、データ管理サーバ100Aを利用するための、ユーザ、データレイヤ作成者、及びソフトウェア開発者(アプリケーションソフトウェア提供者)の支払情報を算出する。具体的には、測定装置300を利用するユーザがデータ管理サーバ100Aを利用するための利用料を算出するための支払情報を算出し、データレイヤ作成者へ当該データレイヤのデータ参照料を算出するための支払情報を算出し、ソフトウェア開発者へ測定データのデータ使用料を算出するための支払情報を算出する。その他の構成については、実施形態1と同様である。 The payment information calculation unit 180 calculates payment information for users, data layer creators, and software developers (application software providers) for using the data management server 100A. Specifically, the payment information for calculating the usage fee for the user using the measuring device 300 to use the data management server 100A is calculated, and the data reference fee for the data layer is calculated for the data layer creator. Payment information is calculated for the software developer, and payment information for calculating the data usage fee for the measurement data is calculated. Other configurations are the same as those of the first embodiment.

ここで、ユーザ、ソフトウェア開発者、及びデータレイヤ作成者の支払関係について説明する。なお、ソフトウェア開発者はアプリを提供している者(アプリケーションソフトウェア提供者)であるが、アプリを購入等してネットワークNW上で配信を行う者であっても良い。また、データレイヤ作成者はデータ管理サーバ100Aにデータレイヤを作成した者であるが、データ管理サーバ100Aにおけるデータストレージの管理者等でも良い。まず、測定装置300を利用するユーザは、データ管理サーバ100Aの運営者へ利用料を支払う。この利用料には、ソフトウェア開発者に対するアプリを利用するための利用料と、データレイヤ作成者に対するデータレイヤを利用するための利用料とが含まれる。この利用料は、例えばユーザの利用時間や使用したデータ量に応じて算出される。 The payment relationship between users, software developers, and data layer creators will now be described. A software developer is a person who provides an application (application software provider), but it may be a person who purchases an application and distributes it on the network NW. Also, the data layer creator is the person who created the data layer in the data management server 100A, but may be the manager of the data storage in the data management server 100A. First, a user who uses the measuring device 300 pays a usage fee to the operator of the data management server 100A. This usage fee includes a usage fee for using the application for the software developer and a usage fee for using the data layer for the data layer creator. This usage fee is calculated, for example, according to the usage time of the user and the amount of data used.

データレイヤ作成者は、データ管理サーバ100Aの運営者へデータ管理サーバ100Aの運用費を支払う。この運用費は、例えば記憶部120内に確保した空きデータ容量に応じて算出される。そして、データ管理サーバ100Aの運営者は、データレイヤ作成者へデータの参照料を支払う。この参照料は、例えば当該データレイヤのアクセス数や参照されたデータ量(参照データ量)に応じて算出される。 The data layer creator pays the operation cost of the data management server 100A to the operator of the data management server 100A. This operation cost is calculated according to the free data capacity secured in the storage unit 120, for example. Then, the operator of the data management server 100A pays the data reference fee to the data layer creator. This reference fee is calculated according to, for example, the number of times the data layer is accessed and the amount of data referred to (reference data amount).

ソフトウェア開発者は、データ管理サーバ100Aの運営者へ、ユーザに対するアプリ提供の課金ツールの利用料を支払う。この利用料は、例えばユーザのダウンロード数に応じて算出される。そして、データ管理サーバ100Aの運営者は、ソフトウェア開発者へアプリの利用料を支払う。この利用料は、例えばアプリのダウンロード数やユーザによるアプリの利用回数に応じて算出される。 The software developer pays the operator of the data management server 100A a usage fee for the billing tool provided by the application to the user. This usage fee is calculated, for example, according to the number of user downloads. Then, the operator of the data management server 100A pays the application fee to the software developer. This usage fee is calculated according to, for example, the number of times the application has been downloaded or the number of times the application has been used by the user.

支払情報算出部180は、このような各支払情報の基になる、ユーザの利用時間や使用したデータ量、データレイヤのアクセス数や参照されたデータ量、アプリのダウンロード数やユーザによるアプリの利用回数等をカウントし、支払情報を算出する。 The payment information calculation unit 180 calculates the usage time of the user, the amount of data used, the number of accesses to the data layer, the amount of data referred to, the number of downloads of the application, and the usage of the application by the user, which are based on such payment information. Count the number of times, etc., and calculate payment information.

なお、この各支払は電子マネーやクレジットカードによる支払を可能にしても良く、データ管理サーバ100Aは、電子マネーやクレジットカードのサービスを提供するサーバにアクセスして決済を行う機能を備えていても良い。 Note that each payment may be made by electronic money or credit card, and the data management server 100A may have a function of accessing a server that provides electronic money or credit card services to make payments. good.

本実施形態によれば、上記実施形態1の効果に加え、支払情報算出部を備えたことにより、複雑なユーザのデータ管理サーバの運営者に対する支払情報、データレイヤ作成者とデータ管理サーバの運営者との間の支払情報、ソフトウェア開発者とデータ管理サーバの運営者との間の支払情報を適切に管理することが可能になる。 According to the present embodiment, in addition to the effects of the above-described first embodiment, the payment information calculation unit is provided. payment information between the developer and the payment information between the software developer and the operator of the data management server can be managed appropriately.

(実施形態3(プログラム))
図8は、コンピュータ(電子計算機)600の構成の例を示す機能ブロック構成図である。コンピュータ600は、CPU601、主記憶装置602、補助記憶装置603、インタフェース604を備える。
(Embodiment 3 (program))
FIG. 8 is a functional block configuration diagram showing an example of the configuration of a computer (electronic calculator) 600. As shown in FIG. A computer 600 includes a CPU 601 , a main memory device 602 , an auxiliary memory device 603 and an interface 604 .

ここで、実施形態1及び2に係るデータレイヤ管理部130、データ管理部140、アプリ生成部150、インタフェース提供部160、及び支払情報算出部180を構成する各機能を実現するための制御プログラムの詳細について説明する。これらの機能ブロックは、コンピュータ600に実装される。そして、これらの各構成要素の動作は、プログラムの形式で補助記憶装置603に記憶されている。CPU601は、プログラムを補助記憶装置603から読み出して主記憶装置602に展開し、当該プログラムに従って上記処理を実行する。また、CPU601は、プログラムに従って、上述した記憶部に対応する記憶領域を主記憶装置602に確保する。 Here, a control program for realizing each function constituting the data layer management unit 130, the data management unit 140, the application generation unit 150, the interface provision unit 160, and the payment information calculation unit 180 according to the first and second embodiments. Details will be explained. These functional blocks are implemented in computer 600 . The operations of these components are stored in the auxiliary storage device 603 in the form of programs. The CPU 601 reads out the program from the auxiliary storage device 603, develops it in the main storage device 602, and executes the above processing according to the program. Further, the CPU 601 secures a storage area corresponding to the above-described storage unit in the main storage device 602 according to the program.

当該プログラムは、具体的には、コンピュータ600において、測定装置ごとにデータレイヤを生成するデータレイヤ管理ステップと、測定装置を利用するユーザごとにアカウントを生成し、測定装置に対応するデータレイヤに区分けされて、アカウントごとに測定データを記憶させるデータ管理ステップと、測定データから生体データへ演算を行う演算ステップと、ユーザの状態を検知し、測定データから生体データへの演算結果に基づく生体データを利用するアプリケーションソフトウェアを生成するアプリ生成ステップと、アプリケーションソフトウェアが測定データにアクセスするためのインタフェースを提供するインタフェース提供ステップと、をコンピュータによって実現する制御プログラムである。 Specifically, in the computer 600, the program generates a data layer management step for generating a data layer for each measuring device, and an account for each user who uses the measuring device, and divides it into a data layer corresponding to the measuring device. a data management step of storing measured data for each account; a calculation step of calculating from measured data to biological data; detecting a user's state; A control program for realizing, by a computer, an application generation step of generating application software to be used and an interface provision step of providing an interface for the application software to access measurement data.

なお、補助記憶装置603は、一時的でない有形の媒体の一例である。一時的でない有形の媒体の他の例としては、インタフェース604を介して接続される磁気ディスク、光磁気ディスク、CD-ROM、DVD-ROM、半導体メモリ等が挙げられる。また、このプログラムがネットワークを介してコンピュータ600に配信される場合、配信を受けたコンピュータ600が当該プログラムを主記憶装置602に展開し、上記処理を実行してもよい。 Note that the auxiliary storage device 603 is an example of a non-temporary tangible medium. Other examples of non-transitory tangible media include magnetic disks, magneto-optical disks, CD-ROMs, DVD-ROMs, semiconductor memories, etc. that are connected via interface 604 . Further, when this program is distributed to the computer 600 via a network, the computer 600 receiving the distribution may develop the program in the main storage device 602 and execute the above process.

また、当該プログラムは、前述した機能の一部を実現するためのものであってもよい。さらに、当該プログラムは、前述した機能を補助記憶装置603に既に記憶されている他のプログラムとの組み合わせで実現するもの、いわゆる差分ファイル(差分プログラム)
であってもよい。
Also, the program may be for realizing part of the functions described above. Furthermore, the program realizes the above-described functions in combination with other programs already stored in the auxiliary storage device 603, a so-called difference file (difference program).
may be

以上、開示に係る実施形態について説明したが、これらはその他の様々な形態で実施することが可能であり、種々の省略、置換および変更を行なって実施することが出来る。これらの実施形態および変形例ならびに省略、置換および変更を行なったものは、特許請求の範囲の技術的範囲とその均等の範囲に含まれる。 Although the disclosed embodiments have been described above, they can be implemented in various other forms, and can be implemented with various omissions, substitutions, and modifications. These embodiments, modifications, omissions, substitutions and modifications are included within the technical scope of the claims and their equivalents.

1,1A データ管理システム、100,100A データ管理サーバ、110 通信部、120 記憶部、121 測定データDB、122 生体情報データDB、123 インタフェースDB、124 アプリDB、130 データレイヤ管理部、140 データ管理部、150 アプリ生成部、160 インタフェース提供部、170 演算部、180 支払情報算出部、200 端末装置、300 測定装置、400 データレイヤ作成者端末、500 アプリ提供者端末、NW ネットワーク 1, 1A data management system, 100, 100A data management server, 110 communication unit, 120 storage unit, 121 measurement data DB, 122 biological information data DB, 123 interface DB, 124 application DB, 130 data layer management unit, 140 data management Unit, 150 Application generation unit, 160 Interface provision unit, 170 Operation unit, 180 Payment information calculation unit, 200 Terminal device, 300 Measurement device, 400 Data layer creator terminal, 500 Application provider terminal, NW network

Claims (15)

ネットワークを介して測定装置から測定データを受信し、前記測定データから生体データへ演算を行うデータ管理サーバであって、
前記測定装置ごとにデータレイヤを生成するデータレイヤ管理部と、
前記測定装置を利用するユーザごとにアカウントを生成し、前記測定装置に対応する前記データレイヤに区分けされて、前記アカウントごとに前記測定データを記憶させるデータ管理部と、
前記ユーザの状態を検知し、前記測定データから前記生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成部と、
前記アプリケーションソフトウェアが前記測定データにアクセスするためのインタフェースを提供するインタフェース提供部と、を備え、
前記インタフェース提供部は、前記アプリケーションソフトウェアが利用する1または複数の前記データレイヤへアクセスさせ、1または複数の前記アカウントごとの前記測定データへアクセスさせる、データ管理サーバ。
A data management server that receives measurement data from a measurement device via a network and performs calculation from the measurement data to biological data,
a data layer management unit that generates a data layer for each measurement device;
a data management unit that generates an account for each user who uses the measuring device, divides the data layer into data layers corresponding to the measuring device, and stores the measurement data for each account;
an application generation unit that detects the state of the user and generates application software that performs predetermined calculations on the biometric data from the measurement data;
an interface providing unit that provides an interface for the application software to access the measurement data;
A data management server, wherein the interface providing unit accesses one or more of the data layers used by the application software and accesses the measurement data for each of one or more of the accounts.
前記データレイヤ管理部は、データレイヤ作成者の指示に基づき前記データレイヤを生成し、
前記データ管理部は、前記ユーザのアカウント登録に基づき前記アカウントを生成し、
前記アプリ生成部は、アプリケーションソフトウェア提供者から提供を受けた前記アプリケーションソフトウェアを生成する、請求項1に記載のデータ管理サーバ。
The data layer management unit generates the data layer based on instructions from a data layer creator,
The data management unit generates the account based on the user's account registration,
2. The data management server according to claim 1, wherein said application generator generates said application software provided by an application software provider.
前記ユーザがサーバ運営者へ支払う支払情報と、
前記データレイヤ作成者と前記サーバ運営者との間の支払情報と、
前記アプリケーションソフトウェア提供者と前記サーバ運営者との間の支払情報と、を算出する支払情報算出部を備える、請求項2に記載のデータ管理サーバ。
Payment information that the user pays to the server operator;
payment information between the data layer creator and the server operator;
3. The data management server according to claim 2, further comprising a payment information calculation unit for calculating payment information between said application software provider and said server operator.
前記支払情報算出部は、
前記データレイヤ作成者が前記サーバ運営者への支払情報を算出する場合、前記データレイヤへのアクセス数または参照データ量に基づいて前記データレイヤ作成者の支払情報を算出し、
前記アプリケーションソフトウェア提供者が前記サーバ運営者への支払情報を算出する場合、前記アプリケーションソフトウェアのダウンロード数または前記ユーザによる前記アプリケーションソフトウェアの利用回数に基づいて前記アプリケーションソフトウェア提供者の支払情報を算出する、請求項3に記載のデータ管理サーバ。
The payment information calculation unit
When the data layer creator calculates payment information for the server operator, calculating the payment information for the data layer creator based on the number of accesses to the data layer or the amount of reference data,
When the application software provider calculates payment information for the server operator, the payment information for the application software provider is calculated based on the number of downloads of the application software or the number of times the application software is used by the user. The data management server according to claim 3.
前記データ管理部は、前記アプリケーションソフトウェアに対して前記データレイヤごとにアクセスの可否を制御し、前記ユーザに対して前記アカウントごとに前記測定データへのアクセスの可否を制御する、請求項1から請求項4のいずれか1項に記載のデータ管理サーバ。 The data management unit controls permission/denial of access to the application software for each data layer, and controls permission/denial of access to the measurement data for each account of the user. Item 5. The data management server according to any one of Item 4. 前記データ管理部は、前記測定データにタグ情報と関連付けを行い、前記アカウントごとに前記測定データを記憶させる、請求項1から請求項5のいずれか1項に記載のデータ管理サーバ。 The data management server according to any one of claims 1 to 5, wherein the data management unit associates the measurement data with tag information and stores the measurement data for each account. 前記データ管理部は、時系列データである前記測定データに対して、前記測定装置が前記測定データを測定した時刻情報及び/または送信した時刻情報をタグ情報として関連付けを行う、請求項6に記載のデータ管理サーバ。 7. The data management unit according to claim 6, wherein the measurement data, which is time-series data, is associated with time information when the measurement device measures and/or transmits the measurement data as tag information. data management server. 前記データ管理部は、前記測定データを前記時刻情報の時刻順にソートする、請求項7に記載のデータ管理サーバ。 8. The data management server according to claim 7, wherein said data management unit sorts said measurement data in chronological order of said time information. 前記データ管理部は、所定の時刻の前記測定データが受信できなかった場合、当該時刻の前に受信した前記測定データと、当該時刻の後に受信した前記測定データとに基づいて当該時刻の前記測定データと推定し、当該時刻の前記時刻情報をタグ情報として関連付けを行う、請求項7または請求項8に記載のデータ管理サーバ。 When the measurement data at a predetermined time cannot be received, the data management unit performs the measurement at the time based on the measurement data received before the time and the measurement data received after the time. 9. The data management server according to claim 7 or 8, which estimates data and associates said time information of said time as tag information. 前記データ管理部は、前記ユーザの活動状態を示す活動情報をタグ情報として関連付けを行う、請求項6から請求項9のいずれか1項に記載のデータ管理サーバ。 10. The data management server according to any one of claims 6 to 9, wherein the data management unit associates activity information indicating the activity state of the user as tag information. 前記アプリ生成部は、生成された前記アプリケーションソフトウェアを前記ユーザの端末装置へ配信する、請求項1から請求項10のいずれか1項に記載のデータ管理サーバ。 11. The data management server according to any one of claims 1 to 10, wherein said application generation unit distributes said generated application software to said user's terminal device. 前記測定データは、前記ユーザの心電、脈波、温度、加速度のうち少なくとも一つを含むデータである、請求項1から請求項11のいずれか1項に記載のデータ管理サーバ。 12. The data management server according to any one of claims 1 to 11, wherein said measurement data is data including at least one of electrocardiogram, pulse wave, temperature and acceleration of said user. 前記生体データは、前記ユーザの血圧情報、心拍情報、血中酸素量情報、心電情報、呼吸数、体温情報、歩幅情報、重心の位置情報のうち少なくとも一つを含むデータである、請求項1から請求項12のいずれか1項に記載のデータ管理サーバ。 3. The biometric data includes at least one of blood pressure information, heart rate information, blood oxygen level information, electrocardiogram information, respiratory rate, body temperature information, stride information, and center of gravity position information of the user. The data management server according to any one of claims 1 to 12. ネットワークを介して測定装置から測定データを受信し、前記測定データから生体データへ演算を行うデータ管理方法であって、
データレイヤ管理部が行う、前記測定装置ごとにデータレイヤを生成するデータレイヤ管理ステップと、
データ管理部が行う、前記測定装置を利用するユーザごとにアカウントを生成し、前記測定装置に対応する前記データレイヤに区分けされて、前記アカウントごとに前記測定データを記憶させるデータ管理ステップと、
アプリ生成部が行う、前記ユーザの状態を検知し、前記測定データから前記生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成ステップと、
インタフェース提供部が行う、前記アプリケーションソフトウェアが前記測定データにアクセスするためのインタフェースを提供するインタフェース提供ステップと、を備え、
前記インタフェース提供ステップは、前記アプリケーションソフトウェアが利用する1または複数の前記データレイヤへアクセスさせ、1または複数の前記アカウントごとの前記測定データへアクセスさせる、データ管理方法。
A data management method for receiving measurement data from a measurement device via a network and performing calculations from the measurement data to biological data,
a data layer management step of generating a data layer for each measuring device, performed by a data layer management unit;
a data management step of generating an account for each user who uses the measuring device, classifying the data layer corresponding to the measuring device, and storing the measured data for each account, performed by a data management unit;
an application generation step of detecting the state of the user and generating application software for performing predetermined calculations on the biometric data from the measurement data, performed by the application generation unit;
an interface providing step of providing an interface for the application software to access the measurement data, performed by an interface providing unit;
The data management method, wherein the interface providing step allows access to one or more of the data layers used by the application software and access to the measurement data for each of one or more of the accounts.
ネットワークを介して測定装置から測定データを受信し、前記測定データから生体データへ演算を行うデータ管理プログラムであって、
前記測定装置ごとにデータレイヤを生成するデータレイヤ管理ステップと、
前記測定装置を利用するユーザごとにアカウントを生成し、前記測定装置に対応する前記データレイヤに区分けされて、前記アカウントごとに前記測定データを記憶させるデータ管理ステップと、
前記ユーザの状態を検知し、前記測定データから前記生体データに関する所定の演算を行うアプリケーションソフトウェアを生成するアプリ生成ステップと、
前記アプリケーションソフトウェアが前記測定データにアクセスするためのインタフェースを提供するインタフェース提供ステップと、を電子計算機に実行させ、
前記インタフェース提供ステップは、前記アプリケーションソフトウェアが利用する1または複数の前記データレイヤへアクセスさせ、1または複数の前記アカウントごとの前記測定データへアクセスさせる、データ管理プログラム。
A data management program that receives measurement data from a measurement device via a network and performs calculation from the measurement data to biological data,
a data layer management step of generating a data layer for each measurement device;
a data management step of creating an account for each user who uses the measuring device, classifying the data layer corresponding to the measuring device, and storing the measured data for each account;
an application generation step of detecting the state of the user and generating application software for performing predetermined calculations on the biometric data from the measurement data;
an interface providing step of providing an interface for the application software to access the measurement data;
The data management program, wherein the interface providing step allows access to one or more of the data layers used by the application software and access to the measurement data for each of one or more of the accounts.
JP2022157866A 2018-07-12 2022-09-30 Data management server, data management method and data management program Active JP7396726B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022157866A JP7396726B2 (en) 2018-07-12 2022-09-30 Data management server, data management method and data management program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2018132665A JP6932379B2 (en) 2018-07-12 2018-07-12 Data management server, data management method and data management program
JP2021130318A JP7157486B2 (en) 2018-07-12 2021-08-06 DATA MANAGEMENT SERVER, DATA MANAGEMENT METHOD AND DATA MANAGEMENT PROGRAM
JP2022157866A JP7396726B2 (en) 2018-07-12 2022-09-30 Data management server, data management method and data management program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2021130318A Division JP7157486B2 (en) 2018-07-12 2021-08-06 DATA MANAGEMENT SERVER, DATA MANAGEMENT METHOD AND DATA MANAGEMENT PROGRAM

Publications (2)

Publication Number Publication Date
JP2022173490A true JP2022173490A (en) 2022-11-18
JP7396726B2 JP7396726B2 (en) 2023-12-12

Family

ID=69151999

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2018132665A Active JP6932379B2 (en) 2018-07-12 2018-07-12 Data management server, data management method and data management program
JP2021130318A Active JP7157486B2 (en) 2018-07-12 2021-08-06 DATA MANAGEMENT SERVER, DATA MANAGEMENT METHOD AND DATA MANAGEMENT PROGRAM
JP2022157866A Active JP7396726B2 (en) 2018-07-12 2022-09-30 Data management server, data management method and data management program

Family Applications Before (2)

Application Number Title Priority Date Filing Date
JP2018132665A Active JP6932379B2 (en) 2018-07-12 2018-07-12 Data management server, data management method and data management program
JP2021130318A Active JP7157486B2 (en) 2018-07-12 2021-08-06 DATA MANAGEMENT SERVER, DATA MANAGEMENT METHOD AND DATA MANAGEMENT PROGRAM

Country Status (1)

Country Link
JP (3) JP6932379B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6934219B1 (en) * 2020-06-01 2021-09-15 株式会社Arblet Information processing systems, servers, information processing methods and programs
JP6830704B1 (en) * 2020-07-09 2021-02-17 株式会社Arblet Information processing system, information processing method and program
JP7033362B1 (en) 2021-11-23 2022-03-10 株式会社Arblet Information processing system, server, information processing method and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3907463B2 (en) * 2000-12-26 2007-04-18 富士通株式会社 Computer-readable recording medium and program storing program for managing CAD data
WO2007017777A2 (en) 2005-08-08 2007-02-15 Koninklijke Philips Electronics, N.V. Method and apparatus for measurement and communication of physiological parameters
JP2010154881A (en) 2008-12-26 2010-07-15 Omron Healthcare Co Ltd Biological information acquiring apparatus
JP6608770B2 (en) * 2016-07-08 2019-11-20 ソフトバンク株式会社 Information processing apparatus and program
JP6257015B1 (en) * 2017-08-02 2018-01-10 株式会社Arblet Development support server, development support method, and development support program

Also Published As

Publication number Publication date
JP6932379B2 (en) 2021-09-08
JP7157486B2 (en) 2022-10-20
JP2021170422A (en) 2021-10-28
JP7396726B2 (en) 2023-12-12
JP2020009384A (en) 2020-01-16

Similar Documents

Publication Publication Date Title
JP7157486B2 (en) DATA MANAGEMENT SERVER, DATA MANAGEMENT METHOD AND DATA MANAGEMENT PROGRAM
US10971271B2 (en) Method and system for personalized blood flow modeling based on wearable sensor networks
CN104951069B (en) For using the confidence level instruction of the physiological measurements of wearable sensors platform
Borodin et al. Architectural approach to the multisource health monitoring application design
CN102551699A (en) Non-invasive cardiac output determination system
JP6257015B1 (en) Development support server, development support method, and development support program
WO2022054797A1 (en) Information processing system, server, information processing method, and program
JP6887194B1 (en) Information processing systems, servers, information processing methods and programs
WO2022097592A1 (en) Information processing system, server, information processing method, and program
Eun et al. Development of intelligent healthcare system based on ambulatory blood pressure measuring device
JP7033362B1 (en) Information processing system, server, information processing method and program
JP6919959B1 (en) Information processing system, server, information processing method and program
CN113303773B (en) Motion risk assessment method and device and readable storage medium
WO2022009817A1 (en) Server, user assistance system, user assistance method, and program
Hausmann Activity level estimator
JP7097111B2 (en) Information processing system, server, information processing method and program
JP7240052B1 (en) Information processing system, server, information processing method, program and learning model
KR102382659B1 (en) Method and system for training artificial intelligence model for estimation of glycolytic hemoglobin levels
JP6934219B1 (en) Information processing systems, servers, information processing methods and programs
WO2021246346A1 (en) Information processing system, server, information processing method, and program
US20140221778A1 (en) Identifying Physiological Parameters from Raw Data Received Wirelessly from a Sensor
Hansson et al. Automated Recognition of Human Activity: A Practical Perspective of the State of Research
Lupión et al. Edge IoT System for Wearable Devices: Real-Time Data Processing, Inference, and Training for Activity Monitoring and Health Evaluation
WO2023099340A1 (en) Gait-based mobility analysis
BR102022005303A2 (en) INTERNET OF THINGS (IoT) BASED DEVICE AND SYSTEM FOR COLLECTION, PROCESSING AND ANALYSIS OF A USER&#39;S VITAL SIGNS

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220930

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220930

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20231002

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20231024

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20231122

R150 Certificate of patent or registration of utility model

Ref document number: 7396726

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150