A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=2472
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=2480",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2464",
    "results": [
        {
            "id": 2584,
            "patient": 26773,
            "order": 20699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2586,
            "patient": 26777,
            "order": 20703,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2588,
            "patient": 19644,
            "order": 20705,
            "height": null,
            "weight": null
        },
        {
            "id": 2590,
            "patient": 26783,
            "order": 20697,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2592,
            "patient": 26472,
            "order": 20718,
            "height": null,
            "weight": null
        },
        {
            "id": 2594,
            "patient": 26789,
            "order": 20726,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2596,
            "patient": 26792,
            "order": 20728,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1368,
            "patient": 24255,
            "order": 20726,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}