curl --location --request GET 'http://localhost:8081/his/retailPrescriptionProject/list?id=&prescriptionId=&projectId=&type=&bodyPart=&remark=&frequency=&status=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"prescriptionId": 0,
"projectId": 0,
"projectName": "string",
"type": "string",
"bodyPart": "string",
"remark": "string",
"frequency": 0,
"status": "string",
"version": 0,
"prescriptionPrice": 0,
"paymentTime": "2019-08-24T14:15:22Z",
"prescriptionDrugVoList": [
{
"id": 0,
"prescriptionId": 0,
"drugId": 0,
"drugName": "string",
"singleUsage": 0,
"singleUsageUnit": "string",
"unitPrice": 0,
"medicineRemark": "string",
"dosageForm": "string",
"usageMethod": "string",
"usageFrequency": "string",
"dailyDose": 0,
"durationDays": 0,
"totalAmount": 0,
"totalUnit": "string",
"packageCount": 0,
"mlPerPackage": 0,
"usageRemark": "string",
"status": "string",
"groupNum": 0,
"projectId": 0,
"version": 0,
"buyingPrice": 0,
"buyingUnit": "string",
"firstCategoryName": "string",
"disassembleQuantity": 0,
"disassembleUnit": "string",
"packagingUnit": "string"
}
]
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}