A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2344
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=2352",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2336",
    "results": [
        {
            "id": 2331,
            "patient": 19933,
            "order": 19771,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2333,
            "patient": 25921,
            "order": 19772,
            "height": null,
            "weight": null
        },
        {
            "id": 2335,
            "patient": 25929,
            "order": 19780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2337,
            "patient": 25932,
            "order": 19783,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2339,
            "patient": 25956,
            "order": 19814,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2341,
            "patient": 25965,
            "order": 19821,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2343,
            "patient": 25969,
            "order": 19827,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2345,
            "patient": 25976,
            "order": 19834,
            "height": null,
            "weight": null
        }
    ]
}