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": 3288,
    "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": 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
        },
        {
            "id": 1945,
            "patient": 25099,
            "order": 18661,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1944,
            "patient": 25099,
            "order": 18661,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1946,
            "patient": 25106,
            "order": 18667,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}