JP6339932B2 - Data management apparatus, data management method, and data management program - Google Patents

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

Info

Publication number
JP6339932B2
JP6339932B2 JP2014265026A JP2014265026A JP6339932B2 JP 6339932 B2 JP6339932 B2 JP 6339932B2 JP 2014265026 A JP2014265026 A JP 2014265026A JP 2014265026 A JP2014265026 A JP 2014265026A JP 6339932 B2 JP6339932 B2 JP 6339932B2
Authority
JP
Japan
Prior art keywords
data
hierarchical structure
definition information
value
screen
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
JP2014265026A
Other languages
Japanese (ja)
Other versions
JP2016126420A (en
Inventor
秀樹 江上
秀樹 江上
Original Assignee
エヌ・ティ・ティ・コムウェア株式会社
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 エヌ・ティ・ティ・コムウェア株式会社 filed Critical エヌ・ティ・ティ・コムウェア株式会社
Priority to JP2014265026A priority Critical patent/JP6339932B2/en
Publication of JP2016126420A publication Critical patent/JP2016126420A/en
Application granted granted Critical
Publication of JP6339932B2 publication Critical patent/JP6339932B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、データを入力し管理する技術に関する。   The present invention relates to a technique for inputting and managing data.

一般的なシステム開発は、業務仕様に基づいてデータモデルを検討し、データベースの論理設計(テーブル定義など)を進めるとともに、画面仕様の設計を進め、その間のデータ構造の違いをアプリケーションプログラムでデータ変換することで実現している。データベースの構成を変更すると、データ変換するアプリケーションプログラムを作り直す必要があり、簡単にはデータベースの構成を変更できない。   In general system development, examine the data model based on business specifications, proceed with the logical design of the database (table definition, etc.), proceed with the design of the screen specifications, and convert the data structure difference between them with the application program It is realized by doing. When the database configuration is changed, it is necessary to recreate an application program for data conversion, and the database configuration cannot be easily changed.

特許文献1では、データベースを容易に構成するために定義体と呼ばれるひな形をユーザが作成し、定義体を読みだして値を入力することでデータベースにデータを格納している。   In Patent Document 1, in order to easily configure a database, a user creates a template called a definition body, reads the definition body, and inputs a value to store data in the database.

また、XMLデータをそのままのデータ構造で格納するXMLデータベースが知られている。   Also, an XML database that stores XML data in the same data structure is known.

特開2004−192517号公報JP 2004-192517 A

様々な様式のデータを入力したいという要望があった場合、従来のシステム開発では、対象となる様式ごとにシステム開発することになり、開発費用、開発期間がかかるという問題があった。   When there is a request to input data in various formats, the conventional system development involves developing the system for each target format, and there is a problem that it takes a development cost and a development period.

本発明は、上記に鑑みてなされたものであり、追加開発を伴わずに様々な様式のデータが入力できるシステムを提供することを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to provide a system in which data of various formats can be input without additional development.

第1の本発明に係るデータ管理装置は、様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段と、前記データ定義格納手段から所望の前記データ定義情報を取得し、当該データ定義情報の階層構造に従って画面を構成して値の入力を受け付ける画面構成手段と、前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するデータ格納手段と、を有し、前記画面構成手段は、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けることを特徴とする。 The data management apparatus according to a first aspect of the present invention, a data definition storage means for store the data definition information that defines with the hierarchical structure of various modalities in a single column of the table, the desired from the data definition storage means the acquired data definition information, the data and screen configuration unit that receives an input of values constitutes a screen according to the hierarchical structure definition information, one column of data of the hierarchical structure enter a value in the data definition information table to have a data storage means for store and said screen configuration means, when receives an input value, characterized in that accepting additional new hierarchical structure for the hierarchical structure of the data.

上記データ管理装置において、前記画面構成手段は、前記データ格納手段から前記データを取得し、当該データの階層構造に従って画面を構成して値の変更及び新たな階層構造の追加を受け付けることを特徴とする。 In the data management apparatus, the screen configuration means includes a wherein acquire the data from the data storage unit, receives the additional changes and the new hierarchy of values constitutes a screen according to the hierarchical structure of the data To do.

上記データ管理装置において、前記データ定義情報の階層構造のキーを並べて指定したチェック対象の項目と当該項目の値が正しく入力されているか否かを判定する判定方法とを有するチェック定義情報を格納したチェック定義格納手段と、前記データを格納する際に、前記チェック定義情報を参照して前記データをチェックするチェック手段と、を有することを特徴とする。 In the data management apparatus, check definition information having a check target item in which the keys of the hierarchical structure of the data definition information are specified side by side and a determination method for determining whether or not a value of the item is correctly input is stored It has check definition storage means, and check means for checking the data with reference to the check definition information when storing the data.

の本発明に係るデータ管理方法は、コンピュータが実行するデータ管理方法であって、様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段から所望の前記データ定義情報を取得するステップと、前記データ定義情報の階層構造に従って画面を構成して値の入力を受け付けるステップと、前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するステップと、を有し、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けることを特徴とする。 Data management method according to a second aspect of the present invention is a data management method executed by a computer, data definition storage that store the data definition information defined in one column of the table using a hierarchical structure of various modalities Obtaining the desired data definition information from the means; constructing a screen according to the hierarchical structure of the data definition information; receiving a value input; and table of hierarchical data in which a value is input to the data definition information And storing a new hierarchical structure to the hierarchical structure of the data when an input of a value is accepted .

の本発明に係るデータ管理プログラムは、上記データ管理装置の各手段としてコンピュータを動作させることを特徴とする。 According to a third aspect of the present invention, there is provided a data management program for operating a computer as each means of the data management apparatus.

本発明によれば、追加開発を伴わずに様々な様式のデータが入力できるシステムを提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the system which can input the data of various styles without additional development can be provided.

本実施の形態におけるデータ管理システムの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the data management system in this Embodiment. 本実施の形態で用いるデータの例を示す図である。It is a figure which shows the example of the data used by this Embodiment. 図2のデータの階層構造に従って構成した画面の例を示す図である。It is a figure which shows the example of the screen comprised according to the hierarchical structure of the data of FIG. データ様式定義を作成するときの画面の例を示す図である。It is a figure which shows the example of the screen when creating a data format definition. チェック定義の例を示す図である。It is a figure which shows the example of a check definition. データベースに格納されるデータの例を示す図である。It is a figure which shows the example of the data stored in a database. 本実施の形態におけるデータ管理システムにデータを登録するときの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process when registering data in the data management system in this Embodiment. 図2のデータに“工事情報”の項目を追加した例を示す図である。It is a figure which shows the example which added the item of "construction information" to the data of FIG.

以下、本発明の実施の形態について図面を用いて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本実施の形態におけるデータ管理システムの構成を示す機能ブロック図である。同図に示すデータ管理システムは、クライアント端末1、サーバ3、およびデータベース5を備える。クライアント端末1はサーバ3に接続し、サーバ3を介してデータベース5にアクセスする。図1では、クライアント端末1を1台のみ示しているが、複数のクライアント端末1がサーバ3に接続してもよい。   FIG. 1 is a functional block diagram showing the configuration of the data management system in the present embodiment. The data management system shown in FIG. 1 includes a client terminal 1, a server 3, and a database 5. The client terminal 1 connects to the server 3 and accesses the database 5 via the server 3. Although only one client terminal 1 is shown in FIG. 1, a plurality of client terminals 1 may be connected to the server 3.

本データ管理システムは、データが備える項目を定義したデータ様式定義に従って入力されたデータの入出力や内容チェック、およびデータ様式定義の作成を行うシステムである。クライアント端末1は、サーバ3を介してデータベース5に格納されたデータ様式定義を取得し、データ様式定義の階層構造に従って画面を構成してデータの入力を受け付け、入力されたデータをサーバ3を介してデータベース5に格納する。また、クライアント端末1は、画面を構成する要素の追加変更の操作を反映してデータ様式定義を作成し、作成したデータ様式定義をサーバ3を介してデータベース5に格納する。以下、各装置について説明する。   This data management system is a system that performs input / output and content check of data input according to a data format definition that defines items included in data, and creation of a data format definition. The client terminal 1 acquires the data format definition stored in the database 5 via the server 3, configures a screen according to the hierarchical structure of the data format definition, accepts data input, and inputs the input data via the server 3. And stored in the database 5. In addition, the client terminal 1 creates a data format definition reflecting an operation of adding or changing elements constituting the screen, and stores the created data format definition in the database 5 via the server 3. Hereinafter, each device will be described.

クライアント端末1は、データ登録部11、画面描画部12、およびデータ様式登録部13を備える。   The client terminal 1 includes a data registration unit 11, a screen drawing unit 12, and a data format registration unit 13.

データ登録部11は、データ様式定義をサーバ3を介してデータベース5から取得し、データ様式定義に対応する画面を画面描画部12に表示させて、画面描画部12でデータ様式定義に従って入力されたデータをサーバ3を介してデータベース5に格納する。また、すでに入力されたデータについて、データ登録部11は、データをサーバ3を介してデータベース5から取得して画面描画部12に表示させて、画面描画部12で変更されたデータをサーバ3を介してデータベース5に格納する。   The data registration unit 11 acquires the data format definition from the database 5 via the server 3, displays a screen corresponding to the data format definition on the screen drawing unit 12, and is input according to the data format definition by the screen drawing unit 12. Data is stored in the database 5 via the server 3. In addition, for data that has already been input, the data registration unit 11 acquires the data from the database 5 via the server 3 and causes the screen drawing unit 12 to display the data. And stored in the database 5.

画面描画部12は、データ様式定義の階層構造に従ってデータを入力する画面を作成して表示する。データ様式定義はデータが備える項目を階層構造を用いて定義したひな形であり、データはデータ様式定義に値を入力したものである。   The screen drawing unit 12 creates and displays a screen for inputting data according to the hierarchical structure of the data format definition. The data format definition is a template in which items included in the data are defined using a hierarchical structure, and the data is obtained by inputting a value into the data format definition.

図2に本実施の形態で用いるデータの例を示す。本実施の形態ではデータ様式定義及びデータをJSON形式の連想配列により記述した。波括弧(「{」,「}」)で括った部分が連想配列であり、連想配列中の各要素のコロンの左側がキーでその右側がキーに対応する値である。値に連想配列をとることができ、その連想配列は対応するキーの1階層下のデータとなる。図2の例で説明すると、“共通情報”の1階層下に“契約者情報”と“申込情報”をキーとする要素がある。“契約者情報”は“契約者名”と“契約者住所”をキーとする要素を持つ。“契約者名”には“○○○○”という値が設定されている。データ様式定義は、キーや階層構造は定義されているが、項目に値が入っていない。例えば、図2のデータの元になったデータ様式定義には、“契約者名”の値や“契約者住所”の値などが入っていない。データ様式定義の値にデフォルト値を入れていてもよい。   FIG. 2 shows an example of data used in this embodiment. In the present embodiment, the data format definition and data are described by a JSON format associative array. The part enclosed in curly braces (“{”, “}”) is an associative array, and the left side of the colon of each element in the associative array is the key, and the right side is the value corresponding to the key. An associative array can be taken as the value, and the associative array is data one layer below the corresponding key. In the example of FIG. 2, there is an element having “contractor information” and “application information” as keys below one layer of “common information”. “Contractor information” has elements having “contractor name” and “contractor address” as keys. The “contractor name” is set to a value “XXXXX”. In the data format definition, the key and hierarchy structure are defined, but the item has no value. For example, the data format definition that is the basis of the data in FIG. 2 does not include the value of “contractor name” or the value of “contractor address”. A default value may be entered in the value of the data format definition.

画面描画部12は、データの階層構造に従って、1階層目をタブ、2階層目をブロック、3階層目を項目として画面を作成する。以下、具体例を用いて説明する。図3は、図2のデータの階層構造に従って構成した画面の例である。画面描画部12は、1階層目(“共通情報”,“個別情報”)をタブ100,200、2階層目(“契約者情報”,“申込情報”)をブロック110,120、3階層目(“契約者名”,“契約者住所”,“お申込年月日”)を各項目111,112,121として図3に示す画面を構成した。画面描画部12は、各項目111,112,121の右側の欄において、各項目111,112,121に対応する値のデータの入力を受け付ける。画面右下の登録ボタン500が操作(クリック)されると、データ登録部11により、データ様式定義に値が入力されたデータがJSON形式のままサーバ3に送信されてデータベース5に登録される。   The screen drawing unit 12 creates a screen with tabs in the first layer, blocks in the second layer, and items in the third layer according to the hierarchical structure of the data. Hereinafter, a specific example will be described. FIG. 3 is an example of a screen configured according to the data hierarchical structure of FIG. The screen drawing unit 12 displays the first layer (“common information”, “individual information”) on the tabs 100 and 200, the second layer (“contractor information”, “application information”) on the blocks 110, 120, and the third layer. The screen shown in FIG. 3 is configured with the items 111, 112, and 121 (“contractor name”, “contractor address”, “application date”). The screen drawing unit 12 receives input of data of values corresponding to the items 111, 112, 121 in the right column of the items 111, 112, 121. When the registration button 500 at the lower right of the screen is operated (clicked), the data registration unit 11 transmits the data whose value is input to the data format definition to the server 3 in the JSON format and registers it in the database 5.

図3の画面では、1階層目のタブ200(“個別情報”)内のデータが表示されていないが、タブ200を操作(クリック)することで、“共通情報”内のデータに代えて、“個別情報”内のデータが画面に表示される。   In the screen of FIG. 3, the data in the tab 200 (“individual information”) in the first hierarchy is not displayed. However, by operating (clicking) the tab 200, the data in the “common information” is replaced. The data in “Individual information” is displayed on the screen.

画面描画部12は、データの階層構造に従って画面を構成するので、データの内容や構造が異なった場合でも、1階層目をタブ、2階層目をブロック、3階層目を項目とした同じルールで画面を汎用的に構成できる。4階層目以上についても画面を構成するルールを決めて適用できる。画面描画部12は、例えばWebブラウザに実装されたJavaScript(登録商標)で実現できる。   Since the screen drawing unit 12 configures the screen according to the data hierarchical structure, even if the contents and structure of the data are different, the same rule with the first layer as a tab, the second layer as a block, and the third layer as an item is used. The screen can be configured generically. Rules for configuring the screen can be determined and applied to the fourth and higher layers. The screen drawing unit 12 can be realized by, for example, JavaScript (registered trademark) installed in a Web browser.

データ様式登録部13は、画面描画部12により作成される新たなデータ様式定義をサーバ3を介してデータベース5に登録する。画面描画部12はタブ、ブロック、項目の追加変更の操作を受け付け、データ様式登録部13は画面描画部12が表示する画面の変更を反映してデータ様式定義を作成する。   The data format registration unit 13 registers a new data format definition created by the screen drawing unit 12 in the database 5 via the server 3. The screen drawing unit 12 accepts operations for adding and changing tabs, blocks, and items, and the data format registering unit 13 creates a data format definition reflecting the change of the screen displayed by the screen drawing unit 12.

図4にデータ様式定義を作成するときの画面の例を示す。データ様式定義を作成するときも、画面描画部12は作成されるデータ様式定義の階層構造に従って画面を構成する。図4のタブ追加ボタン300を操作することで新たなタブが追加される。同様に、ブロック追加ボタン130を操作することで新たなブロックが追加され、項目追加ボタン113,122を操作することで新たな項目が追加される。タブが追加されるとデータ様式定義に新たな1階層目が追加される。ブロックが追加されるとデータ様式定義の対応する1階層目内に新たな2階層目が追加される。項目が追加されるとデータ様式定義の対応する2階層目内に新たな3階層目が追加される。タブ、ブロック、項目の文字列を変更するとデータ様式定義内の対応するキーが変更される。クライアント端末1が備えるキーボードの削除ボタンを操作することでタブ、ブロック、項目が削除される。図4の登録ボタン500が操作されると、データ様式登録部13により、画面描画部12が表示する画面の構造を反映したデータ様式定義が作成されて、サーバ3を介してデータベース5に登録される。なお、データを入力するときにも、図4のように画面構成を変更できるボタンを表示し、値の入力とデータの階層構造の変更を同時に行えるようにしてもよい。   FIG. 4 shows an example of a screen when creating a data format definition. When creating the data format definition, the screen drawing unit 12 configures the screen according to the hierarchical structure of the created data format definition. A new tab is added by operating the tab addition button 300 in FIG. Similarly, a new block is added by operating the block addition button 130, and a new item is added by operating the item addition buttons 113 and 122. When a tab is added, a new first layer is added to the data format definition. When a block is added, a new second layer is added within the corresponding first layer of the data format definition. When an item is added, a new third layer is added within the corresponding second layer of the data format definition. Changing the tab, block, or item string will change the corresponding key in the data format definition. By operating a delete button on the keyboard of the client terminal 1, tabs, blocks, and items are deleted. When the registration button 500 in FIG. 4 is operated, a data format definition reflecting the screen structure displayed by the screen drawing unit 12 is created by the data format registration unit 13 and registered in the database 5 via the server 3. The When inputting data, a button for changing the screen configuration may be displayed as shown in FIG. 4 so that the value input and the hierarchical structure of the data can be changed simultaneously.

サーバ3は、データ様式アクセス部31、データアクセス部32、およびデータチェック部33を備える。本実施の形態のサーバ3は、データ様式定義、データの入出力のみを行う装置である。サーバ3は、データ内の情報に従って動作することはなく、クライアント端末1から受信したデータを変換することなくデータベース5に登録する。データベース5からデータ様式定義やデータを取得したときも、データ変換せずにそのままクライアント端末1に送信する。ただし、クライアント端末1から送信されたデータをデータベース5に登録するときには、データ内の値が決められた規則(例えば文字数、使用可能な文字のチェック)に沿っているか否かをチェックする。   The server 3 includes a data format access unit 31, a data access unit 32, and a data check unit 33. The server 3 of the present embodiment is a device that only performs data format definition and data input / output. The server 3 does not operate according to the information in the data and registers the data received from the client terminal 1 in the database 5 without converting it. Even when the data format definition or data is acquired from the database 5, the data format is transmitted to the client terminal 1 without being converted. However, when registering the data transmitted from the client terminal 1 in the database 5, it is checked whether or not the value in the data is in accordance with a predetermined rule (for example, the number of characters and check of usable characters).

データ様式アクセス部31は、クライアント端末1の求めに応じてデータベース5からデータ様式定義を取得し、クライアント端末1に送信する。また、クライアント端末1からデータ様式定義を受信したときは、データ様式定義をデータベース5に登録する。   The data format access unit 31 acquires the data format definition from the database 5 in response to a request from the client terminal 1 and transmits it to the client terminal 1. When the data format definition is received from the client terminal 1, the data format definition is registered in the database 5.

データアクセス部32は、クライアント端末1から受信したデータをデータベース5に登録する。データをデータベース5に登録する前には、データに正しく値が入力されているか否かをデータチェック部33にチェックさせる。   The data access unit 32 registers the data received from the client terminal 1 in the database 5. Before registering the data in the database 5, the data check unit 33 is checked whether or not a value is correctly input to the data.

データチェック部33は、データベース5に格納されたチェック定義を参照してデータに正しく値が入力されているか否かを判定する。正しく値が入力されていない場合は、クライアント端末1にその旨を通知する。   The data check unit 33 refers to the check definition stored in the database 5 and determines whether or not a value is correctly input to the data. If the value is not correctly input, the client terminal 1 is notified accordingly.

図5に、チェック定義の例を示す。チェック定義は、チェック対象の項目、チェック方法、メッセージを含む。チェック方法としては、正規表現にマッチするか否か判定する方法や論理式が成立するか否か判定する方法がある。データチェック部33は、チェック定義内のチェック対象の項目がデータにあるか否かを検索し、検索した項目の値が正しく入力されているかを指定の方法で判定する。チェック定義のチェック対象の項目は、データ様式定義の階層構造に従って記述されているので、チェック対象の項目を直感的に表現できる。例えば図5の例では、“共通項目”の“契約者情報”の“契約者名”をチェック対象の項目としている。正しく値が入力されていない場合は、チェック定義内の対応するメッセージをクライアント端末1に通知する。   FIG. 5 shows an example of the check definition. The check definition includes items to be checked, check method, and message. As a check method, there are a method for determining whether or not a regular expression is matched and a method for determining whether or not a logical expression is established. The data check unit 33 searches whether or not the check target item in the check definition exists in the data, and determines whether or not the value of the searched item is correctly input by a specified method. Since the check target items of the check definition are described according to the hierarchical structure of the data format definition, the check target items can be expressed intuitively. For example, in the example of FIG. 5, “contractor name” of “contractor information” of “common item” is an item to be checked. When the value is not correctly input, the corresponding message in the check definition is notified to the client terminal 1.

データベース5には、データ様式定義、チェック定義、およびデータが格納される。データ様式定義とデータはこれまでに述べたJSON形式のデータ構造のまま格納される。データ様式定義とデータをそのままのデータ構造で格納することでサーバ3においてデータ変換をする必要がなくなる。また、クライアント端末1も受信したデータ様式定義、データをデータ変換することなく、データ様式定義やデータの階層構造に従って画面を構成することができる。データベース5は、データをそのままのデータ構造で格納するので、例えば数百種類以上の多種のデータ様式定義を格納し、データ様式定義が追加されたとしてもデータベース5の構成を変更する必要がない。   The database 5 stores data format definitions, check definitions, and data. The data format definition and data are stored in the JSON format data structure described above. By storing the data format definition and the data in the same data structure, it is not necessary to perform data conversion in the server 3. The client terminal 1 can also configure the screen according to the data format definition and the hierarchical structure of data without converting the received data format definition and data. Since the database 5 stores the data in the data structure as it is, it is not necessary to change the configuration of the database 5 even if the data format definition is added, for example, by storing various data format definitions of several hundred types or more.

図6に、データベース5に格納されるデータの例を示す。図6に示す例では、データベース5として、テーブルを用いてデータを格納する一般的なDBMSを用い、データをそのままテーブルの1カラムに収容した。データは元になったデータ様式定義に関わらず同じテーブル内に格納される。つまり、図6に示したテーブル内には様々な様式に基づいて入力されたデータが格納されている。一部の項目をキーとした検索が想定されるときは、検索キーを別カラムとして定義しておく。図6の例では、データID、サービス名が検索用のカラムである。あるいは、カラムの中身に対する検索機能を備えたDBMSを用いてもよい。   FIG. 6 shows an example of data stored in the database 5. In the example shown in FIG. 6, a general DBMS that stores data using a table is used as the database 5, and the data is accommodated in one column of the table as it is. Data is stored in the same table regardless of the original data format definition. That is, data input based on various formats is stored in the table shown in FIG. When a search using some items as keys is assumed, the search key is defined as a separate column. In the example of FIG. 6, the data ID and the service name are search columns. Alternatively, a DBMS having a search function for the column contents may be used.

なお、クライアント端末1とサーバ3が備える各部は、演算処理装置、記憶装置等を備えたコンピュータにより構成して、各部の処理がプログラムによって実行されるものとしてもよい。このプログラムはクライアント端末1とサーバ3が備える記憶装置に記憶されており、磁気ディスク、光ディスク、半導体メモリ等の記録媒体に記録することも、ネットワークを通して提供することも可能である。   Note that the units included in the client terminal 1 and the server 3 may be configured by a computer including an arithmetic processing device, a storage device, and the like, and the processing of each unit may be executed by a program. This program is stored in a storage device included in the client terminal 1 and the server 3, and can be recorded on a recording medium such as a magnetic disk, an optical disk, or a semiconductor memory, or provided through a network.

次に、本実施の形態におけるデータ管理システムの動作について説明する。   Next, the operation of the data management system in the present embodiment will be described.

図7は、本実施の形態におけるデータ管理システムにデータを登録するときの処理の流れを示すフローチャートである。   FIG. 7 is a flowchart showing the flow of processing when registering data in the data management system according to the present embodiment.

ユーザがクライアント端末1を操作して登録するデータの様式を指定すると、データ登録部11は、その様式に対応するデータ様式定義を取得する(ステップS11)。ユーザは、クライアント端末1をサーバ3に接続し、ログイン処理などを行った後、一覧から選択したり、様式番号などを入力することで登録したいデータの様式を指定する。取得すべきデータ様式定義が決まると、クライアント端末1のデータ登録部11は、サーバ3に対してデータ様式定義の取得を要求し、サーバ3は、データベース5から対応するデータ様式定義を取得してクライアント端末1に送信する。   When the user designates a data format to be registered by operating the client terminal 1, the data registration unit 11 acquires a data format definition corresponding to the format (step S11). The user connects the client terminal 1 to the server 3, performs login processing, etc., and then selects a format of data to be registered by selecting from a list or inputting a format number or the like. When the data format definition to be acquired is determined, the data registration unit 11 of the client terminal 1 requests the server 3 to acquire the data format definition, and the server 3 acquires the corresponding data format definition from the database 5. It transmits to the client terminal 1.

画面描画部12は、データ様式定義の階層構造に従って画面を構成して表示する(ステップS12)。画面描画部12は、受信したデータ様式定義の階層構造に従い、1階層目をタブ、2階層目をブロック、3階層目をブロック内の項目として画面を構成する。   The screen drawing unit 12 configures and displays a screen according to the hierarchical structure of the data format definition (step S12). The screen rendering unit 12 configures a screen according to the received hierarchical structure of the data format definition, with the first layer being a tab, the second layer being a block, and the third layer being an item in the block.

ユーザはクライアント端末1を操作し、画面内の各項目に値を入力する(ステップS13)。値の入力が終わると、データ登録部11は値が入力されたデータをサーバ3に送信する。   The user operates the client terminal 1 and inputs a value for each item in the screen (step S13). When the value input is completed, the data registration unit 11 transmits the data with the value input to the server 3.

サーバ3はデータを受信すると、データチェック部33がデータをチェックする(ステップS14)。データチェック部33は、データベース5に格納されたチェック定義を参照して受信したデータの値をチェックする。   When the server 3 receives the data, the data check unit 33 checks the data (step S14). The data check unit 33 checks the value of the received data with reference to the check definition stored in the database 5.

データが形式的に問題ない場合、データアクセス部32はデータベース5にデータを登録する(ステップS15)。データアクセス部32は、データベース5のテーブルの1カラムに受信したデータのデータ構造のまま格納する。必要であれば、データから検索用のデータを抽出し、検索キーとして別カラムに格納する。   If the data has no problem in form, the data access unit 32 registers the data in the database 5 (step S15). The data access unit 32 stores the data structure of the received data in one column of the table of the database 5 as it is. If necessary, search data is extracted from the data and stored in a separate column as a search key.

次に、データの階層構造の変更について説明する。   Next, the change of the data hierarchical structure will be described.

画面描画部12はデータをデータの階層構造のみに従って決められたルールで表示画面を構成するので、データの階層構造が変化しても画面描画部12を追加開発する必要はない。データをデータベース5に登録した後も、データをデータベース5から読み出して、データのデータ構造を変更してデータベース5に格納してもよい。例えば、データの受け付け担当者がデータをデータベース5に登録した後、工事の担当者がデータベース5からそのデータを取得して参照し、工事に関する情報をデータに追加してデータベース5に格納する。このとき、工事に関する情報を入力する新たな階層構造を追加してもよい。図8は、図2のデータに“工事情報”の項目を追加した例を示している。画面描画部12が図8のデータを表示する画面を構成するときは、図3に示した画面に“工事情報”のタブを追加した画面を構成する。データのデータ構造が変更されても、クライアント端末1、サーバ3を変更する必要はない。   Since the screen drawing unit 12 configures the display screen according to a rule in which data is determined only in accordance with the data hierarchical structure, it is not necessary to develop the screen drawing unit 12 even if the data hierarchical structure changes. Even after the data is registered in the database 5, the data may be read from the database 5 and the data structure of the data may be changed and stored in the database 5. For example, after the person in charge of receiving data registers the data in the database 5, the person in charge of construction acquires and references the data from the database 5, and adds information related to the construction to the data and stores it in the database 5. At this time, a new hierarchical structure for inputting information related to construction may be added. FIG. 8 shows an example in which an item of “construction information” is added to the data of FIG. When the screen drawing unit 12 configures a screen for displaying the data in FIG. 8, a screen is formed by adding a “construction information” tab to the screen shown in FIG. Even if the data structure of the data is changed, there is no need to change the client terminal 1 and the server 3.

以上説明したように、本実施の形態によれば、データベース5に様々なデータ様式定義を格納しておき、クライアント端末1がデータベース5から所望のデータ様式定義を取得し、データ様式定義の階層構造に従って画面を作成して表示し、データの入力を受け付けて、データ様式定義に値が入力されたデータをその階層構造のままデータベース5に格納することにより、個別の様式に対応した画面表示機能、個別の様式に対応したデータベースの構成を開発することなく、様々な様式のデータを入力することができる。   As described above, according to the present embodiment, various data format definitions are stored in the database 5, the client terminal 1 obtains a desired data format definition from the database 5, and the hierarchical structure of the data format definition A screen display function corresponding to an individual format by creating and displaying a screen according to the above, accepting data input, and storing the data whose values are entered in the data format definition in the database 5 in its hierarchical structure, It is possible to input data in various formats without developing a database configuration corresponding to each format.

1…クライアント端末
11…データ登録部
12…画面描画部
13…データ様式登録部
3…サーバ
31…データ様式アクセス部
32…データアクセス部
33…データチェック部
5…データベース
DESCRIPTION OF SYMBOLS 1 ... Client terminal 11 ... Data registration part 12 ... Screen drawing part 13 ... Data format registration part 3 ... Server 31 ... Data format access part 32 ... Data access part 33 ... Data check part 5 ... Database

Claims (7)

様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段と、
前記データ定義格納手段から所望の前記データ定義情報を取得し、当該データ定義情報の階層構造に従って画面を構成して値の入力を受け付ける画面構成手段と、
前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するデータ格納手段と、を有し、
前記画面構成手段は、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けること
を特徴とするデータ管理装置。
A data definition storage means for store the data definition information that defines with the hierarchical structure of various modalities in a single column of the table,
Screen configuration means for acquiring the desired data definition information from the data definition storage means, configuring a screen according to the hierarchical structure of the data definition information, and receiving input of values;
Anda data storage means for store the data of the input hierarchical values to one column of the table in the data definition information,
The screen configuration means, when accepting input of a value, accepts addition of a new hierarchical structure to the hierarchical structure of the data.
前記画面構成手段は、前記データ格納手段から前記データを取得し、当該データの階層構造に従って画面を構成して値の変更及び新たな階層構造の追加を受け付けることを特徴とする請求項1に記載のデータ管理装置。 The screen configuration unit, the acquiring the data from the data storage means, according to claim 1, wherein the accepting additional changes and the new hierarchy to constitute a screen according to the hierarchical structure of the data values data management device. 前記画面構成手段は、前記階層構造に従って構成する画面において、前記階層構造の各階層に新たな項目を追加するための要素を配置することを特徴とする請求項1又は2に記載のデータ管理装置。The data management apparatus according to claim 1, wherein the screen configuration unit arranges an element for adding a new item to each hierarchy of the hierarchical structure on a screen configured according to the hierarchical structure. . 前記階層構造は、キーと値を組みとする連想配列を用い、値に連想配列をとることで階層構造を表現し、前記データ定義情報はキーと階層構造が定義されているが値が入っていないものであり、前記データは前記データ定義情報のキーに対応する値が入力されたものであることを特徴とする請求項1乃至3のいずれかに記載のデータ管理装置。The hierarchical structure uses an associative array in which a key and a value are paired, and the hierarchical structure is expressed by taking an associative array for the value. The data definition information includes a key and a hierarchical structure, but contains a value. 4. The data management apparatus according to claim 1, wherein the data is a value to which a value corresponding to a key of the data definition information is input. 前記データ定義情報の階層構造のキーを並べて指定したチェック対象の項目と当該項目の値が正しく入力されているか否かを判定する判定方法とを有するチェック定義情報を格納したチェック定義格納手段と、
前記データを格納する際に、前記チェック定義情報を参照して前記データをチェックするチェック手段と、
を有することを特徴とする請求項4に記載のデータ管理装置。
Check definition storage means storing check definition information having a check target item in which the keys of the hierarchical structure of the data definition information are specified side by side and a determination method for determining whether the value of the item is correctly input;
Checking means for checking the data with reference to the check definition information when storing the data;
The data management apparatus according to claim 4, further comprising:
コンピュータが実行するデータ管理方法であって、
様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段から所望の前記データ定義情報を取得するステップと、
前記データ定義情報の階層構造に従って画面を構成して値の入力を受け付けるステップと、
前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するステップと、を有し、
値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けること
を特徴とするデータ管理方法。
A data management method executed by a computer,
Acquiring desired the data definition information from the data definition storage means for store the data definition information that defines one of the columns in the table by using the hierarchical structure of various styles,
A step of accepting the input of values constitutes a screen according to the hierarchical structure of the data definition information,
Storing data in a hierarchical structure in which a value is input to the data definition information in one column of the table,
A data management method characterized by accepting addition of a new hierarchical structure to the hierarchical structure of data when accepting input of a value .
請求項1乃至5のいずれかに記載のデータ管理装置の各手段としてコンピュータを動作させることを特徴とするデータ管理プログラム。   A data management program for causing a computer to operate as each means of the data management apparatus according to claim 1.
JP2014265026A 2014-12-26 2014-12-26 Data management apparatus, data management method, and data management program Active JP6339932B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014265026A JP6339932B2 (en) 2014-12-26 2014-12-26 Data management apparatus, data management method, and data management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014265026A JP6339932B2 (en) 2014-12-26 2014-12-26 Data management apparatus, data management method, and data management program

Publications (2)

Publication Number Publication Date
JP2016126420A JP2016126420A (en) 2016-07-11
JP6339932B2 true JP6339932B2 (en) 2018-06-06

Family

ID=56357924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014265026A Active JP6339932B2 (en) 2014-12-26 2014-12-26 Data management apparatus, data management method, and data management program

Country Status (1)

Country Link
JP (1) JP6339932B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7080410B1 (en) * 2021-04-28 2022-06-03 三菱電機株式会社 Data validation device, data validation method, and data validation program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4289022B2 (en) * 2003-05-22 2009-07-01 日本電信電話株式会社 Structured document processing method and apparatus, structured document processing program, and storage medium storing structured document processing program
US20090049015A1 (en) * 2005-10-18 2009-02-19 Justsystems Corporation Data management device and terminal device
JP5458480B2 (en) * 2007-08-08 2014-04-02 富士通株式会社 Inquiry screen generation device for tagged document data inquiry processing system
JP5901483B2 (en) * 2012-09-20 2016-04-13 株式会社ヴァーチャル・エヌ Database system generator

Also Published As

Publication number Publication date
JP2016126420A (en) 2016-07-11

Similar Documents

Publication Publication Date Title
US11200248B2 (en) Techniques for facilitating the joining of datasets
US11704321B2 (en) Techniques for relationship discovery between datasets
US11163527B2 (en) Techniques for dataset similarity discovery
US10372791B2 (en) Content customization
US10891272B2 (en) Declarative language and visualization system for recommended data transformations and repairs
US10915233B2 (en) Automated entity correlation and classification across heterogeneous datasets
US10885125B2 (en) Techniques for curating data for query processing
CN106471517B (en) The visualization different because of user to display elements
JP6562962B2 (en) Ambiguous structured search queries on online social networks
Garijo et al. OBA: An ontology-based framework for creating REST APIs for knowledge graphs
CN109804368A (en) For providing the system and method for contextual information
US20220156245A1 (en) System and method for managing custom fields
JP6339932B2 (en) Data management apparatus, data management method, and data management program
US20160321259A1 (en) Network insights
US9338062B2 (en) Information displaying method and apparatus
JP2020160854A (en) Code management system, and code management method
JP6963372B2 (en) Business card information management system and search result display program
US20220050969A1 (en) Method and system for analyzing textual narratives using quality criteria
AU2013201921C1 (en) Information displaying method and apparatus
JP6871395B2 (en) Systems and methods for providing cross-network event attribution
US11340918B2 (en) Knowledge engine auto-generation of guided flow experience
US20160321612A1 (en) Open design management server
Nguyen Online T-shirts Store: E-Commerce Web Application
CA2907123A1 (en) Content customization
Bamfo An implementation of a web platform to support free recycling in Ghana

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20171003

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170929

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171201

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: 20180508

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180511

R150 Certificate of patent or registration of utility model

Ref document number: 6339932

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250