A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=352
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=360",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=344",
    "results": [
        {
            "id": 442,
            "patient": 21842,
            "order": 13664,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 412,
            "patient": 21773,
            "order": 13579,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 465,
            "patient": 21893,
            "order": 13664,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 580,
            "patient": 22144,
            "order": 14069,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 416,
            "patient": 1075,
            "order": 13597,
            "height": null,
            "weight": null
        },
        {
            "id": 467,
            "patient": 20157,
            "order": 13761,
            "height": null,
            "weight": null
        },
        {
            "id": 418,
            "patient": 21790,
            "order": 13598,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 420,
            "patient": 21793,
            "order": 13600,
            "height": null,
            "weight": null
        }
    ]
}