A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2818,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2608",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2592",
    "results": [
        {
            "id": 2485,
            "patient": 26380,
            "order": 20269,
            "height": null,
            "weight": null
        },
        {
            "id": 2578,
            "patient": 26745,
            "order": 20670,
            "height": null,
            "weight": null
        },
        {
            "id": 2486,
            "patient": 26391,
            "order": 20276,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1244,
            "patient": 23960,
            "order": 20277,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2454,
            "patient": 26268,
            "order": 20285,
            "height": null,
            "weight": null
        },
        {
            "id": 2580,
            "patient": 26747,
            "order": 20671,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2487,
            "patient": 22510,
            "order": 20304,
            "height": null,
            "weight": null
        },
        {
            "id": 1091,
            "patient": 23611,
            "order": 20459,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}