A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1936
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=1944",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1928",
    "results": [
        {
            "id": 1937,
            "patient": 24304,
            "order": 18656,
            "height": null,
            "weight": null
        },
        {
            "id": 1936,
            "patient": 24304,
            "order": 18656,
            "height": null,
            "weight": null
        },
        {
            "id": 1938,
            "patient": 22336,
            "order": 18660,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1939,
            "patient": 22336,
            "order": 18660,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1940,
            "patient": 25098,
            "order": 18661,
            "height": null,
            "weight": null
        },
        {
            "id": 1942,
            "patient": 25098,
            "order": 18661,
            "height": null,
            "weight": null
        },
        {
            "id": 1941,
            "patient": 25098,
            "order": 18661,
            "height": null,
            "weight": null
        },
        {
            "id": 1943,
            "patient": 25098,
            "order": 18661,
            "height": null,
            "weight": null
        }
    ]
}