現在、rfid タグがスキャンされているときに「1234」などの数字を取得している rfid リーダーである arduino に取り組んでいます。
rfid タグをスキャンすると、作成したデータベースである couchdb に入力されます。
私たちの質問は、名前を一意の番号「1234」に関連付けたいということです。この関連付けは、データベースに保存して、
データベース (1); 患者情報を保存するデータベース(2); 一意の番号を記録する
私たちはそれを望んでいます、
1 : we scan the tag, "1234"
2. : the system queries the database(1) for "1234"
3. : the query replies "1234" with the patient name for example "Jack"
4. : post in database (2) patient name & time
問題は、database2 に入力する情報を database1 に照会する方法です。