GET api/PrintTest/PatientAndPatientTempInThisRound?center_id={center_id}&date={date}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
|
date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientIDInThisDateName | Description | Type | Additional information |
---|---|---|---|
Round01 | Collection of string |
None. |
|
Round02 | Collection of string |
None. |
|
Round03 | Collection of string |
None. |
|
Round04 | Collection of string |
None. |
|
Round99 | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Round01": [ "sample string 1", "sample string 2" ], "Round02": [ "sample string 1", "sample string 2" ], "Round03": [ "sample string 1", "sample string 2" ], "Round04": [ "sample string 1", "sample string 2" ], "Round99": [ "sample string 1", "sample string 2" ] }, { "Round01": [ "sample string 1", "sample string 2" ], "Round02": [ "sample string 1", "sample string 2" ], "Round03": [ "sample string 1", "sample string 2" ], "Round04": [ "sample string 1", "sample string 2" ], "Round99": [ "sample string 1", "sample string 2" ] } ]