A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3290,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1320",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1304",
    "results": [
        {
            "id": 1301,
            "patient": 24083,
            "order": 17076,
            "height": null,
            "weight": null
        },
        {
            "id": 1302,
            "patient": 24111,
            "order": 17076,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1303,
            "patient": 24112,
            "order": 17076,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1305,
            "patient": 24113,
            "order": 17077,
            "height": null,
            "weight": null
        },
        {
            "id": 1304,
            "patient": 24114,
            "order": 17078,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2387,
            "patient": 7296,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1306,
            "patient": 24124,
            "order": 17099,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1307,
            "patient": 24125,
            "order": 17100,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}