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": 3275,
    "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": 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
        },
        {
            "id": 665,
            "patient": 22393,
            "order": 14462,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 753,
            "patient": 18135,
            "order": 14871,
            "height": null,
            "weight": null
        },
        {
            "id": 666,
            "patient": 22399,
            "order": 14473,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}