A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=192",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=176",
    "results": [
        {
            "id": 166,
            "patient": 20215,
            "order": 11767,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 191,
            "patient": 20261,
            "order": 11843,
            "height": null,
            "weight": null
        },
        {
            "id": 167,
            "patient": 10600,
            "order": 11768,
            "height": null,
            "weight": null
        },
        {
            "id": 264,
            "patient": 20639,
            "order": 12300,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 168,
            "patient": 20218,
            "order": 11773,
            "height": null,
            "weight": null
        },
        {
            "id": 192,
            "patient": 20264,
            "order": 11846,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 169,
            "patient": 19539,
            "order": 11777,
            "height": null,
            "weight": null
        },
        {
            "id": 170,
            "patient": 20220,
            "order": 11777,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}