A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3288,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1256",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1240",
    "results": [
        {
            "id": 1215,
            "patient": 23907,
            "order": 16776,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1216,
            "patient": 23913,
            "order": 16787,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1250,
            "patient": 23980,
            "order": 16884,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1217,
            "patient": 23916,
            "order": 16793,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}