A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3636,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3560",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3544",
    "results": [
        {
            "id": 3457,
            "patient": 28922,
            "order": 24177,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3459,
            "patient": 26367,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3461,
            "patient": 28925,
            "order": 24171,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3463,
            "patient": 28929,
            "order": 24192,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3465,
            "patient": 28934,
            "order": 24200,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3467,
            "patient": 28942,
            "order": 24214,
            "height": null,
            "weight": null
        },
        {
            "id": 3469,
            "patient": 28951,
            "order": 24228,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3471,
            "patient": 28962,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}