A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2835,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2152",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2136",
    "results": [
        {
            "id": 2061,
            "patient": 14319,
            "order": 18904,
            "height": null,
            "weight": null
        },
        {
            "id": 2062,
            "patient": 14337,
            "order": 18904,
            "height": null,
            "weight": null
        },
        {
            "id": 2063,
            "patient": 25283,
            "order": 18906,
            "height": null,
            "weight": null
        },
        {
            "id": 2064,
            "patient": 25286,
            "order": 18908,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2066,
            "patient": 22936,
            "order": 18914,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2067,
            "patient": 22936,
            "order": 18914,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2065,
            "patient": 22937,
            "order": 18914,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2068,
            "patient": 25292,
            "order": 18921,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}