A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3258,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=696",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=680",
    "results": [
        {
            "id": 809,
            "patient": 22814,
            "order": 15108,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 811,
            "patient": 22818,
            "order": 15113,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 813,
            "patient": 22829,
            "order": 15130,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 814,
            "patient": 22831,
            "order": 15132,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 815,
            "patient": 22835,
            "order": 15138,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 816,
            "patient": 16235,
            "order": 15147,
            "height": null,
            "weight": null
        },
        {
            "id": 817,
            "patient": 22851,
            "order": 15151,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 818,
            "patient": 22857,
            "order": 15158,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}