A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3068,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2712",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2696",
    "results": [
        {
            "id": 2708,
            "patient": 1129,
            "order": 21160,
            "height": null,
            "weight": null
        },
        {
            "id": 2709,
            "patient": 23270,
            "order": 21160,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2942,
            "patient": 27790,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2710,
            "patient": 27111,
            "order": 21162,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2711,
            "patient": 27111,
            "order": 21162,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2712,
            "patient": 27114,
            "order": 21169,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2713,
            "patient": 19381,
            "order": 21173,
            "height": null,
            "weight": null
        },
        {
            "id": 2714,
            "patient": 27121,
            "order": 21173,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}