A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2813,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2664",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2648",
    "results": [
        {
            "id": 2519,
            "patient": 26485,
            "order": 20405,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2614,
            "patient": 26850,
            "order": 20802,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2520,
            "patient": 26487,
            "order": 20413,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2521,
            "patient": 26490,
            "order": 20416,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2616,
            "patient": 1523,
            "order": 20825,
            "height": null,
            "weight": null
        },
        {
            "id": 2522,
            "patient": 26491,
            "order": 20417,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2523,
            "patient": 26495,
            "order": 20420,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2524,
            "patient": 19842,
            "order": 20423,
            "height": null,
            "weight": null
        }
    ]
}