A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3465,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2920",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2904",
    "results": [
        {
            "id": 2992,
            "patient": 27884,
            "order": 22386,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2994,
            "patient": 26517,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2996,
            "patient": 27887,
            "order": 22400,
            "height": null,
            "weight": null
        },
        {
            "id": 2998,
            "patient": 27890,
            "order": 22404,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3000,
            "patient": 27891,
            "order": 22404,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3002,
            "patient": 27897,
            "order": 22409,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3004,
            "patient": 27898,
            "order": 22411,
            "height": null,
            "weight": null
        },
        {
            "id": 2188,
            "patient": 19646,
            "order": 22426,
            "height": null,
            "weight": null
        }
    ]
}