A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=304
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=312",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=296",
    "results": [
        {
            "id": 355,
            "patient": 20927,
            "order": 12854,
            "height": null,
            "weight": null
        },
        {
            "id": 357,
            "patient": 21131,
            "order": 12883,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 298,
            "patient": 20768,
            "order": 12466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 299,
            "patient": 20769,
            "order": 12466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 359,
            "patient": 584,
            "order": 12893,
            "height": null,
            "weight": null
        },
        {
            "id": 300,
            "patient": 20774,
            "order": 12468,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 361,
            "patient": 21142,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 301,
            "patient": 20776,
            "order": 12471,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}