A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2798,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2784",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2768",
    "results": [
        {
            "id": 2778,
            "patient": 22737,
            "order": 21446,
            "height": null,
            "weight": null
        },
        {
            "id": 2779,
            "patient": 27322,
            "order": 21457,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2780,
            "patient": 23260,
            "order": 21466,
            "height": null,
            "weight": null
        },
        {
            "id": 2781,
            "patient": 27325,
            "order": 21469,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2782,
            "patient": 27330,
            "order": 21472,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2783,
            "patient": 27332,
            "order": 21476,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2784,
            "patient": 15983,
            "order": 21486,
            "height": null,
            "weight": null
        },
        {
            "id": 2785,
            "patient": 27345,
            "order": 21500,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}