A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2992
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=3000",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2984",
    "results": [
        {
            "id": 2916,
            "patient": 27703,
            "order": 22101,
            "height": null,
            "weight": null
        },
        {
            "id": 2918,
            "patient": 27733,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2966,
            "patient": 21165,
            "order": 22323,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2919,
            "patient": 27738,
            "order": 22112,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2967,
            "patient": 27482,
            "order": 22323,
            "height": null,
            "weight": null
        },
        {
            "id": 2920,
            "patient": 987,
            "order": 22118,
            "height": null,
            "weight": null
        },
        {
            "id": 2921,
            "patient": 10520,
            "order": 22119,
            "height": null,
            "weight": null
        },
        {
            "id": 2969,
            "patient": 27842,
            "order": 22329,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}