A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=88",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=72",
    "results": [
        {
            "id": 95,
            "patient": 12055,
            "order": 11492,
            "height": null,
            "weight": null
        },
        {
            "id": 62,
            "patient": 19931,
            "order": 11340,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 63,
            "patient": 15659,
            "order": 11342,
            "height": null,
            "weight": null
        },
        {
            "id": 96,
            "patient": 20027,
            "order": 11495,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 64,
            "patient": 11879,
            "order": 11343,
            "height": null,
            "weight": null
        },
        {
            "id": 97,
            "patient": 20029,
            "order": 11497,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 65,
            "patient": 19933,
            "order": 11346,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 59,
            "patient": 19928,
            "order": 11335,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}