Standard ID | Contents [version] | USD | STEP2 | [PDF] delivered in | Standard Title (Description) | Status | PDF |
GA 782.2-2008 | English | 199 |
Add to Cart
|
3 days [Need to translate]
|
Data exchange APIs specification for fingerprint applications--Part 2: Fingerprint data status exchange APIs
| Obsolete |
GA 782.2-2008
|
PDF similar to GA 782.2-2008
Basic data Standard ID | GA 782.2-2008 (GA782.2-2008) | Description (Translated English) | Data exchange APIs specification for fingerprint applications--Part 2: Fingerprint data status exchange APIs | Sector / Industry | Public Security (Police) Industry Standard | Classification of Chinese Standard | A92 | Classification of International Standard | 13.310 | Word Count Estimation | 4,477 | Date of Issue | 2008-07-24 | Date of Implementation | 2008-07-24 | Quoted Standard | GA 773-2008 | Issuing agency(ies) | Ministry of Public Security | Summary | This standard specifies a fingerprint information state exchange interface. This standard is applicable to the state data exchange between the National Fingerprint Management Information System and Fingerprint Automatic Identification System. |
GA 782.2-2008: Data exchange APIs specification for fingerprint applications--Part 2: Fingerprint data status exchange APIs ---This is a DRAFT version for illustration, not a final translation. Full copy of true-PDF in English version (including equations, symbols, images, flow-chart, tables, and figures etc.) will be manually/carefully translated upon your order.
Data exchange APIs specification for fingerprint applications - Part 2. Fingerprint data status exchange APIs
ICS 13.310
A92
People's Republic of China public safety industry standards
Fingerprint Information Application Interchange Interface Specification
Part 2. fingerprint information exchange interface
Posted.2008-07-24
2008-07-24 implementation
Ministry of Public Security of People's Republic of China released
Foreword
This section of the entire technical content is mandatory.
GA 782 "Fingerprint Information Application Interface Specification" is divided into three parts.
--- Part 1. Application of fingerprint information exchange interface model;
--- Part 2. Fingerprint information status exchange interface;
--- Part 3. Fingerprint data exchange interface.
This part is the second part of the GA 782.
This section proposed by the Criminal Investigation Bureau of the Ministry of Public Security.
This part of the criminal technology by the National Standardization Technical Committee Criminal Information Technology Committee (SAC/TC179/SC2) centralized.
This section is drafted. Criminal Investigation Bureau of Ministry of Public Security, Jiangsu Provincial Public Security Bureau Criminal Investigation Bureau, Ministry of Public Security Physical Evidence Identification Center, Aerospace Science and Industry Set
Mission two homes two seven, Beijing High Tech Fingerprinting Technology Co., Ltd., Beijing Oriental Golden Finger Technology Co., Ltd., Beijing Haixin Branch of the high-tech
Co., Ltd.
The main drafters of this section. Wang Ying Wei, Zhou Xinmin, Zhang Guochen, Xie Xiaodan, Wang Gang, Xu Chuanguang, Zhu Guoping.
This section entrusts the Criminal Investigation Bureau of the Ministry of Public Security to explain.
Fingerprint Information Application Interchange Interface Specification
Part 2. fingerprint information exchange interface
1 Scope
This part of GA 782 specifies the fingerprint information exchange interface.
This section applies to the national co-verification fingerprint management information system and fingerprint automatic identification system between the status data exchange.
2 Normative references
The following documents contain provisions which, through reference in this section of GA 782, become the provisions of this section. For dated references,
Its subsequent Amendments (not including errata content) or revisions do not apply to this section, however, to encourage the agreement reached under this section
Of the parties to study whether the latest version of these documents can be used. For undated references, the latest version applies to this section.
GA 773-2008 Fingerprint Automatic Identification System Terminology
3 Terms and definitions
GA 773-2008 established terms and definitions apply to this section.
4 Fingerprint information status exchange interface JA 犞 A Call example
4.1 Send Field Fingerprint Case Investigation Status Information
Prototype. publicvoidputLatententStatus (StringuserId, Stringpassword, StringLatentNo, String
Status) throwsAppException;
Parameters. userId user name
password
LatentNo case number
Status Status of the investigation (1. pending investigation; 2. investigation pending; 3. revoked)
Return Value. None
Description. Send field fingerprinting status information. AppException needs to be caught when calling this function.
4.2 Send Fingerprint Fingerprinting Status Information on Site
Prototype. publicvoidputLatentFpStatus (StringuserId, Stringpassword, StringLatentNo, String
LatentFpNo, StringStatus) throwsAppException;
Parameters. userId user name
password
LatentNo case number
LatentFpNo Fingerprint serial number
Status Status (1. pending; 2. revoked)
Return Value. None
Description. Send single fingerprinting status information of on-site fingerprint. AppException needs to be caught when calling this function.
4.3 send fingerprinting co-survey status information
Prototype. publicvoidputTenprintStatus (StringuserId, Stringpassword, StringTenprintNo,
StringStatus) throwsAppException;
|