A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3461,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3152",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3136",
    "results": [
        {
            "id": 2077,
            "patient": 25299,
            "order": 22937,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3143,
            "patient": 28192,
            "order": 22939,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3144,
            "patient": 28193,
            "order": 22940,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3145,
            "patient": 25405,
            "order": 22944,
            "height": null,
            "weight": null
        },
        {
            "id": 3146,
            "patient": 28200,
            "order": 22949,
            "height": null,
            "weight": null
        },
        {
            "id": 3148,
            "patient": 28203,
            "order": 22950,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3149,
            "patient": 28204,
            "order": 22953,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3147,
            "patient": 28202,
            "order": 22950,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}