Find Patient Symptoms
Testing
Request
Body Params application/json
Request Code Samples
curl --location --request GET 'http://localhost:8081/api/internal/v1/patients//symptoms?recorded&limit&offset&sort=createdAt,desc' \
--header 'username: content-synchronizer' \
--header 'password: 5BW9ow4COZOaz5eIj81Ot27LhwFH4EMO' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"data": {
"severity": "G1",
"recordedAt": "string",
"symptom": {
"ctcaeCode": "string",
"name": "string"
}
},
"totalPages": 0,
"page": 0,
"totalElements": 0
}
Modified at 2024-10-02 07:26:58