A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2825,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2504",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2488",
    "results": [
        {
            "id": 2631,
            "patient": 19494,
            "order": 20858,
            "height": null,
            "weight": null
        },
        {
            "id": 2633,
            "patient": 26909,
            "order": 20867,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2635,
            "patient": 15698,
            "order": 20876,
            "height": null,
            "weight": null
        },
        {
            "id": 2581,
            "patient": 26750,
            "order": 20877,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2637,
            "patient": 16184,
            "order": 20878,
            "height": null,
            "weight": null
        },
        {
            "id": 2639,
            "patient": 26921,
            "order": 20889,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2641,
            "patient": 26931,
            "order": 20904,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2643,
            "patient": 26933,
            "order": 20908,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}