JP6264648B2 - Information processing apparatus, information processing system, information processing method, and information processing program - Google Patents

Information processing apparatus, information processing system, information processing method, and information processing program Download PDF

Info

Publication number
JP6264648B2
JP6264648B2 JP2014025681A JP2014025681A JP6264648B2 JP 6264648 B2 JP6264648 B2 JP 6264648B2 JP 2014025681 A JP2014025681 A JP 2014025681A JP 2014025681 A JP2014025681 A JP 2014025681A JP 6264648 B2 JP6264648 B2 JP 6264648B2
Authority
JP
Japan
Prior art keywords
data
information
unit
definition
acquired
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
JP2014025681A
Other languages
Japanese (ja)
Other versions
JP2015153090A (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.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP2014025681A priority Critical patent/JP6264648B2/en
Priority to PCT/JP2015/053769 priority patent/WO2015122436A1/en
Publication of JP2015153090A publication Critical patent/JP2015153090A/en
Application granted granted Critical
Publication of JP6264648B2 publication Critical patent/JP6264648B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records

Description

本発明は、情報処理装置、情報処理システム、情報処理方法および情報処理プログラムに関する。   The present invention relates to an information processing apparatus, an information processing system, an information processing method, and an information processing program.

複数の測定機器が測定するデータを収集して処理を行う場合、同種の情報を示すデータ、例えば、消費カロリーを示すデータであっても、測定機器の種類によって出力するデータのフォーマット、例えば、データの型や単位が異なる場合がある。このような場合、収集したデータをまとめて演算するときに、データのフォーマットを変換する必要が生じる。例えば、特許文献1に記載の技術では、データフォーマット変換装置が、データを出力する臨床検査用分析器の機器の種類を特定し、特定した種類の機器が出力するデータを変換する際の変換規則をフォーマット定義ファイルから読み出す。そして、読み出した変換規則に基づいて、臨床検査用分析器が出力するデータのフォーマットを変換し、変換したデータをデータ収集装置に出力することで、データ収集装置でまとめて演算することを可能とするものである。   When collecting and processing data measured by a plurality of measuring devices, even if it is data indicating the same type of information, for example, data indicating calorie consumption, the format of the data output depending on the type of measuring device, for example, data May have different types and units. In such a case, it is necessary to convert the data format when collecting the collected data. For example, in the technique described in Patent Document 1, the data format conversion device specifies the type of clinical analyzer device that outputs data, and the conversion rules for converting the data output by the specified type of device Is read from the format definition file. Then, based on the read conversion rule, the format of the data output by the analyzer for clinical examination is converted, and the converted data is output to the data collection device, so that the data collection device can perform the calculation collectively. To do.

特開平7−160556号公報JP-A-7-160556

ところで、このような測位機器で測定するデータのサイズは、例えば、8ビットで表すことができるデータもあれば、18ビットを必要とするデータなど、測定する項目によって有効桁数が様々に変わる場合がある。このような有効桁数が異なる測定データをまとめて1つのデータとして送受信する場合、通信フォーマットを構成するビット単位、例えば、8ビット単位に揃えようとすると、無駄なビットが生じてしまう。例えば、6ビットで表される測定データに8ビットのエリアを割り当ててしまうと、2ビット分が無駄になる。そこで、無駄が生じず、通信フォーマットに上手く収まるようにするためには、当該通信フォーマットに合わせて測定データを切り貼りする必要がある。   By the way, the size of data measured by such a positioning device may vary depending on the item to be measured, such as data that can be expressed in 8 bits or data that requires 18 bits. There is. When such measurement data having different effective digits are collectively transmitted / received as one data, useless bits are generated if they are arranged in bit units constituting the communication format, for example, 8-bit units. For example, if an 8-bit area is allocated to measurement data represented by 6 bits, 2 bits are wasted. Therefore, in order to avoid waste and fit well in the communication format, it is necessary to cut and paste measurement data in accordance with the communication format.

例えば、18ビットのデータと6ビットのデータとを8ビット単位の通信フォーマットに収める場合、18ビットの測定データを、16(8×2)ビットと2ビットに分割し、16ビットの部分には8ビットを2エリア分割り当てる。残りの2ビットの部分については、6ビットの測定データに対して8ビットのエリアを割り当てた際の残りの2ビットのエリアを割り当てるといったことを行えばよい。このようにすることで、通信量の削減となり、通信の高速化や省電力化を図ることが可能となる。   For example, when 18-bit data and 6-bit data are stored in an 8-bit communication format, the 18-bit measurement data is divided into 16 (8 × 2) bits and 2 bits. Allocate 8 bits for 2 areas. For the remaining 2-bit portion, the remaining 2-bit area when the 8-bit area is allocated to the 6-bit measurement data may be allocated. By doing so, the amount of communication can be reduced, and it is possible to increase the communication speed and power saving.

しかしながら、特許文献1に記載の技術では、臨床検査用分析器から出力される出力データに含まれる各々の測定データは、同じビットサイズになっている。そのため、特許文献1に記載の技術を用いても、上述したようなビットサイズの異なる複数の測定データを含む複雑なデータ構造となっている通信データを利用しようとすると、個々の測定データを変換することができない、という課題がある。   However, in the technique described in Patent Document 1, each measurement data included in the output data output from the clinical test analyzer has the same bit size. Therefore, even if the technique described in Patent Document 1 is used, if the communication data having a complicated data structure including a plurality of measurement data having different bit sizes as described above is used, individual measurement data is converted. There is a problem that it cannot be done.

本発明は、上記課題を解決すべくなされたもので、データ構造が複雑になっている通信データに含まれる個々の測定データを変換することができる情報処理装置、情報処理システム、情報処理方法および情報処理プログラムを提供することを課題とする。   The present invention has been made to solve the above problems, and is an information processing apparatus, an information processing system, an information processing method, and an information processing apparatus capable of converting individual measurement data included in communication data having a complicated data structure. It is an object to provide an information processing program.

(1)本発明は、上記の課題を解決するためになされたものであり、本発明の一態様は、情報処理装置であって、生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、前記生体測定機器から前記通信データを取得するデータ取得部と、前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、
を備えることを特徴とする情報処理装置である。
(1) The present invention has been made to solve the above problems, and one aspect of the present invention is an information processing apparatus that specifies a type of a biometric device that measures a state of a living body. Measurement data measured by the biometric device based on the specific information acquired by the specific information acquisition unit that acquires information, a data acquisition unit that acquires the communication data from the biometric device, and the specific information acquisition unit The data structure information indicating the data structure of the communication data including the definition information acquisition unit that acquires the conversion rule information related to the format of the measurement data, and the data based on the data structure information acquired by the definition information acquisition unit Based on the data structure analysis unit that reads measurement data included in the communication data acquired by the acquisition unit, and the conversion rule information acquired by the definition information acquisition unit A format conversion unit for converting the read the measurement data, and a data transmitter that transmits the measurement data the format converter is converted,
It is an information processing apparatus characterized by comprising.

(2)また、本発明の一態様は、生体の状態を測定する生体測定機器と、情報処理装置と、を備える情報処理システムであって、前記情報処理装置は、前記生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、前記生体測定機器から前記通信データを取得するデータ取得部と、前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、を備えることを特徴とする情報処理システムである。   (2) Further, one embodiment of the present invention is an information processing system including a biometric device that measures a state of a living body and an information processing device, and the information processing device determines a type of the biometric device. Based on the specific information acquired by the specific information acquisition unit that acquires the specific information to be specified, the data acquisition unit that acquires the communication data from the biometric device, and the specific information acquired by the specific information acquisition unit Based on the data structure information indicating the data structure of the communication data including the measurement data to be performed, the definition information acquisition unit that acquires the conversion rule information related to the format of the measurement data, and the data structure information acquired by the definition information acquisition unit A data structure analysis unit that reads measurement data included in the communication data acquired by the data acquisition unit, and the variable acquired by the definition information acquisition unit. Based on the rule information, an information processing system comprising: the format converting unit for converting the read the measurement data, and a data transmitter that transmits the measurement data the format conversion unit is converted, the.

(3)また、本発明の一態様は、情報処理方法であって、生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得過程と、前記生体測定機器から前記通信データを取得するデータ取得過程と、前記特定情報取得過程により取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得過程と、前記定義情報取得過程により取得された前記データ構造情報に基づいて、前記データ取得過程により取得された前記通信データに含まれる測定データを読み出すデータ構造解析過程と、前記定義情報取得過程により取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換過程と、前記フォーマット変換過程により変換された前記測定データを送信する送信過程と、を有することを特徴とする情報処理方法である。   (3) Moreover, one aspect of the present invention is an information processing method, a specific information acquisition process for acquiring specific information for specifying a type of a biometric device that measures a state of a living body, and the biometric device from the specific information acquisition process A data acquisition process for acquiring communication data; data structure information indicating a data structure of communication data including measurement data measured by the biometric device based on the specific information acquired by the specific information acquisition process; and Measurement data included in the communication data acquired by the data acquisition process based on the definition information acquisition process of acquiring conversion rule information related to the format of the measurement data and the data structure information acquired by the definition information acquisition process Is read based on the conversion rule information acquired in the data structure analysis process and the definition information acquisition process. A format conversion step of converting the measurement data, an information processing method characterized by and a transmission process of transmitting the measurement data converted by the format conversion process.

(4)また、本発明の一態様は、プログラムであって、コンピュータに、生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得ステップと、前記生体測定機器から前記通信データを取得するデータ取得ステップと、前記特定情報取得ステップにより取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得ステップと、前記定義情報取得ステップにより取得された前記データ構造情報に基づいて、前記データ取得ステップにより取得された前記通信データに含まれる測定データを読み出すデータ構造解析ステップと、前記定義情報取得ステップにより取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換ステップと、前記フォーマット変換ステップにより変換された前記測定データを送信する送信ステップと、を実行させるための情報処理プログラムである。   (4) According to another aspect of the present invention, there is provided a program, a specific information acquiring step for acquiring specific information for specifying a type of a biometric device that measures a state of a living body, and the biometric device. Data structure information indicating a data structure of communication data including measurement data measured by the biometric device based on the data acquisition step of acquiring the communication data, and the specific information acquired by the specific information acquisition step; and A measurement information included in the communication data acquired by the data acquisition step based on the data structure information acquired by the definition information acquisition step of acquiring the conversion rule information related to the format of the measurement data and the definition information acquisition step According to the data structure analysis step for reading data and the definition information acquisition step An information processing program for executing a format conversion step for converting the read measurement data based on the acquired conversion rule information, and a transmission step for transmitting the measurement data converted by the format conversion step It is.

本発明によれば、データ構造が複雑になっている通信データに含まれる個々の測定データを変換することができる。   According to the present invention, individual measurement data included in communication data having a complicated data structure can be converted.

本発明の実施形態に係る情報処理システムの構成の一例を示す概略ブロック図である。It is a schematic block diagram which shows an example of a structure of the information processing system which concerns on embodiment of this invention. 本発明の実施形態に係る情報処理装置のハードウェア構成の一例を示す概略ブロック図である。It is a schematic block diagram which shows an example of the hardware constitutions of the information processing apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る情報処理装置の機能構成の一例を示す概略ブロック図である。It is a schematic block diagram which shows an example of a function structure of the information processing apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る機器情報記憶部のデータ構成の一例を示す概略図である。It is the schematic which shows an example of the data structure of the apparatus information storage part which concerns on embodiment of this invention. 本発明の実施形態に係るデータ構造定義テーブルのデータ構成の一例を示す概略図である。It is the schematic which shows an example of the data structure of the data structure definition table which concerns on embodiment of this invention. 本発明の実施形態に係る変換規則定義テーブルのデータ構成の一例を示す概略図である。It is the schematic which shows an example of the data structure of the conversion rule definition table which concerns on embodiment of this invention. 本発明の実施形態に係るデータ構造の記述文法を説明する概略図である。It is the schematic explaining the description grammar of the data structure which concerns on embodiment of this invention. 本発明の実施形態に係る通信データのフォーマットの一例を示す概略図である。It is the schematic which shows an example of the format of the communication data which concerns on embodiment of this invention. 本発明の実施形態に係る送信データのフォーマットの一例を示す概略図である。It is the schematic which shows an example of the format of the transmission data which concerns on embodiment of this invention. 本発明の同実施形態に係る変換処理部による変換処理の一例を示すフローチャートである。It is a flowchart which shows an example of the conversion process by the conversion process part which concerns on the same embodiment of this invention. 本発明の実施形態に係る変換処理部による変換処理の一例を示す概略図である。It is the schematic which shows an example of the conversion process by the conversion process part which concerns on embodiment of this invention.

以下、本発明の実施形態について図面を参照して説明する。
図1は、本発明の実施形態に係る情報処理システムS1の構成の一例を示す概略ブロック図である。
図1に示すように、情報処理システムS1は、データ収集サーバ装置1と、定義情報サーバ装置2と、情報処理装置3と、健康機器4と、を備える。情報処理システムS1において、情報処理装置3は、記憶部31と、入力部32と、第2通信部33と、制御部34と、第1通信部35と、表示部36と、を備える。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 is a schematic block diagram showing an example of the configuration of the information processing system S1 according to the embodiment of the present invention.
As shown in FIG. 1, the information processing system S <b> 1 includes a data collection server device 1, a definition information server device 2, an information processing device 3, and a health device 4. In the information processing system S1, the information processing apparatus 3 includes a storage unit 31, an input unit 32, a second communication unit 33, a control unit 34, a first communication unit 35, and a display unit 36.

データ収集サーバ装置1は、例えば、インターネットなどの通信路を介して、情報処理装置3の第2通信部33に接続する。また、データ収集サーバ装置1は、情報処理装置3の第2通信部33が送信する送信データを受信する。
定義情報サーバ装置2は、例えば、インターネットなどの通信路を介して、情報処理装置3の第2通信部33に接続する。また、定義情報サーバ装置2は、健康機器4の種類を一意に特定する機器特定情報ごとに、当該健康機器4が送信する通信データのデータ構造を示すデータ構造定義情報と、当該測定データに対する変換規則を示す変換規則定義情報とを含む定義情報を内部の記憶領域に記憶する。また、定義情報サーバ装置2は、情報処理装置3から機器特定情報を含む問い合わせ情報を受信すると、機器特定情報に対応する定義情報を内部の記憶領域から読み出す。また、定義情報サーバ装置2は、当該問い合わせ情報に対する応答として、当該機器特定情報と内部の記憶領域から読み出した定義情報とを情報処理装置3に送信する。
For example, the data collection server device 1 is connected to the second communication unit 33 of the information processing device 3 via a communication path such as the Internet. In addition, the data collection server device 1 receives transmission data transmitted by the second communication unit 33 of the information processing device 3.
The definition information server device 2 is connected to the second communication unit 33 of the information processing device 3 via a communication path such as the Internet, for example. Moreover, the definition information server device 2 converts data structure definition information indicating the data structure of communication data transmitted by the health device 4 and conversion to the measurement data for each device specifying information that uniquely specifies the type of the health device 4. Definition information including conversion rule definition information indicating a rule is stored in an internal storage area. When the definition information server device 2 receives the inquiry information including the device identification information from the information processing device 3, the definition information server device 2 reads the definition information corresponding to the device identification information from the internal storage area. In addition, the definition information server device 2 transmits the device specifying information and the definition information read from the internal storage area to the information processing device 3 as a response to the inquiry information.

健康機器4は、生体の状態を測定する生体測定機器であり、例えば、歩数計、活動量計、体重計、体組成計、血圧計、脈拍計、体温計などであり、歩数、消費カロリー、エクササイズ量などの生体の状態を測定し、測定した生体の状態を測定したデータ(以下、測定データという)を出力する。健康機器4は、ブルートゥース(Bluetooth(登録商標))により、情報処理装置3の第1通信部35に機器情報を出力する。ここで、機器情報とは、健康機器4のメーカ名、型番を含む情報である。また、前述した機器特定情報は、機器情報に基づいて生成される健康機器4の種類を一意に特定する情報であり、メーカ名、型番に基づいて情報処理装置3によって生成される。また、健康機器4は、測定した測定データを含む通信データを情報処理装置3の第1通信部35に送信する。なお、通信データには、1つまたは複数の測定データが含まれる。   The health device 4 is a biometric device that measures the state of a living body, such as a pedometer, activity meter, weight scale, body composition meter, sphygmomanometer, pulse meter, thermometer, etc., and the number of steps, calories burned, exercise The state of the living body such as the amount is measured, and data (hereinafter referred to as measurement data) obtained by measuring the measured state of the living body is output. The health device 4 outputs device information to the first communication unit 35 of the information processing device 3 by Bluetooth (Bluetooth (registered trademark)). Here, the device information is information including the manufacturer name and model number of the health device 4. The device specifying information described above is information for uniquely specifying the type of the health device 4 generated based on the device information, and is generated by the information processing device 3 based on the manufacturer name and the model number. In addition, the health device 4 transmits communication data including the measured measurement data to the first communication unit 35 of the information processing device 3. Note that the communication data includes one or more measurement data.

情報処理装置3は、例えば、スマートフォン、タブレット、パーソナルコンピュータなどであり、健康機器4との間で、機器アドレス情報、認証キー情報、暗号化キー情報などを互いに送受信して交換して通信接続を確立する。また、情報処理装置3は、健康機器4から機器情報を受信し、当該機器情報に基づいて機器特定情報を生成する。また、情報処理装置3は、健康機器4から通信データを受信する。また、情報処理装置3は、機器特定情報に対応するデータ構造定義情報にしたがって通信データに含まれる測定データを読み出す。また、情報処理装置3は、読み出した測定データのデータフォーマットを機器特定情報に対応する変換規則定義情報にしたがって変換して送信データを生成し、生成した送信データをデータ収集サーバ装置1に送信する。   The information processing device 3 is, for example, a smartphone, a tablet, a personal computer, and the like, and exchanges device address information, authentication key information, encryption key information, and the like with the health device 4 to exchange communication. Establish. The information processing apparatus 3 receives device information from the health device 4 and generates device identification information based on the device information. Further, the information processing device 3 receives communication data from the health device 4. Further, the information processing device 3 reads out measurement data included in the communication data according to the data structure definition information corresponding to the device identification information. Further, the information processing device 3 converts the data format of the read measurement data according to the conversion rule definition information corresponding to the device identification information, generates transmission data, and transmits the generated transmission data to the data collection server device 1. .

情報処理装置3において、記憶部31は、RAM(Random Access Memory;ランダムアクセスメモリ)などのメモリであり、制御部34が実行するプログラムおよび制御部34が当該プログラムを実行する際に必要となるデータを記憶する。当該プログラムには、アプリケーション、ミドルウェア、デバイスドライバ、オペレーティングシステムなどが含まれる。入力部32は、例えば、タッチパネル、入力キー、キーボード、マウス、音声入力装置など、ユーザによる入力を受け付ける入力デバイスである。表示部36は、例えば、液晶ディスプレイ、有機EL(Electro Luminescence)ディスプレイ、プラズマディスプレイなどの表示装置を備え、画像を表示する。第2通信部33は、無線LAN(Local Area Network;ローカルエリアネットワーク)により、データ収集サーバ装置1及び定義情報サーバ装置2との間で通信を行う。第1通信部35は、ブルートゥース(Bluetooth(登録商標))により、健康機器4との間で通信を行う。制御部34は、CPU(Central Processing Unit;中央演算処理装置)を備え、記憶部31に記憶されているプログラムを実行して、情報処理装置3の各部を制御する。   In the information processing device 3, the storage unit 31 is a memory such as a RAM (Random Access Memory), and a program executed by the control unit 34 and data required when the control unit 34 executes the program. Remember. The program includes an application, middleware, a device driver, an operating system, and the like. The input unit 32 is an input device that receives input from the user, such as a touch panel, input keys, a keyboard, a mouse, and a voice input device. The display unit 36 includes a display device such as a liquid crystal display, an organic EL (Electro Luminescence) display, or a plasma display, and displays an image. The second communication unit 33 performs communication between the data collection server device 1 and the definition information server device 2 via a wireless LAN (Local Area Network). The first communication unit 35 communicates with the health device 4 by Bluetooth (Bluetooth (registered trademark)). The control unit 34 includes a CPU (Central Processing Unit), executes a program stored in the storage unit 31, and controls each unit of the information processing device 3.

なお、記憶部31は、RAMに限られず、SRAM(Static Random Access Memory)、マスクROM(Read Only Memory:ロム)、フラッシュROM、FeRAM(Ferroelectric Randam Access Memory:強誘電体メモリ)、フラッシュメモリ、メモリカード、SD(Secure Digital)メモリカード、ハードディスク、SSD(Solid State Drive;ソリッドステートドライブ)などであってもよい。
また、健康機器4と第1通信部35との間の通信は、ブルートゥース(Bluetooth(登録商標))による通信に限られるものではなく、NFC(Near Field Communication;近距離通信)、赤外線通信、無線LANなどのその他の無線通信、または、シリアル通信であるUART(Universal Asynchronous Receiver Transmitter)や、USB(Universal Serial Bus;ユーエスビー)などの有線通信を行ってもよい。
また、第2通信部33が行う通信は、無線LANによる通信に限られるものではなく、3G(第3世代)回線、4G回線、WiMAX(Worldwide Interoperability for Microwave Access;ワイマックス)、LTE(Long Term Evolution)やLTE−A(LTE―Advance)などのその他の無線通信、または、インターネットなどの有線通信などであってもよい。
Note that the storage unit 31 is not limited to a RAM, but includes an SRAM (Static Random Access Memory), a mask ROM (Read Only Memory), a flash ROM, an FeRAM (Ferroelectric Random Access Memory), a flash memory, and a memory. It may be a card, an SD (Secure Digital) memory card, a hard disk, an SSD (Solid State Drive) or the like.
Further, communication between the health device 4 and the first communication unit 35 is not limited to communication by Bluetooth (Bluetooth (registered trademark)), but NFC (Near Field Communication), infrared communication, wireless communication Other wireless communication such as LAN, or serial communication such as UART (Universal Asynchronous Receiver Transmitter) or USB (Universal Serial Bus; USB) may be performed.
The communication performed by the second communication unit 33 is not limited to communication using a wireless LAN, and is not limited to a 3G (third generation) line, 4G line, WiMAX (Worldwide Interoperability for Microwave Access), LTE (Long Term). Evolution) and other wireless communication such as LTE-A (LTE-Advanced), or wired communication such as the Internet.

図2は、本実施形態に係る情報処理装置3のハードウェア構成の一例を示す概略ブロック図である。
情報処理装置3は、CPU501と、第1通信部502と、第2通信部503と、出力部504と、メモリ505と、入力部506と、を備える。CPU501と、第1通信部502と、第2通信部503と、出力部504と、メモリ505と、入力部506とは、バスB(母線)を介して相互に接続される。
CPU501は、制御部34に対応し、メモリ505が記憶するプログラムや各種データを読み出して実行し、情報処理装置3を制御する。第1通信部502と第2通信部503とは、それぞれ第1通信部35と第2通信部33とに対応する通信装置である。出力部504は、表示部36に対応する他、スピーカなどの音声の出力装置なども含む。メモリ505は、記憶部31に対応する。入力部506は、入力部32に対応する。
FIG. 2 is a schematic block diagram illustrating an example of a hardware configuration of the information processing apparatus 3 according to the present embodiment.
The information processing apparatus 3 includes a CPU 501, a first communication unit 502, a second communication unit 503, an output unit 504, a memory 505, and an input unit 506. The CPU 501, the first communication unit 502, the second communication unit 503, the output unit 504, the memory 505, and the input unit 506 are connected to each other via a bus B (bus line).
The CPU 501 corresponds to the control unit 34, reads out and executes programs and various data stored in the memory 505, and controls the information processing apparatus 3. The first communication unit 502 and the second communication unit 503 are communication devices corresponding to the first communication unit 35 and the second communication unit 33, respectively. The output unit 504 corresponds to the display unit 36 and includes an audio output device such as a speaker. The memory 505 corresponds to the storage unit 31. The input unit 506 corresponds to the input unit 32.

図3は、本実施形態に係る情報処理装置3の機能構成の一例を示す概略ブロック図である。図3は、情報処理装置3の一部の機能構成を示したブロック図であって、制御部34が記憶部31からプログラムを読み出して実行することで構成される変換処理部30の内部構成と入出力の関係を示す図である。
変換処理部30は、ペアリング部301と、機器情報記憶部302と、機器特定部304と、定義情報取得部305と、データ取得部306と、定義情報記憶部307と、フォーマット変換部308と、データ送信部309と、データ構造解析部310と、を備える。
FIG. 3 is a schematic block diagram illustrating an example of a functional configuration of the information processing apparatus 3 according to the present embodiment. FIG. 3 is a block diagram illustrating a part of the functional configuration of the information processing apparatus 3. The internal configuration of the conversion processing unit 30 configured by the control unit 34 reading and executing a program from the storage unit 31. It is a figure which shows the relationship of input / output.
The conversion processing unit 30 includes a pairing unit 301, a device information storage unit 302, a device identification unit 304, a definition information acquisition unit 305, a data acquisition unit 306, a definition information storage unit 307, and a format conversion unit 308. The data transmission unit 309 and the data structure analysis unit 310 are provided.

変換処理部30において、ペアリング部301は、健康機器4と接続を行って通信情報や機器情報を取得する。具体的には、ペアリング部301は、ブルートゥース(Bluetooth(登録商標))の通信手順における広告(advertising)を行っている健康機器4を、第1通信部35を通じて受信する信号の中から検出して当該健康機器4とペアリングを行う。なお、ブルートゥース(Bluetooth(登録商標))におけるペアリングとは、2台のブルートゥース(Bluetooth(登録商標))機器の間で接続設定を行うことである。また、ペアリング部301は、健康機器4との間の通信に必要な通信情報、すなわち機器アドレス情報、認証キー情報、暗号化キー情報を互いに送受信して交換し、情報処理装置3と健康機器4との間の通信接続を確立する。   In the conversion processing unit 30, the pairing unit 301 connects to the health device 4 and acquires communication information and device information. Specifically, the pairing unit 301 detects, from the signals received through the first communication unit 35, the health device 4 that performs advertising in the communication procedure of Bluetooth (registered trademark). To pair with the health device 4. The pairing in Bluetooth (Bluetooth (registered trademark)) is to perform connection setting between two Bluetooth (Bluetooth (registered trademark)) devices. In addition, the pairing unit 301 transmits and receives communication information necessary for communication with the health device 4, that is, device address information, authentication key information, and encryption key information, and exchanges the information with the information processing device 3 and the health device. A communication connection with 4 is established.

ペアリング部301は、通信接続された健康機器4が提供するサービス、すなわち健康機器4で実行されているプログラムを検索し、その中から機器情報を提供するサービスに対してデータ要求を行う。ペアリング部301は、データ要求の応答として健康機器4から機器情報を受信して取得する。ペアリング部301は、通信接続を確立した際に健康機器4から受信した健康機器4の機器アドレス情報と、認証キー情報と、暗号化キー情報と、取得した機器情報とを対応付けて機器情報記憶部302に書き込んで記憶させる。
機器情報記憶部302は、例えば、図4に示すデータ構成を有しており、機器アドレスと、認証キー・暗号化キーと、機器情報の項目を有し、接続した健康機器4に関するこれらの項目についての情報が行方向に順に書き込まれる。
The pairing unit 301 searches for a service provided by the communication-connected health device 4, that is, a program executed on the health device 4, and requests data from the service that provides device information. The pairing unit 301 receives and acquires device information from the health device 4 as a response to the data request. The pairing unit 301 associates the device address information, the authentication key information, the encryption key information, and the acquired device information of the health device 4 received from the health device 4 when establishing the communication connection with the device information. The data is written and stored in the storage unit 302.
The device information storage unit 302 has, for example, the data configuration illustrated in FIG. 4, and includes items of device address, authentication key / encryption key, and device information, and these items regarding the connected health device 4. Are sequentially written in the row direction.

機器特定部304は、機器情報記憶部302から機器情報、すなわちメーカ名と型番とを読み出し、当該メーカ名と型番とから健康機器4の定義情報を特定するための機器特定情報を生成する。機器特定部304は、生成した機器特定情報をフォーマット変換部308と、データ構造解析部310に出力する。また、機器特定部304は、定義情報記憶部307を参照して機器特定情報に対応する定義情報が記憶されているか否かを判定する。機器特定部304は、機器特定情報に対応する定義情報が定義情報記憶部307に記憶されていないと判定した場合、機器特定情報を定義情報取得部305に出力する。一方、機器特定部304は、機器特定情報に対応する定義情報が定義情報記憶部307に記憶されていると判定した場合、機器特定情報を定義情報取得部305に出力しない。   The device identification unit 304 reads device information, that is, the manufacturer name and model number from the device information storage unit 302, and generates device identification information for identifying the definition information of the health device 4 from the manufacturer name and model number. The device identification unit 304 outputs the generated device identification information to the format conversion unit 308 and the data structure analysis unit 310. In addition, the device identification unit 304 refers to the definition information storage unit 307 to determine whether definition information corresponding to the device identification information is stored. When it is determined that the definition information corresponding to the device identification information is not stored in the definition information storage unit 307, the device identification unit 304 outputs the device identification information to the definition information acquisition unit 305. On the other hand, when it is determined that the definition information corresponding to the device identification information is stored in the definition information storage unit 307, the device identification unit 304 does not output the device identification information to the definition information acquisition unit 305.

定義情報取得部305は、機器特定部304から出力される機器特定情報を受けた場合、当該機器特定情報を含む問い合わせ情報を、第2通信部33を介して定義情報サーバ装置2に送信する。また、定義情報取得部305は、定義情報サーバ装置2から当該問い合わせ情報に対する応答として、第2通信部33を介して当該機器特定情報と当該機器特定情報とに対応する定義情報を受信する。また、定義情報取得部305は、受信した機器特定情報と定義情報とを対応付けて定義情報記憶部307に書き込んで記憶させる。この定義情報には、前述した通り、データ構造定義情報と、変換規則定義情報とが含まれている。   When the definition information acquisition unit 305 receives the device identification information output from the device identification unit 304, the definition information acquisition unit 305 transmits inquiry information including the device identification information to the definition information server device 2 via the second communication unit 33. Further, the definition information acquisition unit 305 receives definition information corresponding to the device identification information and the device identification information via the second communication unit 33 as a response to the inquiry information from the definition information server device 2. Also, the definition information acquisition unit 305 writes and stores the received device identification information and definition information in the definition information storage unit 307 in association with each other. As described above, this definition information includes data structure definition information and conversion rule definition information.

定義情報記憶部307は、図5及び図6に示すデータ構造定義テーブル3071と、変換規則定義テーブル3072と、を有している。データ構造定義テーブル3071には、定義情報サーバ装置2から受信したデータ構造定義情報が機器特定情報に対応付けて書き込まれ、変換規則定義テーブル3072には、定義情報サーバ装置2から受信した変換規則定義情報が機器特定情報に対応付けて書き込まれる。   The definition information storage unit 307 includes a data structure definition table 3071 and a conversion rule definition table 3072 shown in FIGS. In the data structure definition table 3071, the data structure definition information received from the definition information server device 2 is written in association with the device identification information. In the conversion rule definition table 3072, the conversion rule definition received from the definition information server device 2 is written. Information is written in association with the device identification information.

データ構造定義テーブル3071は、図5に示すように、通信データID(Identifier)の項目を有し、当該通信データIDに関連付けられて、定義番号(図中の定義No.)、データ名、データID、ビット幅、データ構造の項目を列として有する行と列からなる2次元の表形式のテーブルである。「通信データID」の項目には、通信データの種類を特定する予め付与された通信データID、例えば、16進数で「AAAAh」などの値が書き込まれる。「定義番号」の項目には、データごとに予め付与される番号が書き込まれる。「データ名」の項目には、健康機器4が出力するデータの名称、例えば、「歩数」、「消費カロリー」、「エクササイズ量」などの名称が書き込まれる。「データID」の項目には、各データを特定する予め付与されたデータID、例えば、16進数で「AAAA1h」、「AAAA2h」、「AAAA3h」などの値が書き込まれる。「ビット幅」の項目には、各データのビット幅の値、例えば、それぞれ、18ビット、12ビットを示す「18」、「12」などの値が書き込まれる。「データ構造」の項目には、以下で説明する記述文法で記載される各データのデータ構造を示す情報が書き込まれる。   As shown in FIG. 5, the data structure definition table 3071 has an item of communication data ID (Identifier), and is associated with the communication data ID to define a definition number (definition No. in the figure), data name, and data. It is a two-dimensional tabular table composed of rows and columns having ID, bit width, and data structure items as columns. In the item “communication data ID”, a communication data ID assigned in advance for specifying the type of communication data, for example, a value such as “AAAAAh” in hexadecimal is written. In the “definition number” item, a number assigned in advance for each data is written. In the “data name” item, the name of data output by the health device 4, for example, “step count”, “calorie consumption”, “exercise amount”, and the like are written. In the item “data ID”, a data ID assigned in advance for specifying each data, for example, a value such as “AAA1h”, “AAAAA2h”, “AAAAA3h” or the like is written in hexadecimal. In the item “bit width”, a value of the bit width of each data, for example, values such as “18” and “12” indicating 18 bits and 12 bits, respectively, is written. In the “data structure” item, information indicating the data structure of each data described in the description grammar described below is written.

変換規則定義テーブル3072は、図6に示すように、データの定義を表す、定義番号(図中の定義No.)、データ名、データID、データ型、単位の項目と、変換規則を表す、変換位置、データ型変換、単位変換の項目を列として有する行と列からなる2次元の表形式のテーブルである。「定義番号」の項目には、データごとに予め付与される番号が書き込まれる。「データ名」及び「データID」には、前述したデータ構造定義テーブル3071と同様のデータが書き込まれる。「データ型」には、各データの型、例えば、「整数」、「10倍整数」などの型を示す情報が書き込まれる。なお、10倍整数とは、データの値を1/10した値が実際の値であるデータ型を示す。「単位」の項目には、各データの単位、例えば、歩数であれば、「歩」、消費カロリーであれば、「kcal」、エクササイズ量であれば、「Ex」などの情報が書き込まれる。   As shown in FIG. 6, the conversion rule definition table 3072 represents a definition of data (definition number (definition No. in the figure)), data name, data ID, data type, unit item, and conversion rule. It is a two-dimensional tabular table composed of rows and columns having conversion position, data type conversion, and unit conversion items as columns. In the “definition number” item, a number assigned in advance for each data is written. In the “data name” and “data ID”, the same data as the data structure definition table 3071 described above is written. In the “data type”, information indicating the type of each data, for example, “integer”, “ten times integer” and the like is written. The 10-fold integer indicates a data type in which a value obtained by dividing 1/10 of the data value is an actual value. In the item “unit”, information such as “step” for the number of steps, “kcal” for the calorie consumption, “Ex” for the amount of exercise is written in the “unit” item.

「変換位置」の項目には、フォーマットの変換を行う際に、図9に示す変換後のフォーマットのどの位置に書き込むかを示す値、例えば、「(1)」、「(2)」、「(3)」などの値が書き込まれる。「データ型変換」の項目には、フォーマット変換後の値の範囲などを示す情報、例えば、「最大6桁整数」、「最大6桁小数点第1位」などの情報が書き込まれる。「単位変換」の項目には、フォーマット変換を行う際に、単位変換を行うか否かが書き込まれ、「そのまま」と書き込まれている場合は、単位変換を行わず、例えば、「消費カロリー」の項目で「J(ジュール)」と書き込まれていれば、フォーマット変換の際に「kcal(キロカロリー)」から「J(ジュール)」に変換される。   In the item “conversion position”, a value indicating which position in the converted format shown in FIG. 9 is to be written when the format is converted, for example, “(1)”, “(2)”, “ A value such as “(3)” is written. In the item “data type conversion”, information indicating a range of values after format conversion, for example, information such as “maximum 6-digit integer” and “maximum 6-digit decimal place” is written. In the “unit conversion” item, when format conversion is performed, whether or not unit conversion is performed is written. When “as is” is written, unit conversion is not performed, for example, “calorie consumption” If “J (joule)” is written in the item, the format is converted from “kcal (kilocalories)” to “J (joules)”.

なお、データ構造定義テーブル3071と、変換規則定義テーブル3072の「定義番号」は、定義情報サーバ装置2に記憶されている際に、同じデータIDについては、同じ定義番号になるように、予め付与されているものとする。   Note that the “definition number” of the data structure definition table 3071 and the conversion rule definition table 3072 is assigned in advance so that the same data ID has the same definition number when stored in the definition information server device 2. It is assumed that

図7は、データ構造定義テーブル3071の「データ構造」の項目に書き込まれるデータ構造の記述文法について説明する図である。図7の(a)は、通信データフォーマットの例であり、(b)は、(a)の通信データフォーマットに含まれる通信データの例であり、(c)は、当該通信データフォーマットのデータ構造の記述例である。まず、通信データフォーマットのデータ構成を表す記述文法として、予約語のDATAと2つの括弧([])を用い、1番目の括弧に含まれる情報が、バイト位置を表し、2番目の括弧に含まれる情報が、ビット範囲を表す。具体的には、DATA[A][B:C]と記述された場合、Aは、バイトの位置を示す数値、または数式であり、Bは、MSB(Most Significant Bit)、すなわち最上位のビット位置を示す数値、または数式であり、Cは、LSB(Least Significant Bit)、すなわち最下位のビットの位置を示す数値、または数式となる。例えば、DATA[1][7:4]と記述した場合、1バイト目の7ビット目から4ビット目のビットを表すことになる。   FIG. 7 is a diagram for explaining the description grammar of the data structure written in the “data structure” item of the data structure definition table 3071. (A) of FIG. 7 is an example of a communication data format, (b) is an example of communication data included in the communication data format of (a), and (c) is a data structure of the communication data format. It is a description example. First, using the reserved word DATA and two parentheses ([]) as the description grammar representing the data structure of the communication data format, the information contained in the first parenthesis represents the byte position and is contained in the second parenthesis Information represents a bit range. Specifically, when DATA [A] [B: C] is described, A is a numerical value or numerical expression indicating a byte position, and B is an MSB (Most Significant Bit), that is, the most significant bit. A numerical value or a mathematical expression indicating a position, and C is an LSB (Least Significant Bit), that is, a numerical value or a mathematical expression indicating the position of the least significant bit. For example, when DATA [1] [7: 4] is described, it represents the 7th to 4th bits of the 1st byte.

また、複数のビット列の連結を表す記述文法として、演算子「&」を用い、DATA[A1][B1:C1]&DATA[A2][B2:C2]という記載により、A1バイトのB1ビットからC1ビットと、A2バイトのB2ビットからC2ビットを連結することを示す。例えば、DATA[A1][B1:C1]で表されるビット列が16進数で「12h」であり、DATA[A2][B2:C2]で表されるビット列が16進数で「34h」である場合、「12h&34h」は、16進数で「1234h」を表す。   Also, as a description grammar representing concatenation of a plurality of bit strings, the operator “&” is used, and DATA [A1] [B1: C1] & DATA [A2] [B2: C2] is described from B1 bit of A1 byte to C1. This bit indicates that the C2 bit is concatenated from the B2 bit of the A2 byte. For example, the bit string represented by DATA [A1] [B1: C1] is “12h” in hexadecimal, and the bit string represented by DATA [A2] [B2: C2] is “34h” in hexadecimal. , “12h & 34h” represents “1234h” in hexadecimal.

また、2つの括弧の中には、数値以外に数式を記載することもでき、例えば、四則演算の和、差、積、商、をそれぞれ表す「+」、「−」、「*」、「÷」や、剰余算(モジュロ)を表す「%」、括弧(例えば、()など)、変数、「0、1、2、3、…」などの定数を用いて記載することができる。なお、変数のうち「K」は、0からデータ個数−1までのデータ番号を表す特別な変数として用いられる。   In addition, in the two parentheses, mathematical expressions can be described in addition to numerical values. For example, “+”, “−”, “*”, “ ÷ ”,“% ”representing remainder (modulo), parentheses (for example, () etc.), variables, and constants such as“ 0, 1, 2, 3,. Of the variables, “K” is used as a special variable representing a data number from 0 to the number of data−1.

ここで、図7(a)に示す通信データフォーマットの例、及び図7(b)に示す通信データの例を用いて測定データを読み出す手順について説明する。通信データフォーマットは、データ0、データ1、データ2、データ3の4つのデータを含むフォーマットとなっており、12ビットからなるデータ0の0ビット目から12ビット目が、それぞれ0バイト目の0ビット目から7ビット目と、2バイト目の0ビット目から3ビット目に配置されている。また、12ビットからなるデータ1の0ビット目から12ビット目が、それぞれ1バイト目の0ビット目から7ビット目と、2バイト目の4ビット目から7ビット目に配置されている。   Here, a procedure for reading measurement data using the example of the communication data format shown in FIG. 7A and the example of the communication data shown in FIG. 7B will be described. The communication data format includes four data of data 0, data 1, data 2, and data 3, and the 0th bit to the 12th bit of the data 0 consisting of 12 bits are each 0 of the 0th byte. The 7th bit from the bit and the 0th bit to the 3rd bit of the 2nd byte are arranged. Also, the 0th to 12th bits of the data 1 consisting of 12 bits are respectively arranged from the 0th bit to the 7th bit of the first byte and from the 4th bit to the 7th bit of the second byte.

また、12ビットからなるデータ2の0ビット目から12ビット目が、それぞれ3バイト目の0ビット目から7ビット目と、5バイト目の0ビット目から3ビット目に配置されている。また、12ビットからなるデータ3の0ビット目から12ビット目が、それぞれ4バイト目の0ビット目から7ビット目と、5バイト目の4ビット目から7ビット目に配置されている。   Also, the 0th to 12th bits of the data 2 consisting of 12 bits are respectively arranged from the 0th bit to the 7th bit of the 3rd byte and from the 0th bit to the 3rd bit of the 5th byte. Also, the 0th to 12th bits of the data 3 consisting of 12 bits are arranged in the 4th byte from the 0th bit to the 7th bit and the 5th byte in the 4th bit to the 7th bit, respectively.

図7(b)の通信データの例にしたがってデータ0からデータ3を示すと、データ0は、「612h」となり、データ1は、「534h」となり、データ2は、「C78h」となり、データ3は、「B9Ah」となる。このデータ構成を、記述文法を用いて表すと、次式のように一般化して表すことができる。   When data 0 to data 3 are shown in accordance with the example of communication data in FIG. 7B, data 0 becomes “612h”, data 1 becomes “534h”, data 2 becomes “C78h”, data 3 Becomes “B9Ah”. If this data structure is expressed using a description grammar, it can be generalized as shown in the following equation.

DATA[3*(K/2)+2][4*(K%2)+3:4*(K%2)]&DATA[3*(K/2)+(K%2)][7:0] (但し K=0〜3) DATA [3 * (K / 2) +2] [4 * (K% 2) +3: 4 * (K% 2)] & DATA [3 * (K / 2) + (K% 2)] [7: 0] (However, K = 0-3)

また、データ構造定義テーブル3071の「データ構造」の項目に書き込まれている情報に基づいて通信データから個々の測定データを読み出す例を図7(c)に示す。例えば、DATA[1][7:0]と記載されている場合、1バイト目の0ビット目から7ビット目を表すことから「34h」を読み出すことになる。また、DATA[3][7:4]と記載されている場合、3バイト目の4ビット目から7ビット目を表すことから、3バイト目の上位の4ビットである「7h」を読み出すことになる。また、DATA[5][7:0]&DATA[6][7:4]と記載されている場合、5バイト目の0ビット目から7ビット目の「BCh」と、6バイト目の4ビット目から7ビット目の「Dh」を連結した「BCDh」を読み出すことになる。また、変数xを用いてDATA[x][7:0]のように記載することもでき、x=7の場合7バイト目の0ビット目から7ビット目の「F0h」を読み出すことになる。   FIG. 7C shows an example of reading individual measurement data from communication data based on information written in the “data structure” item of the data structure definition table 3071. For example, when DATA [1] [7: 0] is described, “34h” is read because it represents the 0th bit to the 7th bit of the first byte. Also, when DATA [3] [7: 4] is described, it represents the 7th bit from the 4th bit of the 3rd byte, so that “7h” that is the upper 4 bits of the 3rd byte is read. become. When DATA [5] [7: 0] & DATA [6] [7: 4] are described, “BCh” from the 0th bit to the 7th bit of the 5th byte and 4 bits of the 6th byte “BCDH” obtained by concatenating “Dh” of the seventh bit from the eye is read out. Also, it can be described as DATA [x] [7: 0] using the variable x. When x = 7, “F0h” of the 7th byte from the 0th bit is read. .

このように記述文法を用いて記述することができることで、複雑なデータ構造を容易に記述することができ、特に配列になっているデータ構造については上記の数式のように一般化して少ない情報量で記述することも可能となる。   Since it can be described using the description grammar in this way, it is possible to easily describe a complicated data structure, and in particular, the data structure in an array is generalized as shown in the above formula and has a small amount of information. It is also possible to describe with.

図3に戻り、データ取得部306は、通信接続が確立された健康機器4が送信する測定データを含んだ通信データを、第1通信部35を介して取得する。また、データ取得部306は、取得した通信データをデータ構造解析部310に出力する。データ取得部306が取得した通信データについて、図8を参照して説明する。   Returning to FIG. 3, the data acquisition unit 306 acquires communication data including measurement data transmitted by the health device 4 with which communication connection is established via the first communication unit 35. Further, the data acquisition unit 306 outputs the acquired communication data to the data structure analysis unit 310. The communication data acquired by the data acquisition unit 306 will be described with reference to FIG.

図8は、データ取得部306が受信する通信データのフォーマットの一例であり、通信データIDと、歩数、消費カロリー、エクササイズ量の3つの測定データとが含まれている。歩数のデータは、18ビットの大きさのデータあり、0ビットから17ビットまでの情報がそれぞれ、通信データの2バイト目の0ビット目から7ビット目、3バイト目の0ビット目から7ビット目、7バイト目の0ビット目と、1ビット目に含まれている。
また、消費カロリーのデータは、18ビットの大きさのデータであり、0ビットから17ビットまでの情報がそれぞれ、通信データの4バイト目の0ビット目から7ビット目、5バイト目の0ビット目から7ビット目、7バイト目の2ビット目と、3ビット目に含まれている。
また、エクササイズ量のデータは、12ビットの大きさのデータであり、0ビットから11ビットまでの情報がそれぞれ、通信データの6バイト目の0ビット目から7ビット目、7バイト目の4ビット目から7ビット目に含まれている。
FIG. 8 is an example of a format of communication data received by the data acquisition unit 306, and includes a communication data ID and three pieces of measurement data including the number of steps, calorie consumption, and exercise amount. The step count data is 18-bit data, and the information from the 0th bit to the 17th bit is the 0th bit to the 7th bit of the 2nd byte of the communication data, and the 7th bit from the 0th bit of the 3rd byte. The 0th bit and the 1st bit of the 7th byte are included.
The calorie consumption data is 18-bit data, and the information from the 0th bit to the 17th bit is the 0th bit to the 7th bit of the 4th byte of the communication data, and the 0th bit of the 5th byte. It is contained in the 7th bit from the eye, the 2nd bit of the 7th byte, and the 3rd bit.
The exercise amount data is 12-bit data, and the information from the 0th bit to the 11th bit is the 0th bit to the 7th bit of the 6th byte of the communication data, and the 4th bit of the 7th byte. It is included in the 7th bit from the eye.

図3に戻り、データ構造解析部310は、機器特定部304が出力する機器特定情報に基づいて、当該機器特定情報に対応するデータ構造定義情報を定義情報記憶部307のデータ構造定義テーブル3071から読み出す。また、データ構造解析部310は、データ取得部306が出力する通信データの先頭の2バイトに書き込まれている通信データIDを読み出し、読み出した通信データIDに対応するデータ構造定義情報の箇所を参照する。例えば、図5の例では、定義番号が、1から3の箇所を参照する。また、データ構造解析部310は、当該箇所のデータ構造の記述を参照し、通信データから各測定データを読み出す。例えば、図5の例では、歩数、消費カロリー、エクササイズ量の測定データを読み出す。また、データ構造解析部310は、読み出した各測定データのデータIDをデータ構造定義テーブル3071から読み出し、データIDと測定データとを対応付けてフォーマット変換部308に出力する。例えば、図5の例では、「AAAA1h」と歩数のデータ値、「AAAA2h」と消費カロリーのデータ値、「AAAA3h」とエクササイズ量のデータ値をフォーマット変換部308に出力する。   Returning to FIG. 3, the data structure analysis unit 310 obtains the data structure definition information corresponding to the device identification information from the data structure definition table 3071 of the definition information storage unit 307 based on the device identification information output by the device identification unit 304. read out. Further, the data structure analysis unit 310 reads the communication data ID written in the first two bytes of the communication data output from the data acquisition unit 306, and refers to the location of the data structure definition information corresponding to the read communication data ID. To do. For example, in the example of FIG. Also, the data structure analysis unit 310 reads each measurement data from the communication data with reference to the description of the data structure of the part. For example, in the example of FIG. 5, the measurement data of the number of steps, the calorie consumption, and the exercise amount is read. In addition, the data structure analysis unit 310 reads the data ID of each read measurement data from the data structure definition table 3071, associates the data ID with the measurement data, and outputs the data ID to the format conversion unit 308. For example, in the example of FIG. 5, “AAAA1h” and the data value of the number of steps, “AAAAA2h” and the data value of the calorie consumption, and “AAAAA3h” and the data value of the exercise amount are output to the format conversion unit 308.

フォーマット変換部308は、機器特定部304が出力する機器特定情報に基づいて、当該機器特定情報に対応する変換規則定義情報を定義情報記憶部307の変換規則定義テーブル3072から読み出す。また、フォーマット変換部308は、データ構造解析部310が出力するデータIDと測定データの組ごとに、読み出した変換規則定義情報の対応するデータIDの行を参照し、参照した行に含まれる変換規則にしたがってデータの変換を行う。また、フォーマット変換部308は、予め内部に記憶するフォーマットに対して、変換したデータを書き込んで送信データを生成してデータ送信部309に出力する。   Based on the device identification information output from the device identification unit 304, the format conversion unit 308 reads the conversion rule definition information corresponding to the device identification information from the conversion rule definition table 3072 of the definition information storage unit 307. Also, the format conversion unit 308 refers to the row of the corresponding data ID in the read conversion rule definition information for each set of data ID and measurement data output from the data structure analysis unit 310, and converts the conversion included in the referenced row. Data conversion is performed according to the rules. Further, the format conversion unit 308 writes the converted data in a format stored in advance in advance, generates transmission data, and outputs the transmission data to the data transmission unit 309.

例えば、図6の例では、フォーマット変換部308は、データ構造解析部310から「AAAA1h」と歩数のデータ値が出力されると、「AAAA1h」に対応する行、すなわち定義番号が1の行の変換規則を参照する。図6に示すように、変換規則は、変換位置が「(1)」、データ型変換が「最大6桁整数」、単位変換が「そのまま」となっているため、単位変換は行わず、最大6桁の整数に変換し、変換位置(1)の箇所に書き込む。図9は、フォーマット変換部308が予め内部に記憶している変換後の測定データを書き込むフォーマットであり、データの開始を表す“START”、その後に続くデータが歩数のデータであることを示す”歩数“、データの区切りを示すカンマ「,」、(1)番の変換位置、すなわち変換した後のデータの書き込み位置、データの区切りを示すカンマ「,」、その後に続くデータがエクササイズ量のデータであることを示す”エクササイズ量“、データの区切りを示すカンマ「,」、(2)番の変換位置、データの区切りを示すカンマ「,」、その後に続くデータが消費カロリーのデータであることを示す”消費カロリー“、データの区切りを示すカンマ「,」、(3)番の変換位置、データの終了を示す”END“という形式になっている。   For example, in the example of FIG. 6, when the data structure analysis unit 310 outputs “AAAA1h” and the data value of the number of steps, the format conversion unit 308 corresponds to “AAAAA1h”, that is, the row of the definition number 1. Refer to conversion rules. As shown in FIG. 6, since the conversion position is “(1)”, the data type conversion is “maximum 6-digit integer”, and the unit conversion is “as is”, the unit conversion is not performed and the maximum Convert to a 6-digit integer and write to the location of conversion position (1). FIG. 9 shows a format in which the format conversion unit 308 writes the converted measurement data stored therein in advance, indicating “START” indicating the start of data, and subsequent data being step count data. Step number ", comma", "indicating data delimiter, (1) conversion position, that is, data writing position after conversion, comma", "indicating data delimiter, and subsequent data is exercise amount data “Exercise amount” indicating that the data is delimited, comma “,” indicating the data delimiter, conversion position number (2), comma “,” denoting the data delimiter, and subsequent data is calorie consumption data In the form of “calorie consumption” indicating “,” comma indicating data delimiter, “3” conversion position, “END” indicating end of data That.

データ送信部309は、第2通信部33を通じて送信データをデータ収集サーバ装置1に送信する。   The data transmission unit 309 transmits the transmission data to the data collection server device 1 through the second communication unit 33.

次に、図10及び図11を参照しつつ変換処理部30によるフォーマット変換処理について説明する。
ステップST101において、情報処理装置3のユーザが、表示部36に表示されている表示にしたがって情報処理装置3と健康機器4とを接続させるために入力部32を操作すると、ペアリング部301は、健康機器4が初めて通信接続する健康機器4か否かを判定する。具体的には、ペアリング部301は、健康機器4が、ブルートゥース(Bluetooth(登録商標))の通信手順の広告(advertising)を行っているか否かを検出することによって初めて通信接続する健康機器4か否かを判定する。過去に接続を行った健康機器4は、広告の通信手順を行わず、当該健康機器4に関しては、すでに通信情報及び機器情報が機器情報記憶部302に記憶されていることになる。ペアリング部301は、当該健康機器4が初めて通信接続する健康機器4であると判定した場合、すなわち広告を行っている健康機器4の場合、ステップST102に進む。一方、ペアリング部301は、当該健康機器4が初めて通信接続する健康機器4でないと判定した場合、処理を、ステップST105に進める。
Next, format conversion processing by the conversion processing unit 30 will be described with reference to FIGS. 10 and 11.
In step ST101, when the user of the information processing device 3 operates the input unit 32 to connect the information processing device 3 and the health device 4 according to the display displayed on the display unit 36, the pairing unit 301 It is determined whether or not the health device 4 is the health device 4 that is connected for communication for the first time. Specifically, the pairing unit 301 first detects a health device 4 that is connected to the health device 4 by detecting whether or not the health device 4 is advertising a Bluetooth (registered trademark) communication procedure. It is determined whether or not. The health device 4 connected in the past does not perform the communication procedure of the advertisement, and the communication information and the device information are already stored in the device information storage unit 302 for the health device 4. If the pairing unit 301 determines that the health device 4 is the first health device 4 to be connected for communication, that is, if the health device 4 is advertising, the pairing unit 301 proceeds to step ST102. On the other hand, if the pairing unit 301 determines that the health device 4 is not the health device 4 that is connected for the first time, the process proceeds to step ST105.

ステップST102において、ペアリング部301は、健康機器4との間でペアリングを実行する。ペアリング部301と健康機器4は、互いの間の通信に必要なブルートゥース(Bluetooth(登録商標))の機器アドレス、認証キー情報、暗号化キー情報を交換し、情報処理装置3とブルートゥース(Bluetooth(登録商標))機器との間の通信接続を確立する。
ステップST103において、ペアリング部301は、通信接続された健康機器4が提供するサービスを検索し、その中から機器情報を提供するサービスに対してデータ要求を行う。ペアリング部301は、データ要求の応答として健康機器4から機器情報を受信して取得する。
In step ST102, the pairing unit 301 performs pairing with the health device 4. The pairing unit 301 and the health device 4 exchange the device address, authentication key information, and encryption key information of Bluetooth (Bluetooth) necessary for communication between each other, and the information processing device 3 and Bluetooth (Bluetooth) (Registered trademark)) Establish a communication connection with the device.
In step ST103, the pairing unit 301 searches for a service provided by the communication-connected health device 4, and makes a data request to a service that provides device information from the service. The pairing unit 301 receives and acquires device information from the health device 4 as a response to the data request.

ステップST104において、ペアリング部301は、ステップST102においてペアリングを行った際に健康機器4から受信した機器アドレス情報と、認証キー情報と、暗号化キー情報と、ステップST103において当該健康機器4から取得した機器情報とを対応付けて機器情報記憶部302に書き込んで記憶させる。
ステップST105において、機器特定部304は、機器情報記憶部302に記憶されている通信接続された健康機器4の機器情報を読み出す。
In step ST104, the pairing unit 301 receives the device address information, the authentication key information, the encryption key information received from the health device 4 when the pairing is performed in step ST102, and the health device 4 from the health device 4 in step ST103. The acquired device information is associated with the device information storage unit 302 and stored.
In step ST <b> 105, the device specifying unit 304 reads the device information of the health device 4 connected to the communication stored in the device information storage unit 302.

ステップST106において、機器特定部304は、機器情報記憶部302から読み出した機器情報、すなわちメーカ名と型番に基づいて機器特定情報を生成し、生成した機器特定情報をフォーマット変換部308と、データ構造解析部310とに出力する。
ステップST107において、機器特定部304は、生成した機器特定情報に対応する定義情報が定義情報記憶部307に記憶されているか否かを判定する。機器特定部304は、定義情報記憶部307に機器特定情報に対応する定義情報が記憶されていると判定した場合、ステップST110に進む。一方、機器特定部304は、定義情報記憶部307に機器特定情報に対応する定義情報が記憶されていないと判定した場合、生成した機器特定情報を定義情報取得部305に出力して、処理をステップST108に進める。
In step ST106, the device specifying unit 304 generates device specifying information based on the device information read from the device information storage unit 302, that is, the manufacturer name and model number, and the generated device specifying information is converted into the format converting unit 308, the data structure, and the data structure. The data is output to the analysis unit 310.
In step ST107, the device specifying unit 304 determines whether or not definition information corresponding to the generated device specifying information is stored in the definition information storage unit 307. If the device identification unit 304 determines that the definition information corresponding to the device identification information is stored in the definition information storage unit 307, the device identification unit 304 proceeds to step ST110. On the other hand, if the device identification unit 304 determines that the definition information corresponding to the device identification information is not stored in the definition information storage unit 307, the device identification unit 304 outputs the generated device identification information to the definition information acquisition unit 305 for processing. Proceed to step ST108.

ステップST108において、定義情報取得部305は、機器特定部304が出力した機器特定情報を含む問い合わせ情報を定義情報サーバ装置2に送信し、当該問い合わせ情報に対する応答として当該機器特定情報と当該機器特定情報に対応する定義情報を受信して取得する。
ステップST109において、定義情報取得部305は、定義情報サーバ装置2から受信した機器特定情報と定義情報とを対応付けて定義情報記憶部307に書き込んで記憶させる。すなわち、定義情報取得部305は、機器特定情報とデータ構造定義情報を対応付けてデータ構造定義テーブル3071に書き込み、機器特定情報と変換規則定義情報を対応付けて変換規則定義テーブル3072に書き込んで記憶させる。
In step ST108, the definition information acquisition unit 305 transmits inquiry information including the device identification information output from the device identification unit 304 to the definition information server device 2, and the device identification information and the device identification information as a response to the inquiry information. Receive and obtain definition information corresponding to.
In step ST109, the definition information acquisition unit 305 writes the device identification information received from the definition information server device 2 and the definition information in association with each other and stores them in the definition information storage unit 307. That is, the definition information acquisition unit 305 writes the device identification information and the data structure definition information in association with each other in the data structure definition table 3071, and associates the device identification information with the conversion rule definition information in the conversion rule definition table 3072 to store them. Let

ステップST110において、データ構造解析部310とフォーマット変換部308は、機器特定部304から機器特定情報を受けると、当該機器特定情報に対応するデータ構造定義情報と、変換規則定義情報とをそれぞれ定義情報記憶部307のデータ構造定義テーブル3071と変換規則定義テーブル3072から読み出す。
ステップST111において、データ取得部306は、通信データを取得する。例えば、図11に示すような通信データを取得する。
In step ST110, when the data structure analysis unit 310 and the format conversion unit 308 receive the device identification information from the device identification unit 304, the data structure definition information corresponding to the device identification information and the conversion rule definition information are respectively defined as definition information. Data is read from the data structure definition table 3071 and the conversion rule definition table 3072 in the storage unit 307.
In step ST111, the data acquisition unit 306 acquires communication data. For example, communication data as shown in FIG. 11 is acquired.

ステップST112において、データ構造解析部310は、定義情報記憶部307のデータ構造定義テーブル3071から読み出したデータ構造定義情報に基づいて通信データに含まれる個々の測定データを読み出す。すなわち、図11に示すように、データ構造解析部310は、歩数の測定データと、消費カロリーの測定データと、エクササイズ量の測定データを、それぞれのデータ構造を示す記述にしたがって読み出して結合を行い16進数で「22211h」、「14433h」、「655h」を取得する。
ステップST113において、フォーマット変換部308は、定義情報記憶部307の変換規則定義テーブル3072から読み出した変換規則定義情報に基づいて個々の測定データを変換して送信データを生成する。すなわち、図11に示すように、まず、フォーマット変換部308は、歩数の測定データと、消費カロリーの測定データと、エクササイズ量の測定データの型をそれぞれ「整数」、「10倍整数」、「10倍整数」とし、「139793」、「8299.5」、「162.1」として算出する。そして、フォーマット変換部308は、図9のフォーマットにしたがって、図11の送信データを生成する。
In step ST112, the data structure analysis unit 310 reads individual measurement data included in the communication data based on the data structure definition information read from the data structure definition table 3071 of the definition information storage unit 307. That is, as shown in FIG. 11, the data structure analysis unit 310 reads and combines the step count measurement data, the calorie consumption measurement data, and the exercise amount measurement data according to the descriptions indicating the respective data structures. “22211h”, “14433h”, and “655h” are acquired in hexadecimal.
In step ST113, the format conversion unit 308 converts each measurement data based on the conversion rule definition information read from the conversion rule definition table 3072 of the definition information storage unit 307, and generates transmission data. That is, as shown in FIG. 11, first, the format conversion unit 308 sets the types of the measurement data for the number of steps, the measurement data for the calorie consumption, and the measurement data for the exercise amount to “integer”, “ten times integer”, “ It is calculated as “139 multiples”, “8299.5”, and “162.1”. Then, the format conversion unit 308 generates the transmission data of FIG. 11 according to the format of FIG.

ステップST114において、データ送信部309は、生成した送信データをデータ収集サーバ装置1に送信する。   In step ST114, the data transmission unit 309 transmits the generated transmission data to the data collection server device 1.

このように、本実施形態によれば、情報処理装置3は、生体の状態を測定する生体測定機器(健康機器4)の種類を特定する特定情報を取得する特定情報取得部(ペアリング部301)と、生体測定機器から通信データを取得するデータ取得部(データ取得部306)と、特定情報取得部(ペアリング部301)が取得した特定情報に基づいて、生体測定機器(健康機器4)が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および測定データのフォーマットに関する変換規則情報を取得する定義情報取得部(定義情報取得部305)と、定義情報取得部(定義情報取得部305)が取得したデータ構造情報に基づいて、データ取得部(データ取得部306)が取得した通信データに含まれる測定データを読み出すデータ構造解析部(データ構造解析部310)と、定義情報取得部(定義情報取得部305)が取得した変換規則情報に基づいて、読み出した測定データを変換するフォーマット変換部(フォーマット変換部308)と、フォーマット変換部(フォーマット変換部308)が変換した測定データを送信するデータ送信部(データ送信部309)と、を備える。   As described above, according to the present embodiment, the information processing device 3 acquires the specific information that specifies the type of the biometric device (health device 4) that measures the state of the living body (pairing unit 301). ), A data acquisition unit (data acquisition unit 306) that acquires communication data from the biometric device, and a specific information acquired by the specific information acquisition unit (pairing unit 301), the biometric device (health device 4) A definition information acquisition unit (definition information acquisition unit 305) for acquiring data structure information indicating the data structure of communication data including measurement data to be measured, and conversion rule information regarding the format of measurement data, and a definition information acquisition unit (definition information) Based on the data structure information acquired by the acquisition unit 305), the measurement data included in the communication data acquired by the data acquisition unit (data acquisition unit 306) is read out. The data conversion unit (format conversion unit 308) converts the read measurement data based on the conversion rule information acquired by the data structure analysis unit (data structure analysis unit 310) and the definition information acquisition unit (definition information acquisition unit 305). ) And a data transmission unit (data transmission unit 309) that transmits the measurement data converted by the format conversion unit (format conversion unit 308).

これにより、データ構造が複雑になっている通信データに含まれる個々の測定データを変換することが可能となる。したがって、この情報処理装置3を用いることで、データ収集サーバ装置1において、新たにフォーマット変換のプログラムなどを作りこむことなく、同種の測定データについては、同一のデータ型で同一の単位のデータを受信することが可能となる。   As a result, individual measurement data included in communication data having a complicated data structure can be converted. Therefore, by using this information processing device 3, the data collection server device 1 can store the same type of data in the same data type for the same type of measurement data without creating a new format conversion program or the like. It becomes possible to receive.

また、上記の実施形態におけるデータ構造の記述文法は、単純なデータ構造、例えば、通信データのフォーマットの単位である8ビット単位のデータについてもデータ構造を記載することができる。そのため、複雑なデータ構造の通信データと単純なデータ構造の通信データが混在していたとしても、個々にプログラムを作成することなく、各々のデータ構成をデータ構造定義テーブル3071に書き込むだけで、通信データからの測定データの読み出しの処理を行うことが可能となる。
また、上記の実施形態の構成により、定義情報サーバ装置2から定義情報、すなわちデータ構造定義情報と、変換規則定義情報を受信するようにしているため、異なる通信フォーマットで送信を行う新たな種類の健康機器4が加わったとしても、変換処理部30を構成するプログラムを変更することなく、定義情報サーバ装置2が記憶する定義情報を追加するだけで、健康機器4の種類の追加に対応することが可能となる。
The description grammar of the data structure in the above embodiment can also describe the data structure of a simple data structure, for example, 8-bit data that is a unit of communication data format. Therefore, even if communication data having a complicated data structure and communication data having a simple data structure are mixed, communication can be performed only by writing each data configuration in the data structure definition table 3071 without creating a program individually. It is possible to perform processing for reading measurement data from data.
Also, with the configuration of the above embodiment, the definition information, that is, the data structure definition information and the conversion rule definition information are received from the definition information server device 2, so that a new kind of transmission is performed in a different communication format. Even if the health device 4 is added, it is possible to cope with the addition of the type of the health device 4 only by adding the definition information stored in the definition information server device 2 without changing the program constituting the conversion processing unit 30. Is possible.

また、上記の実施形態では、機器特定部304が、生成した機器特定情報に対応する定義情報が定義情報記憶部307に記憶されているか否かを判定し、記憶されている場合には定義情報取得部305に機器特定情報を出力せず、記憶されていない場合に定義情報取得部305に機器特定情報を出力して定義情報サーバ装置2から定義情報を取得させる構成とした。これにより、定義情報が定義情報記憶部307に記憶されている場合、ネットワークを経由した問い合わせ情報の送信、及び当該問い合わせ情報に対する応答の受信などの処理が不要になり、処理時間を短縮することができ、また、消費電力を削減することができる。   In the above embodiment, the device specifying unit 304 determines whether or not definition information corresponding to the generated device specifying information is stored in the definition information storage unit 307. If the definition information is stored, the definition information is stored. When the device identification information is not output to the acquisition unit 305 and is not stored, the device identification information is output to the definition information acquisition unit 305 to acquire the definition information from the definition information server device 2. Thereby, when the definition information is stored in the definition information storage unit 307, processing such as transmission of inquiry information via the network and reception of a response to the inquiry information becomes unnecessary, and the processing time can be shortened. And power consumption can be reduced.

また、上記の実施形態の構成により、ペアリング部301は、健康機器4のうち、初めて接続する健康機器4についてペアリングを行い、機器情報を受信する構成となっている。これにより、情報処理装置3は、健康機器4と接続する毎に機器情報を取得する必要がなくなり、処理を簡素化できるとともに、処理時間を短縮することができ、また、消費電力を削減することができる。   In addition, with the configuration of the above-described embodiment, the pairing unit 301 is configured to perform pairing on the health device 4 to be connected for the first time among the health devices 4 and receive device information. This eliminates the need for the information processing device 3 to acquire device information every time it connects to the health device 4, simplifies processing, reduces processing time, and reduces power consumption. Can do.

また、上記の実施形態において、機器情報は、健康機器4の機種を識別できる情報であればよく、JAN(Japanese Article Number;ジャン)コードなどの商品識別コードであってもよいし、機器名、機種名、機種種別であってもよい。また、機器情報は、機器の種類を一意に特定できる情報であればよいことから、メーカ名、型番、JANコード、機器名、機種名、機器種別などを単独で用いるものでもよく、また、それぞれを任意に組み合わせるものであってもよい。
また、機器情報には、一定の共通点を有する健康機器4の機器群に対して予め付与される機器群情報が含まれていてもよい。当該機器群情報が機器情報に含まれる場合、当該機器群情報と、メーカ名とから機器特定情報が生成されてもよく、また、メーカ名以外に、前述した、型番、JANコード、機器名、機種名、機器種別などを用いてもよい。
また、機器特定情報には、前述したメーカ名、型番以外に、歩数計、活動量計、体重計、体組成計、血圧計、脈拍計、体温計などの健康機器4の種別の情報を含んで生成されていてもよい。
In the above embodiment, the device information may be any information that can identify the model of the health device 4, and may be a product identification code such as a JAN (Japan Article Number) code, a device name, The model name and model type may be used. In addition, since the device information may be information that can uniquely identify the type of device, the manufacturer name, model number, JAN code, device name, model name, device type, etc. may be used independently. May be combined arbitrarily.
In addition, the device information may include device group information given in advance to the device group of the health device 4 having a certain common point. When the device group information is included in the device information, device identification information may be generated from the device group information and the manufacturer name. In addition to the manufacturer name, the above-described model number, JAN code, device name, Model name, device type, etc. may be used.
In addition to the manufacturer name and model number described above, the device identification information includes information on the type of the health device 4 such as a pedometer, activity meter, weight scale, body composition meter, blood pressure monitor, pulse meter, thermometer, etc. It may be generated.

また、上記の実施形態では、メーカ名と型番を含む機器情報に基づいて機器特定部304が機器特定情報を生成するようにしているが、健康機器4の種類を一意に特定、すなわち健康機器4が測定して出力する通信データの種類を一意に特定する特定情報であればどのようなものでもよい。機器情報がメーカ名、型番、JANコード、機器名、機種名、機器種別などのいずれか1つである場合、機器情報自体をそのまま利用してもよいため、機器特定情報を生成せずに機器情報をそのまま用いるようにしてもよい。この場合、ペアリング部301が、機器特定部304の機能を兼ねるように構成することもでき、受信した機器情報をフォーマット変換部308、データ構造解析部310に出力する構成となる。また、定義情報取得部305への機器情報の出力は、ペアリング部301が、定義情報記憶部307を参照し、当該機器情報に対応する定義情報が記憶されていない場合、機器情報を定義情報取得部305に出力する構成となる。   In the above embodiment, the device specifying unit 304 generates the device specifying information based on the device information including the manufacturer name and the model number, but the type of the health device 4 is uniquely specified, that is, the health device 4. Any information may be used as long as the specific information uniquely identifies the type of communication data to be measured and output. If the device information is any one of the manufacturer name, model number, JAN code, device name, model name, device type, etc., the device information itself may be used as it is, so the device identification information is not generated and the device is not generated. Information may be used as it is. In this case, the pairing unit 301 can also be configured to serve as the function of the device specifying unit 304, and the received device information is output to the format conversion unit 308 and the data structure analysis unit 310. In addition, when the pairing unit 301 refers to the definition information storage unit 307 and the definition information corresponding to the device information is not stored, the device information is output to the definition information acquisition unit 305 when the definition information is not stored. It becomes the structure output to the acquisition part 305. FIG.

また、上記の実施形態の構成では、ペアリング部301によるペアリングが行われてから、健康機器4から機器情報を受信する構成になっているが、ペアリングを行わないブルートゥース(Bluetooth(登録商標))機器の場合には、ペアリングを行わずに通信接続を確立して機器情報を健康機器4から受信するようにしてもよい。具体的には、健康機器4からの広告の通信手順による信号に機器情報が含まれる場合、当該機器情報をペアリング部301が受信して取得するようにしてもよく、その場合、ペアリング部301は、機器情報を取得した際に機器情報記憶部302を参照し、既に当該機器情報が記憶されている場合、機器情報記憶部302に書き込まず、機器情報記憶部302に記憶されていない場合、機器情報記憶部302に書き込むようにしてもよい。
また、ペアリング部301と、健康機器4は、アドレス情報、認証キー情報、暗号化キー情報以外の情報も交換するようになっていてもよく、その場合、それらの情報も機器情報記憶部302に記憶されることになる
また、健康機器4に、当該健康機器4の機器情報を記憶したQRコード(登録商標)などの2次元コードや、RFID(Radio Frequency IDentification)などの記録媒体が貼付するようにしてもよい。この場合、情報取得部としてのペアリング部301が、撮像装置や無線機器に置き換えられ、撮像装置や無線機器により、機器情報が読み取られて機器情報記憶部302に出力されることになる。
In the configuration of the above-described embodiment, the device information is received from the health device 4 after pairing by the pairing unit 301. However, Bluetooth (registered trademark) that does not perform pairing is used. )) In the case of a device, communication information may be established without pairing and device information may be received from the health device 4. Specifically, when device information is included in the signal from the communication procedure of the advertisement from the health device 4, the pairing unit 301 may receive and acquire the device information. In this case, the pairing unit Reference numeral 301 refers to the device information storage unit 302 when device information is acquired. When the device information is already stored, the device information is not written to the device information storage unit 302 and is not stored in the device information storage unit 302. The information may be written in the device information storage unit 302.
The pairing unit 301 and the health device 4 may also exchange information other than the address information, the authentication key information, and the encryption key information. In this case, the information is also stored in the device information storage unit 302. In addition, a two-dimensional code such as a QR code (registered trademark) that stores device information of the health device 4 or a recording medium such as a radio frequency identification (RFID) is attached to the health device 4. You may do it. In this case, the pairing unit 301 as an information acquisition unit is replaced with an imaging device or a wireless device, and device information is read and output to the device information storage unit 302 by the imaging device or the wireless device.

また、上記の実施形態の構成では、データ構造定義テーブル3071と、変換規則定義テーブル3072の定義番号は、定義情報サーバ装置2において予め付与されているとしたが、定義情報取得部305が定義情報記憶部307に書き込む際に「定義番号」として連番を付与するようにしてもよく、また、その際、同じデータIDに対して同一の定義番号になるように付与するようにしてもよい。
また、上記の実施形態の構成では、定義情報記憶部307に対して定義情報取得部305が、機器特定情報を書き込むようにしているが、機器特定部304が、ステップST107の処理において、定義情報記憶部307に機器特定情報に対応する定義情報が存在しないと判定した場合に、当該機器特定情報を書き込み、定義情報取得部305が、定義情報サーバ装置2から機器特定情報と定義情報を取得した際に、書き込まれている機器特定情報に対応付けて定義情報を書き込むようにしてもよい。
Further, in the configuration of the above embodiment, the definition numbers of the data structure definition table 3071 and the conversion rule definition table 3072 are assigned in advance in the definition information server device 2, but the definition information acquisition unit 305 defines the definition information. A serial number may be assigned as a “definition number” when writing to the storage unit 307, and at that time, the same definition number may be assigned to the same data ID.
In the configuration of the above embodiment, the definition information acquisition unit 305 writes the device identification information in the definition information storage unit 307. However, the device identification unit 304 defines the definition information in the process of step ST107. When it is determined that the definition information corresponding to the device identification information does not exist in the storage unit 307, the device identification information is written, and the definition information acquisition unit 305 acquires the device identification information and the definition information from the definition information server device 2. At this time, the definition information may be written in association with the written device identification information.

また、上記の実施形態の図10のステップST105の機器特定部304による処理は、例えば、機器特定部304が、自律的に機器情報記憶部302に新たな情報が書き込まれるのを監視しており、新たに書き込まれるごとに読み出しを行ってもよい。また、ペアリング部301が新たな情報が書き込んだ際に機器特定部304に通知を出力するように構成し、機器特定部304が、当該通知を受けた場合に、新たに書き込まれた情報の読み出しを行うようにしてもよい。また、機器特定部304が、過去に接続していた健康機器4の機器情報については機器情報記憶部302から読み出し、新たな機器情報についてはペアリング部301から直接機器情報を受けるようにしてもよい。この場合、ペアリング部301は、新たな機器情報を機器特定部304に出力するとともに機器情報記憶部302に書き込むことになる。   In the processing by the device specifying unit 304 in step ST105 of FIG. 10 in the above embodiment, for example, the device specifying unit 304 autonomously monitors the writing of new information in the device information storage unit 302. The data may be read every time it is newly written. The pairing unit 301 is configured to output a notification to the device specifying unit 304 when new information is written, and when the device specifying unit 304 receives the notification, the newly written information Reading may be performed. Further, the device specifying unit 304 may read the device information of the health device 4 connected in the past from the device information storage unit 302 and receive the device information directly from the pairing unit 301 for new device information. Good. In this case, the pairing unit 301 outputs new device information to the device specifying unit 304 and writes it to the device information storage unit 302.

また、上記の実施形態の図10のステップST110において、定義情報取得部305が定義情報サーバ装置2から取得するのに要する時間を考慮する必要がある場合、すなわち、データ構造解析部310とフォーマット変換部308が読み出そうとするデータ構造定義情報と変換規則定義情報が定義情報記憶部307に記憶されていない場合が考えられる。この場合、定義情報記憶部307に定義情報が書き込まれるまで、データ構造解析部310とフォーマット変換部308が繰り返し読み出すようにしてもよい。また、以下のような構成としてもよい。ステップST107の判定の際、機器特定部304は、機器特定情報に対応する定義情報が定義情報記憶部307に書き込まれていると判定した場合、そのタイミングで、データ構造解析部310とフォーマット変換部308に機器特定情報を出力する。一方、機器特定部304は、機器特定情報に対応する定義情報が定義情報記憶部307に書き込まれていないと判定した場合、まず、定義情報取得部305に機器特定情報を出力する。このとき、定義情報取得部305が、定義情報サーバ装置2から定義情報を受信して定義情報記憶部307に書き込みを完了した際に、書き込み完了を示す通知を機器特定部304に出力するように構成し、機器特定部304は、当該通知を受けたタイミングで、機器特定情報をデータ構造解析部310とフォーマット変換部308に出力するようにしてもよい。こうすることで、データ構造解析部310とフォーマット変換部308に無駄な読み出し処理をさせる必要がなくなる。   Further, in step ST110 of FIG. 10 in the above embodiment, when it is necessary to consider the time required for the definition information acquisition unit 305 to acquire from the definition information server device 2, that is, the data structure analysis unit 310 and the format conversion There may be a case where the data structure definition information and conversion rule definition information to be read by the unit 308 are not stored in the definition information storage unit 307. In this case, the data structure analysis unit 310 and the format conversion unit 308 may repeatedly read the definition information until the definition information is written in the definition information storage unit 307. The following configuration may also be used. When determining in step ST107 that the device specifying unit 304 determines that the definition information corresponding to the device specifying information is written in the definition information storage unit 307, the data structure analyzing unit 310 and the format converting unit are at that timing. The device identification information is output to 308. On the other hand, when it is determined that the definition information corresponding to the device identification information is not written in the definition information storage unit 307, the device identification unit 304 first outputs the device identification information to the definition information acquisition unit 305. At this time, when the definition information acquisition unit 305 receives the definition information from the definition information server device 2 and completes the writing to the definition information storage unit 307, a notification indicating the completion of writing is output to the device specifying unit 304. The device specifying unit 304 may output the device specifying information to the data structure analyzing unit 310 and the format converting unit 308 at the timing of receiving the notification. This eliminates the need for the data structure analysis unit 310 and the format conversion unit 308 to perform useless read processing.

また、健康機器4がブルートゥース(Bluetooth(登録商標))機器の場合、定義情報記憶部307への定義情報の書き込みや、定義情報記憶部307からの定義情報の読み出しに時間がかかる場合、タイムアウトして通信接続を切断してしまうことがある。その場合、データ構造解析部310とフォーマット変換部308がデータ構造定義情報と変換規則定義情報を定義情報記憶部307を読み出してから健康機器4と再接続し、通信データを受信するようにしてもよい。   In addition, when the health device 4 is a Bluetooth (Bluetooth®) device, a time-out occurs when it takes time to write definition information to the definition information storage unit 307 or to read definition information from the definition information storage unit 307. May disconnect the communication connection. In this case, the data structure analysis unit 310 and the format conversion unit 308 read the data structure definition information and the conversion rule definition information from the definition information storage unit 307 and then reconnect to the health device 4 to receive communication data. Good.

また、上記の実施形態では、定義情報サーバ装置2が定義情報を記憶する記憶手段となって、当該記憶手段から取得する構成となっているが、本発明は、当該実施の形態に限られず、情報処理装置3の記憶部31が、例えば、抜き差し可能なメモリカードであり、このメモリカードを機器特定情報と定義情報を対応付けて記憶させる記憶手段とし、プログラムが実行されて変換処理部30が構成される際に定義情報記憶部307にメモリカードから機器特定情報と定義情報とが対応付けられた情報が読み出されて定義情報記憶部307に書き込まれるようにしてもよい。この場合、全ての定義情報が予め定義情報記憶部307に記憶されるように構成にすることもでき、その場合、通信データIDが、一意に特定できる識別子であれば、機器情報及び機器特定情報を用いず、通信データID自体を特定情報とすることもできる。例えば、データ取得部306で通信データを取得されると、データ構造解析部310及びフォーマット変換部308が、通信データに含まれる通信データIDを参照し、定義情報記憶部307から通信データIDに対応するデータ構造定義情報を読み出し、さらに、データIDでデータ構造定義情報と対応付けられている変換規則定義情報を読み出すようにしてもよい。   In the above embodiment, the definition information server device 2 is a storage unit that stores the definition information, and is obtained from the storage unit. However, the present invention is not limited to the embodiment. The storage unit 31 of the information processing device 3 is, for example, a memory card that can be inserted and removed, and this memory card is used as a storage unit that stores device identification information and definition information in association with each other. When configured, information in which the device identification information and the definition information are associated with each other may be read from the memory card to the definition information storage unit 307 and written to the definition information storage unit 307. In this case, all the definition information can be configured to be stored in advance in the definition information storage unit 307. In this case, if the communication data ID is an identifier that can be uniquely specified, the device information and the device specifying information The communication data ID itself can be used as the specific information without using. For example, when the communication data is acquired by the data acquisition unit 306, the data structure analysis unit 310 and the format conversion unit 308 refer to the communication data ID included in the communication data and correspond to the communication data ID from the definition information storage unit 307. The data structure definition information to be read may be read out, and the conversion rule definition information associated with the data structure definition information by the data ID may be read out.

また、定義情報サーバ装置2や上記のメモリカードを用いることなく、健康機器4に、当該健康機器4の機器特定情報と定義情報とが対応付けて記憶されたQRコード(登録商標)などの2次元コードや、RFID(Radio Frequency IDentification)などの記録媒体が貼付するようにしてもよい。この場合、情報処理装置3が、当該健康機器4と接続する際に、これらの記録媒体から撮像装置や無線機器などを用いて情報を読み取り、読み取った情報を情報処理装置3に出力して定義情報記憶部307に書き込むようにしてもよい。この場合、図3の構成において、情報取得部としてのペアリング部301が、撮像装置や無線機器に置き換えられることになる。また、この構成の場合も、健康機器4から通信データを受信する前に、当該健康機器4についての定義情報が定義情報記憶部307に予め記憶されることになる。そのため、通信データIDが、一意に特定できる識別子になっていれば、通信データIDを定義情報とともに記録媒体に記憶させておき、通信データIDを前述した特定情報として用いることもできる。   Further, without using the definition information server device 2 or the above memory card, the health device 4 stores the device identification information and the definition information of the health device 4 in association with each other and stores 2 such as a QR code (registered trademark). A recording medium such as a dimension code or RFID (Radio Frequency IDentification) may be attached. In this case, when the information processing device 3 is connected to the health device 4, information is read from these recording media using an imaging device or a wireless device, and the read information is output to the information processing device 3 and defined. The information may be written in the information storage unit 307. In this case, in the configuration of FIG. 3, the pairing unit 301 as the information acquisition unit is replaced with an imaging device or a wireless device. Also in this configuration, definition information for the health device 4 is stored in the definition information storage unit 307 in advance before receiving communication data from the health device 4. Therefore, if the communication data ID is an identifier that can be uniquely specified, the communication data ID can be stored in the recording medium together with the definition information, and the communication data ID can be used as the above-described specific information.

また、上記の実施形態では、健康機器4が、自律的に通信データを送信する構成について示しているが、本発明は当該実施の形態の構成に限られず、例えば、データ取得部306が、データの送信要求を健康機器4に対して行い、健康機器4が、当該送信要求を受けた際に通信データを送信するようにしてもよい。
また、上記の実施形態では、フォーマット変換部308によりSTARTとENDが付加されるようにしているがデータ送信部309がSTARTとENDを付加するようにしてもよい。
また、上記の実施形態において、複数の情報処理装置3が存在してもよく、その場合、データ収集サーバ装置1と定義情報サーバ装置2に複数の情報処理装置3が通信接続されることになる。
また、上記の実施形態では、データ送信部309は、1台のデータ収集サーバ装置1に送信データを送信するようになっているが、データ収集サーバ装置1が複数存在し、送信データを複数のデータ収集サーバ装置1に送信してもよい。
また、情報処理装置3においてデータ収集用のアプリケーションプログラムを実行させ、当該アプリケーションプログラムに送信データを出力するようにしてもよい。この場合、ネットワークを経由したデータの送信を行う必要がなくなるため、処理時間を短縮することができ、消費電力を削減することが可能となる。また、第2通信部33が通信圏外など、通信ができない状態になっていても、送信データを記憶していくことができ、通信ができる状態になってからまとめて送信するようにするといったこともできる。また、この構成では、情報処理装置3のユーザが、表示部36を操作して記憶される送信データを参照することも可能となる。
In the above-described embodiment, the health device 4 autonomously transmits communication data. However, the present invention is not limited to the configuration of the embodiment. May be transmitted to the health device 4, and the health device 4 may transmit the communication data when receiving the transmission request.
Further, in the above embodiment, START and END are added by the format conversion unit 308, but the data transmission unit 309 may add START and END.
In the above-described embodiment, a plurality of information processing devices 3 may exist. In this case, the plurality of information processing devices 3 are connected to the data collection server device 1 and the definition information server device 2 by communication. .
In the above embodiment, the data transmission unit 309 transmits transmission data to one data collection server device 1, but there are a plurality of data collection server devices 1, and a plurality of transmission data are transmitted. You may transmit to the data collection server apparatus 1. FIG.
Alternatively, the information processing apparatus 3 may execute an application program for collecting data and output transmission data to the application program. In this case, since it is not necessary to transmit data via the network, the processing time can be shortened and the power consumption can be reduced. In addition, even if the second communication unit 33 is in a state where communication is not possible, such as out of communication range, the transmission data can be stored, and the communication can be performed after the communication is ready. You can also. In this configuration, the user of the information processing device 3 can also refer to transmission data stored by operating the display unit 36.

なお、上述した実施形態における情報処理装置3の全部、または、一部、例えば、変換処理部30をコンピュータで実現するようにしても良い。その場合、この制御機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。なお、ここでいう「コンピュータシステム」とは、情報処理装置3に内蔵されたコンピュータシステムであって、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。   In addition, you may make it implement | achieve the whole or part of the information processing apparatus 3 in embodiment mentioned above, for example, the conversion process part 30 with a computer. In that case, the program for realizing the control function may be recorded on a computer-readable recording medium, and the program recorded on the recording medium may be read by a computer system and executed. Here, the “computer system” is a computer system built in the information processing apparatus 3 and includes an OS and hardware such as peripheral devices. The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Further, the “computer-readable recording medium” is a medium that dynamically holds a program for a short time, such as a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line In such a case, a volatile memory inside a computer system serving as a server or a client may be included and a program that holds a program for a certain time. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、図面を参照してこの発明の一実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。   As described above, the embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to the above, and various design changes and the like can be made without departing from the scope of the present invention. It is possible to

(付記1)生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、前記生体測定機器から前記通信データを取得するデータ取得部と、前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、を備えることを特徴とする情報処理装置である。   (Additional remark 1) The specific information acquisition part which acquires the specific information which specifies the kind of biometric apparatus which measures the state of a biological body, The data acquisition part which acquires the said communication data from the said biometric apparatus, The said specific information acquisition part A definition information acquisition unit for acquiring data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data, based on the specific information acquired by A data structure analysis unit that reads measurement data included in the communication data acquired by the data acquisition unit based on the data structure information acquired by the definition information acquisition unit, and the conversion acquired by the definition information acquisition unit Based on the rule information, the format conversion unit that converts the read measurement data and the format conversion unit A data transmission unit for transmitting the serial measurement data, an information processing apparatus comprising: a.

(付記2)前記特定情報に関連付けて前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を記憶する定義情報記憶部を備え、前記定義情報取得部は、取得した前記特定情報に対応する前記データ構造情報及び前記変換規則情報が前記定義情報記憶部に記憶されていない場合、当該特定情報に対応する前記データ構造情報、および前記変換規則情報を取得し、前記特定情報に対応付けて前記定義情報記憶部に書き込むことを特徴とする(付記1)に記載の情報処理装置である。   (Additional remark 2) The definition information storage part which memorize | stores the data structure information which shows the data structure of the communication data containing the measurement data which the said biometric apparatus measures in relation to the said specific information, and the conversion rule information regarding the format of the said measurement data The definition information acquisition unit, when the data structure information corresponding to the acquired specific information and the conversion rule information are not stored in the definition information storage unit, the data structure information corresponding to the specific information, The information processing device according to (Appendix 1), wherein the conversion rule information is acquired and written in the definition information storage unit in association with the specific information.

(付記3)生体の状態を測定する生体測定機器と、情報処理装置と、を備える情報処理システムであって、前記情報処理装置は、前記生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、前記生体測定機器から前記通信データを取得するデータ取得部と、前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、を備えることを特徴とする情報処理システムである。   (Additional remark 3) It is an information processing system provided with the biometric apparatus which measures the state of a biological body, and information processing apparatus, Comprising: The said information processing apparatus acquires the specific information which specifies the kind of said biometric apparatus. An information acquisition unit, a data acquisition unit for acquiring the communication data from the biometric device, and communication data including measurement data measured by the biometric device based on the specific information acquired by the specific information acquisition unit Based on the data structure information indicating the data structure and the definition information acquisition unit that acquires the conversion rule information on the format of the measurement data, and the data acquisition unit acquired by the data acquisition unit Based on the data structure analysis unit that reads measurement data included in the communication data, and the conversion rule information acquired by the definition information acquisition unit An information processing system comprising: the format converting unit for converting the read the measurement data, and a data transmitter that transmits the measurement data the format conversion unit is converted, the.

(付記4)生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得過程と、前記生体測定機器から前記通信データを取得するデータ取得過程と、前記特定情報取得過程により取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得過程と、前記定義情報取得過程により取得された前記データ構造情報に基づいて、前記データ取得過程により取得された前記通信データに含まれる測定データを読み出すデータ構造解析過程と、前記定義情報取得過程により取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換過程と、前記フォーマット変換過程により変換された前記測定データを送信する送信過程と、を有することを特徴とする情報処理方法である。   (Additional remark 4) The specific information acquisition process which acquires the specific information which specifies the kind of biometric apparatus which measures the state of a biological body, The data acquisition process which acquires the said communication data from the said biometric apparatus, The said specific information acquisition process Definition information acquisition step of acquiring data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data, based on the specific information acquired by And a data structure analysis process for reading measurement data included in the communication data acquired by the data acquisition process based on the data structure information acquired by the definition information acquisition process, and acquired by the definition information acquisition process. On the basis of the converted conversion rule information, the format conversion for converting the read measurement data is performed. And processes an information processing method characterized by and a transmission process of transmitting the measurement data converted by the format conversion process.

(付記5)コンピュータに、生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得ステップと、前記生体測定機器から前記通信データを取得するデータ取得ステップと、前記特定情報取得ステップにより取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得ステップと、前記定義情報取得ステップにより取得された前記データ構造情報に基づいて、前記データ取得ステップにより取得された前記通信データに含まれる測定データを読み出すデータ構造解析ステップと、前記定義情報取得ステップにより取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換ステップと、前記フォーマット変換ステップにより変換された前記測定データを送信する送信ステップと、を実行させるための情報処理プログラムである。   (Additional remark 5) The specific information acquisition step which acquires the specific information which specifies the kind of biometric apparatus which measures the state of a biological body to a computer, The data acquisition step which acquires the said communication data from the said biometric apparatus, The said specific Definition for acquiring data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data, based on the specific information acquired by the information acquisition step An information acquisition step; a data structure analysis step of reading measurement data included in the communication data acquired by the data acquisition step based on the data structure information acquired by the definition information acquisition step; and the definition information acquisition Based on the conversion rule information acquired by the step, A format conversion step of converting the measurement data out seen, an information processing program for executing a transmission step of transmitting the measurement data converted by the format conversion step.

S1・・・情報処理システム、1・・・データ収集サーバ装置、2・・・定義情報サーバ装置、3・・・情報処理装置、4・・・健康機器、30・・・変換処理部、31・・・記憶部、32・・・入力部、33・・・第2通信部、34・・・制御部、35・・・第1通信部、36・・・表示部、301・・・ペアリング部、302・・・機器情報記憶部、304・・・機器特定部、305・・・定義情報取得部、306・・・データ取得部、307・・・定義情報記憶部、308・・・フォーマット変換部、309・・・データ送信部、310・・・データ構造解析部 S1 ... information processing system, 1 ... data collection server device, 2 ... definition information server device, 3 ... information processing device, 4 ... health device, 30 ... conversion processing unit, 31 ... Storage unit, 32 ... Input unit, 33 ... Second communication unit, 34 ... Control unit, 35 ... First communication unit, 36 ... Display unit, 301 ... Pair Ring unit, 302 ... device information storage unit, 304 ... device identification unit, 305 ... definition information acquisition unit, 306 ... data acquisition unit, 307 ... definition information storage unit, 308 ... Format conversion unit, 309 ... data transmission unit, 310 ... data structure analysis unit

Claims (5)

生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、
前記生体測定機器から通信データを取得するデータ取得部と、
前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、
前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、
前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、
前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、
を備えることを特徴とする情報処理装置。
A specific information acquisition unit for acquiring specific information for specifying the type of biometric device that measures the state of the biological body;
A data acquisition unit that acquires the biometric device or RaTsu signal data,
Based on the specific information acquired by the specific information acquisition unit, data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data are acquired. A definition information acquisition unit;
Based on the data structure information acquired by the definition information acquisition unit, a data structure analysis unit that reads measurement data included in the communication data acquired by the data acquisition unit;
Based on the conversion rule information acquired by the definition information acquisition unit, a format conversion unit that converts the read measurement data;
A data transmission unit for transmitting the measurement data converted by the format conversion unit;
An information processing apparatus comprising:
前記特定情報に関連付けて前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を記憶する定義情報記憶部
を備え、
前記定義情報取得部は、取得した前記特定情報に対応する前記データ構造情報及び前記変換規則情報が前記定義情報記憶部に記憶されていない場合、当該特定情報に対応する前記データ構造情報、および前記変換規則情報を取得し、前記特定情報に対応付けて前記定義情報記憶部に書き込むこと
を特徴とする請求項1に記載の情報処理装置。
A definition information storage unit for storing data structure information indicating a data structure of communication data including measurement data measured by the biometric device in association with the specific information, and conversion rule information regarding the format of the measurement data;
The definition information acquisition unit, when the data structure information corresponding to the acquired specific information and the conversion rule information are not stored in the definition information storage unit, the data structure information corresponding to the specific information, and The information processing apparatus according to claim 1, wherein conversion rule information is acquired and written in the definition information storage unit in association with the specific information.
生体の状態を測定する生体測定機器と、情報処理装置と、を備える情報処理システムであって、
前記情報処理装置は、
前記生体測定機器の種類を特定する特定情報を取得する特定情報取得部と、
前記生体測定機器から通信データを取得するデータ取得部と、
前記特定情報取得部が取得した前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得部と、
前記定義情報取得部が取得した前記データ構造情報に基づいて、前記データ取得部が取得した前記通信データに含まれる測定データを読み出すデータ構造解析部と、
前記定義情報取得部が取得した前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換部と、
前記フォーマット変換部が変換した前記測定データを送信するデータ送信部と、
を備えることを特徴とする情報処理システム。
An information processing system comprising a living body measuring device for measuring a state of a living body and an information processing device,
The information processing apparatus includes:
A specific information acquisition unit for acquiring specific information for specifying the type of the biometric device;
A data acquisition unit that acquires the biometric device or RaTsu signal data,
Based on the specific information acquired by the specific information acquisition unit, data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data are acquired. A definition information acquisition unit;
Based on the data structure information acquired by the definition information acquisition unit, a data structure analysis unit that reads measurement data included in the communication data acquired by the data acquisition unit;
Based on the conversion rule information acquired by the definition information acquisition unit, a format conversion unit that converts the read measurement data;
A data transmission unit for transmitting the measurement data converted by the format conversion unit;
An information processing system comprising:
コンピュータが、
生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得過程と、
前記生体測定機器から通信データを取得するデータ取得過程と、
前記特定情報取得過程により取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得過程と、
前記定義情報取得過程により取得された前記データ構造情報に基づいて、前記データ取得過程により取得された前記通信データに含まれる測定データを読み出すデータ構造解析過程と、
前記定義情報取得過程により取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換過程と、
前記フォーマット変換過程により変換された前記測定データを送信する送信過程と、
を有することを特徴とする情報処理方法。
Computer
Specific information acquisition process for acquiring specific information for specifying the type of biometric device for measuring the state of the biological body;
A data acquisition step of acquiring the biometric device or RaTsu signal data,
Based on the specific information acquired by the specific information acquisition process, data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data are acquired. Definition information acquisition process,
Based on the data structure information acquired by the definition information acquisition process, a data structure analysis process of reading measurement data included in the communication data acquired by the data acquisition process;
A format conversion process for converting the read measurement data based on the conversion rule information acquired by the definition information acquisition process;
A transmission process of transmitting the measurement data converted by the format conversion process;
An information processing method characterized by comprising:
コンピュータに、
生体の状態を測定する生体測定機器の種類を特定する特定情報を取得する特定情報取得ステップと、
前記生体測定機器から通信データを取得するデータ取得ステップと、
前記特定情報取得ステップにより取得された前記特定情報に基づいて、前記生体測定機器が測定する測定データを含む通信データのデータ構造を示すデータ構造情報、および前記測定データのフォーマットに関する変換規則情報を取得する定義情報取得ステップと、
前記定義情報取得ステップにより取得された前記データ構造情報に基づいて、前記データ取得ステップにより取得された前記通信データに含まれる測定データを読み出すデータ構造解析ステップと、
前記定義情報取得ステップにより取得された前記変換規則情報に基づいて、読み出した前記測定データを変換するフォーマット変換ステップと、
前記フォーマット変換ステップにより変換された前記測定データを送信する送信ステップと、
を実行させるための情報処理プログラム。
On the computer,
A specific information acquisition step for acquiring specific information for specifying the type of biometric device for measuring the state of the biological body;
A data acquisition step of acquiring the biometric device or RaTsu signal data,
Based on the specific information acquired by the specific information acquisition step, data structure information indicating a data structure of communication data including measurement data measured by the biometric device, and conversion rule information regarding the format of the measurement data are acquired. A definition information acquisition step,
Based on the data structure information acquired by the definition information acquisition step, a data structure analysis step of reading measurement data included in the communication data acquired by the data acquisition step;
A format conversion step of converting the read measurement data based on the conversion rule information acquired by the definition information acquisition step;
A transmission step of transmitting the measurement data converted by the format conversion step;
Information processing program to execute.
JP2014025681A 2014-02-13 2014-02-13 Information processing apparatus, information processing system, information processing method, and information processing program Active JP6264648B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2014025681A JP6264648B2 (en) 2014-02-13 2014-02-13 Information processing apparatus, information processing system, information processing method, and information processing program
PCT/JP2015/053769 WO2015122436A1 (en) 2014-02-13 2015-02-12 Information processing device, information processing system, information processing method, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014025681A JP6264648B2 (en) 2014-02-13 2014-02-13 Information processing apparatus, information processing system, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2015153090A JP2015153090A (en) 2015-08-24
JP6264648B2 true JP6264648B2 (en) 2018-01-24

Family

ID=53800178

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014025681A Active JP6264648B2 (en) 2014-02-13 2014-02-13 Information processing apparatus, information processing system, information processing method, and information processing program

Country Status (2)

Country Link
JP (1) JP6264648B2 (en)
WO (1) WO2015122436A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019128736A (en) * 2018-01-23 2019-08-01 株式会社ジンズ Information processing device and program
JP7109929B2 (en) * 2018-01-31 2022-08-01 株式会社関電工 Measurement data input support device
CN110032523B (en) * 2019-03-29 2023-08-22 陕西柴油机重工有限公司 Register storage method based on address bit dynamic definition for diesel engine assembly test

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2624160B2 (en) * 1993-12-08 1997-06-25 日本電気株式会社 Data format converter
JP4742182B2 (en) * 2001-02-23 2011-08-10 アークレイ株式会社 Data transmission / reception device, data management device, data processing device, and program
JP2004230099A (en) * 2003-02-03 2004-08-19 Matsushita Electric Ind Co Ltd Biological information management terminal

Also Published As

Publication number Publication date
JP2015153090A (en) 2015-08-24
WO2015122436A1 (en) 2015-08-20

Similar Documents

Publication Publication Date Title
Mohammed et al. Internet of Things: Remote patient monitoring using web services and cloud computing
JP6264648B2 (en) Information processing apparatus, information processing system, information processing method, and information processing program
CN104684466A (en) Transfer of measurement data related to physical exercise
JP6121633B2 (en) Clinical data processing system and clinical data processing method
JP2013196184A5 (en)
JP2010019696A (en) Body temperature measuring instrument
JP2014082716A (en) Radio communication terminal, radio communication system, radio communication method, and program
WO2014171469A1 (en) Information management apparatus
JP2002368907A (en) Data transfer device, data transmission method, measurement device, data processing unit, and program
JP2015159979A (en) Information processing apparatus, information processing system, information processing method, and information processing program
JP2015219726A (en) Information processing unit, information process system, information processing method, and information processing program
JP6288446B2 (en) Information processing apparatus, information processing system, information processing method, and information processing program
US10849502B2 (en) System and method for providing health data of peripheral device
JP2006340952A (en) Bioinformation management system and program therefor
Led et al. Wearable electrocardiogram (ECG) recorder for a Mobile Point-of-Care based on recent interoperability standards
WO2014185487A1 (en) Information processing device, information processing system, information processing method and program
WO2018072349A1 (en) Sign data acquisition method and terminal
JP2016091327A (en) Information processing apparatus, information processing system, information processing method, and information processing program
JP6399587B2 (en) Information processing apparatus, information processing system, information processing method, and information processing program
JP3207466U (en) Scanner type gateway equipment
JP2014228899A (en) Information processing device, information processing system, information processing method, and information processing program
JP2014228898A (en) Information processing device, information processing system, information processing method, and information processing program
JP2015159978A (en) Information processing apparatus, information processing system, information processing method, and information processing program
JP6927538B1 (en) Communication device and communication method
JP2015152969A (en) Information processing device, information processing system, and information processing method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20150520

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160923

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20171017

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20171128

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20171207

R150 Certificate of patent or registration of utility model

Ref document number: 6264648

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150