A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3212,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3000",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2984",
    "results": [
        {
            "id": 2944,
            "patient": 27804,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2892,
            "patient": 27683,
            "order": 22031,
            "height": null,
            "weight": null
        },
        {
            "id": 2891,
            "patient": 27682,
            "order": 22030,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2946,
            "patient": 27811,
            "order": 22272,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2893,
            "patient": 27689,
            "order": 22038,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2948,
            "patient": 15113,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2894,
            "patient": 27692,
            "order": 22042,
            "height": null,
            "weight": null
        },
        {
            "id": 2895,
            "patient": 27694,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}