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": 3288,
    "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": 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
        },
        {
            "id": 2001,
            "patient": 25197,
            "order": 18797,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2002,
            "patient": 19800,
            "order": 18804,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2003,
            "patient": 25205,
            "order": 18809,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}