A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3312",
    "results": [
        {
            "id": 3454,
            "patient": 28915,
            "order": 24164,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3456,
            "patient": 28916,
            "order": 24168,
            "height": null,
            "weight": null
        },
        {
            "id": 3281,
            "patient": 28463,
            "order": 23417,
            "height": null,
            "weight": null
        },
        {
            "id": 3376,
            "patient": 23389,
            "order": 23830,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3282,
            "patient": 28468,
            "order": 23423,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3283,
            "patient": 28480,
            "order": 23438,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3379,
            "patient": 28718,
            "order": 23850,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3284,
            "patient": 28482,
            "order": 23440,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}