A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=944",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=928",
    "results": [
        {
            "id": 931,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 932,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 933,
            "patient": 12255,
            "order": 15677,
            "height": null,
            "weight": null
        },
        {
            "id": 934,
            "patient": 9370,
            "order": 15682,
            "height": null,
            "weight": null
        },
        {
            "id": 935,
            "patient": 9370,
            "order": 15682,
            "height": null,
            "weight": null
        },
        {
            "id": 936,
            "patient": 23199,
            "order": 15692,
            "height": null,
            "weight": null
        },
        {
            "id": 937,
            "patient": 23200,
            "order": 15694,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 938,
            "patient": 23204,
            "order": 15701,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}