A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2016",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2000",
    "results": [
        {
            "id": 1997,
            "patient": 25189,
            "order": 18783,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2224,
            "patient": 27,
            "order": 19361,
            "height": null,
            "weight": null
        },
        {
            "id": 1998,
            "patient": 25190,
            "order": 18784,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 829,
            "patient": 6526,
            "order": 18785,
            "height": null,
            "weight": null
        },
        {
            "id": 2223,
            "patient": 11967,
            "order": 19358,
            "height": null,
            "weight": null
        },
        {
            "id": 1999,
            "patient": 25196,
            "order": 18791,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2000,
            "patient": 1084,
            "order": 18792,
            "height": null,
            "weight": null
        },
        {
            "id": 2227,
            "patient": 14983,
            "order": 19371,
            "height": null,
            "weight": null
        }
    ]
}