A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2848",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2832",
    "results": [
        {
            "id": 2938,
            "patient": 11612,
            "order": 22219,
            "height": null,
            "weight": null
        },
        {
            "id": 2940,
            "patient": 26092,
            "order": 22221,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2845,
            "patient": 27543,
            "order": 21806,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2844,
            "patient": 27542,
            "order": 21807,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2846,
            "patient": 14970,
            "order": 21822,
            "height": null,
            "weight": null
        },
        {
            "id": 2847,
            "patient": 27552,
            "order": 21825,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2848,
            "patient": 27550,
            "order": 21827,
            "height": null,
            "weight": null
        },
        {
            "id": 2943,
            "patient": 25901,
            "order": 22229,
            "height": null,
            "weight": null
        }
    ]
}