A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2056",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2040",
    "results": [
        {
            "id": 2025,
            "patient": 25246,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2026,
            "patient": 25247,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2245,
            "patient": 17806,
            "order": 19418,
            "height": null,
            "weight": null
        },
        {
            "id": 2027,
            "patient": 25249,
            "order": 18854,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2247,
            "patient": 25622,
            "order": 19440,
            "height": null,
            "weight": null
        },
        {
            "id": 2029,
            "patient": 25250,
            "order": 18856,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2249,
            "patient": 2853,
            "order": 19444,
            "height": null,
            "weight": null
        },
        {
            "id": 2030,
            "patient": 25251,
            "order": 18857,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}