Parameter Name | Type | Required or Not | Remarks |
phoneNum | string | Yes | Patient phone number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
idNum | string | Yes | Patient identity card number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
hisId | string | No | Hospital Information System ID, HIS number, if available |
patientName | string | No | Patient name |
hospitalId | string | Yes | Hospital ID (Tencent Miying Imaging Cloud System Hospital ID) |
unionId | string | Yes | Medical Consortium ID (Tencent Miying Imaging Cloud System Medical Consortium ID) |
studyType | int | Yes | Check type. 0: Radiology 1: Ophthalmology 2: Pathology 3: Endoscopy 4: Electrocardiogram 5: Ultrasound |
dataFlag | int | Yes | Data Identification. 0: Show all data of the patient 1: Show only data from this hospital (based on hospital ID) 2: Show data excluding this hospital (based on hospital ID) 3: Show only data from the current medical alliance (based on medical alliance ID) 4: Show data excluding the current medical alliance (based on medical alliance ID) |
usage | int | Yes | Data Purpose. 0: Patient views Checklist 1: Patient online consultation scenario 2: Doctor views patient details |
studyDateBegin | string | Yes | Check time query start time, yyyy-MM-dd hh:mm:ss. |
studyDateEnd | string | Yes | Check time query end time, yyyy-MM-dd hh:mm:ss. |
Field | Type | Remarks |
code | int | Error code indicating whether the access was successful. 0: success; other values: failure. |
message | string | Error Description |
data | list (Study) | data detail, JSON list |
Field | Type | Remarks |
hisId | string | Hospital Information System ID, HIS number |
reportId | string | Imaging cloud returns reportId |
studyType | int | Check type. 0: Radiology 1: Ophthalmology 2: Pathology 3: Endoscopy 4: Electrocardiogram 5: Ultrasound |
studyDate | string | Check time, yyyy-MM-dd hh:mm:ss |
studyId | string | Check number, Check ID |
bodyPart | string | Inspection part |
studyName | string | Check project |
applyDoctor | string | Application doctor |
applyDoctorId | string | Application doctor ID |
applyDept | string | Application department |
applyDeptId | string | Application department ID |
uniAppId | string | mini program appid redirection |
uniPath | string | Check details, mini program jump path with parameters |
h5Url | string | Check report details, H5 redirection URL |
h5DetailUrl | string | Check imaging details, H5 redirection URL |
Parameter Name | Type | Required or Not | Remarks |
hisId | string | Yes | Hospital Information System ID, HIS number |
phoneNum | string | Yes | Patient phone number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
idNum | string | Yes | Patient identity card number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
patientName | string | No | Patient name |
hospitalId | string | Yes | Hospital ID (Tencent Miying Imaging Cloud System Hospital ID) |
unionId | string | Yes | Medical Consortium ID (Tencent Miying Imaging Cloud System Medical Consortium ID) |
Field | Type | Remarks |
code | int | Error code indicating whether the access was successful. 0: success; other values: failure. |
message | string | Error Description |
data | struct | Data details |
Field | Type | Remarks |
h5Url | string | Patient consultation list, H5 redirection URL |
Parameter Name | Type | Required or Not | Remarks |
reportId | string | Yes | Imaging cloud returns reportId |
phoneNum | string | Yes | Patient phone number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
idNum | string | Yes | Patient identity card number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
hospitalId | string | Yes | Hospital ID (Tencent Miying Imaging Cloud System Hospital ID) |
Field | Type | Remarks |
code | int | Error code indicating whether the access was successful. 0: success; other values: failure. |
message | string | Error Description |
data | PatientStudyUrl | data detail, JSON object |
Field | Type | Remarks |
h5Url | string | Check report details, H5 redirection URL |
h5DetailUrl | string | Check imaging details, H5 redirection URL |
studyId | string | Check number, Check ID, aligned with hospital system |
Parameter Name | Type | Required or Not | Remarks |
status | int | Yes | 0: Only inspection information obtained 1: Report obtained 2: Image has been obtained 3: Report and image obtained |
phoneNum | string | Yes | Patient phone number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
idNum | string | Yes | Patient identity card number, encrypt the Field using the algorithm (AES-256-ECB + HEX), with the key being the same as the signature token (32 characters). |
patientId | string | Yes | Patient ID |
hospitalId | string | Yes | Hospital ID (Tencent Miying Imaging Cloud System Hospital ID) |
hisId | string | No | Hospital Information System ID, HIS number, if available |
studyType | int | Yes | Check type. 0: Radiology 1: Ophthalmology 2: Pathology 3: Endoscopy 4: Electrocardiogram 5: Ultrasound |
studyDate | string | Yes | Check time, yyyy-MM-dd hh:mm:ss |
studyId | string | Yes | Check number, Check ID |
bodyPart | string | No | Check the part, if available |
studyName | string | No | Check the item, if available |
h5Url | string | Yes | Check report details, H5 redirection URL |
h5DetailUrl | string | Yes | Check imaging details, H5 redirection URL |
reportId | string | Yes | Returned reportId, used to get the patient check report URL |
Field | Type | Remarks |
code | int | Whether the request is successfully received, 0 for success, non-0 for failure |
message | string | Error Description |
Feedback