A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=808",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=792",
    "results": [
        {
            "id": 660,
            "patient": 22380,
            "order": 14423,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 148,
            "patient": 1317,
            "order": 14442,
            "height": null,
            "weight": null
        },
        {
            "id": 661,
            "patient": 14341,
            "order": 14445,
            "height": null,
            "weight": null
        },
        {
            "id": 749,
            "patient": 22645,
            "order": 14867,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 662,
            "patient": 22388,
            "order": 14447,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 663,
            "patient": 1084,
            "order": 14452,
            "height": null,
            "weight": null
        },
        {
            "id": 664,
            "patient": 1084,
            "order": 14452,
            "height": null,
            "weight": null
        },
        {
            "id": 751,
            "patient": 22646,
            "order": 14869,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}