A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3637,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=520",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=504",
    "results": [
        {
            "id": 342,
            "patient": 532,
            "order": 12594,
            "height": null,
            "weight": null
        },
        {
            "id": 386,
            "patient": 21430,
            "order": 13197,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 343,
            "patient": 265,
            "order": 12596,
            "height": null,
            "weight": null
        },
        {
            "id": 387,
            "patient": 21432,
            "order": 13200,
            "height": null,
            "weight": null
        },
        {
            "id": 345,
            "patient": 802,
            "order": 12602,
            "height": null,
            "weight": null
        },
        {
            "id": 344,
            "patient": 13382,
            "order": 12603,
            "height": null,
            "weight": null
        },
        {
            "id": 346,
            "patient": 20935,
            "order": 12599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 347,
            "patient": 20998,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}