A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1952
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=1960",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1944",
    "results": [
        {
            "id": 1289,
            "patient": 24071,
            "order": 18678,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1952,
            "patient": 25127,
            "order": 18694,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1953,
            "patient": 25128,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1954,
            "patient": 821,
            "order": 18699,
            "height": null,
            "weight": null
        },
        {
            "id": 1956,
            "patient": 821,
            "order": 18699,
            "height": null,
            "weight": null
        },
        {
            "id": 1955,
            "patient": 821,
            "order": 18699,
            "height": null,
            "weight": null
        },
        {
            "id": 1957,
            "patient": 25129,
            "order": 18700,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1958,
            "patient": 3579,
            "order": 18702,
            "height": null,
            "weight": null
        }
    ]
}