API URL
{{url}}/spice-service/patient/calculate-wgs
Method
POST
Description
Calculate the wgs data
Field Name
Type
Mandatory
Example
ageInMonths
Integer
Yes
Patient age in months
gender
String
Male or Female
height
Long
Height of patient
weight
Patient weight
Authorization (Header)
Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6
client
mob
{ "ageInMonths": "11", "gender": "male", "height": "49", "weight": "44" }
Comments
message
Patient WGS Data fetched successfully.
wfa
Weight for age of patient
wfh
long
Weight for height of patient
status
Status of response
{ "message": "Patient WGS Data fetched successfully.", "entity": { "wfa": 26.5, "wfh": 106.71 }, "status": true, "entityList": null, "responseCode": 200, "totalCount": null }