A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3078,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2376",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2360",
    "results": [
        {
            "id": 2372,
            "patient": 26061,
            "order": 19932,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2373,
            "patient": 26058,
            "order": 19937,
            "height": null,
            "weight": null
        },
        {
            "id": 2374,
            "patient": 26066,
            "order": 19942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2375,
            "patient": 26070,
            "order": 19946,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2376,
            "patient": 19978,
            "order": 19949,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2377,
            "patient": 26078,
            "order": 19951,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2379,
            "patient": 26081,
            "order": 19952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2378,
            "patient": 26080,
            "order": 19955,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}