A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=496",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=480",
    "results": [
        {
            "id": 330,
            "patient": 20586,
            "order": 12541,
            "height": null,
            "weight": null
        },
        {
            "id": 374,
            "patient": 21175,
            "order": 12938,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 461,
            "patient": 15957,
            "order": 13698,
            "height": null,
            "weight": null
        },
        {
            "id": 331,
            "patient": 20829,
            "order": 12542,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 332,
            "patient": 20088,
            "order": 12542,
            "height": null,
            "weight": null
        },
        {
            "id": 376,
            "patient": 21257,
            "order": 13026,
            "height": null,
            "weight": null
        },
        {
            "id": 333,
            "patient": 82,
            "order": 12543,
            "height": null,
            "weight": null
        },
        {
            "id": 1155,
            "patient": 11976,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}