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": 3669,
    "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": 1950,
            "patient": 25118,
            "order": 18683,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1951,
            "patient": 25123,
            "order": 18687,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}