A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2825,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2520",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2504",
    "results": [
        {
            "id": 2658,
            "patient": 26985,
            "order": 20971,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2660,
            "patient": 25654,
            "order": 20973,
            "height": null,
            "weight": null
        },
        {
            "id": 2661,
            "patient": 26988,
            "order": 20978,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2662,
            "patient": 26992,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2663,
            "patient": 27000,
            "order": 20995,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2665,
            "patient": 27002,
            "order": 21002,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2664,
            "patient": 25858,
            "order": 21002,
            "height": null,
            "weight": null
        },
        {
            "id": 2666,
            "patient": 27003,
            "order": 21004,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}