A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3465,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2880",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2864",
    "results": [
        {
            "id": 2863,
            "patient": 27625,
            "order": 21940,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2862,
            "patient": 27624,
            "order": 21937,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2955,
            "patient": 27825,
            "order": 22299,
            "height": null,
            "weight": null
        },
        {
            "id": 2864,
            "patient": 27641,
            "order": 21969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2865,
            "patient": 27642,
            "order": 21970,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2957,
            "patient": 27829,
            "order": 22310,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2866,
            "patient": 27647,
            "order": 21977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2867,
            "patient": 27631,
            "order": 21978,
            "height": null,
            "weight": null
        }
    ]
}