A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=912",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=896",
    "results": [
        {
            "id": 899,
            "patient": 2981,
            "order": 15593,
            "height": null,
            "weight": null
        },
        {
            "id": 900,
            "patient": 2981,
            "order": 15593,
            "height": null,
            "weight": null
        },
        {
            "id": 901,
            "patient": 23146,
            "order": 15593,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 904,
            "patient": 23150,
            "order": 15599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 903,
            "patient": 23150,
            "order": 15599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 902,
            "patient": 23150,
            "order": 15599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 905,
            "patient": 23151,
            "order": 15603,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 906,
            "patient": 23152,
            "order": 15604,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}