A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3293,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1648",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1632",
    "results": [
        {
            "id": 1534,
            "patient": 24530,
            "order": 17807,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1535,
            "patient": 24532,
            "order": 17808,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1536,
            "patient": 24534,
            "order": 17811,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1537,
            "patient": 24535,
            "order": 17812,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1538,
            "patient": 21756,
            "order": 17815,
            "height": null,
            "weight": null
        },
        {
            "id": 1539,
            "patient": 16396,
            "order": 17817,
            "height": null,
            "weight": null
        },
        {
            "id": 1540,
            "patient": 16396,
            "order": 17817,
            "height": null,
            "weight": null
        },
        {
            "id": 1541,
            "patient": 16369,
            "order": 17822,
            "height": null,
            "weight": null
        }
    ]
}