A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3063,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=128",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=112",
    "results": [
        {
            "id": 117,
            "patient": 20086,
            "order": 11580,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 118,
            "patient": 20090,
            "order": 11588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 119,
            "patient": 20090,
            "order": 11588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 121,
            "patient": 20098,
            "order": 11603,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1372,
            "patient": 4133,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 122,
            "patient": 20102,
            "order": 11607,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 123,
            "patient": 20105,
            "order": 11610,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 124,
            "patient": 15241,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}