A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3683,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2704",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2688",
    "results": [
        {
            "id": 2648,
            "patient": 26946,
            "order": 20914,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2650,
            "patient": 26795,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2653,
            "patient": 26955,
            "order": 20942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2655,
            "patient": 26961,
            "order": 20948,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2659,
            "patient": 26104,
            "order": 20973,
            "height": null,
            "weight": null
        },
        {
            "id": 2675,
            "patient": 6296,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2702,
            "patient": 27091,
            "order": 21146,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2703,
            "patient": 20793,
            "order": 21146,
            "height": null,
            "weight": null
        }
    ]
}