A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3275,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=816",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=800",
    "results": [
        {
            "id": 667,
            "patient": 22399,
            "order": 14473,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 668,
            "patient": 1317,
            "order": 14474,
            "height": null,
            "weight": null
        },
        {
            "id": 669,
            "patient": 17813,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 755,
            "patient": 22655,
            "order": 14877,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 670,
            "patient": 22407,
            "order": 14478,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 671,
            "patient": 15113,
            "order": 14484,
            "height": null,
            "weight": null
        },
        {
            "id": 672,
            "patient": 19002,
            "order": 14485,
            "height": null,
            "weight": null
        },
        {
            "id": 758,
            "patient": 22659,
            "order": 14885,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}