A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3636,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3568",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3552",
    "results": [
        {
            "id": 3473,
            "patient": 28963,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3475,
            "patient": 28967,
            "order": 24219,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3477,
            "patient": 28970,
            "order": 24256,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3479,
            "patient": 28370,
            "order": 24260,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3481,
            "patient": 28976,
            "order": 24265,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3483,
            "patient": 28980,
            "order": 24269,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3511,
            "patient": 29035,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3563,
            "patient": 27946,
            "order": 24636,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}