A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3657,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1264",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1248",
    "results": [
        {
            "id": 1218,
            "patient": 1229,
            "order": 16797,
            "height": null,
            "weight": null
        },
        {
            "id": 995,
            "patient": 23370,
            "order": 16893,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1219,
            "patient": 23920,
            "order": 16798,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1251,
            "patient": 7652,
            "order": 16895,
            "height": null,
            "weight": null
        },
        {
            "id": 1252,
            "patient": 10300,
            "order": 16896,
            "height": null,
            "weight": null
        },
        {
            "id": 1253,
            "patient": 23988,
            "order": 16897,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1254,
            "patient": 23990,
            "order": 16901,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1255,
            "patient": 23992,
            "order": 16905,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}