A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=304",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=288",
    "results": [
        {
            "id": 296,
            "patient": 20758,
            "order": 12454,
            "height": null,
            "weight": null
        },
        {
            "id": 261,
            "patient": 20588,
            "order": 12256,
            "height": null,
            "weight": null
        },
        {
            "id": 297,
            "patient": 783,
            "order": 12461,
            "height": null,
            "weight": null
        },
        {
            "id": 302,
            "patient": 15201,
            "order": 12471,
            "height": null,
            "weight": null
        },
        {
            "id": 306,
            "patient": 4319,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 201,
            "patient": 14640,
            "order": 12490,
            "height": 0.0,
            "weight": 60.1
        },
        {
            "id": 2841,
            "patient": 22434,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1633,
            "patient": 24648,
            "order": 18009,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}