A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2820,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2568",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2552",
    "results": [
        {
            "id": 2459,
            "patient": 26286,
            "order": 20163,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2552,
            "patient": 2149,
            "order": 20541,
            "height": null,
            "weight": null
        },
        {
            "id": 2460,
            "patient": 26297,
            "order": 20172,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2461,
            "patient": 26305,
            "order": 20177,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2554,
            "patient": 19800,
            "order": 20546,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2462,
            "patient": 26306,
            "order": 20179,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2463,
            "patient": 25598,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2464,
            "patient": 21909,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}