A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2624",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2608",
    "results": [
        {
            "id": 2494,
            "patient": 26422,
            "order": 20316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2587,
            "patient": 19644,
            "order": 20705,
            "height": null,
            "weight": null
        },
        {
            "id": 2495,
            "patient": 25067,
            "order": 20327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2589,
            "patient": 26782,
            "order": 20697,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2496,
            "patient": 26423,
            "order": 20328,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2591,
            "patient": 26784,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2497,
            "patient": 26424,
            "order": 20330,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2593,
            "patient": 26472,
            "order": 20718,
            "height": null,
            "weight": null
        }
    ]
}