A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3066,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=264",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=248",
    "results": [
        {
            "id": 232,
            "patient": 1060,
            "order": 11984,
            "height": null,
            "weight": null
        },
        {
            "id": 233,
            "patient": 13756,
            "order": 11985,
            "height": null,
            "weight": null
        },
        {
            "id": 282,
            "patient": 2902,
            "order": 12393,
            "height": null,
            "weight": null
        },
        {
            "id": 234,
            "patient": 20362,
            "order": 11988,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 283,
            "patient": 20718,
            "order": 12409,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 237,
            "patient": 16439,
            "order": 11996,
            "height": null,
            "weight": null
        },
        {
            "id": 236,
            "patient": 20366,
            "order": 11996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 235,
            "patient": 20365,
            "order": 11992,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}