A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=336",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=320",
    "results": [
        {
            "id": 382,
            "patient": 532,
            "order": 13182,
            "height": null,
            "weight": null
        },
        {
            "id": 460,
            "patient": 15957,
            "order": 13698,
            "height": null,
            "weight": null
        },
        {
            "id": 383,
            "patient": 21419,
            "order": 13187,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 385,
            "patient": 21429,
            "order": 13192,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 458,
            "patient": 15957,
            "order": 13698,
            "height": null,
            "weight": null
        },
        {
            "id": 388,
            "patient": 21432,
            "order": 13200,
            "height": null,
            "weight": null
        },
        {
            "id": 576,
            "patient": 22126,
            "order": 14050,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 389,
            "patient": 21434,
            "order": 13201,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}