A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3352",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3336",
    "results": [
        {
            "id": 3297,
            "patient": 28516,
            "order": 23503,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3390,
            "patient": 25536,
            "order": 23916,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3298,
            "patient": 2710,
            "order": 23505,
            "height": null,
            "weight": null
        },
        {
            "id": 3299,
            "patient": 14396,
            "order": 23508,
            "height": null,
            "weight": null
        },
        {
            "id": 3392,
            "patient": 28770,
            "order": 23924,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3300,
            "patient": 28518,
            "order": 23509,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3301,
            "patient": 2149,
            "order": 23514,
            "height": null,
            "weight": null
        },
        {
            "id": 3394,
            "patient": 25027,
            "order": 23927,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}