A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3060,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=48",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=32",
    "results": [
        {
            "id": 31,
            "patient": 14319,
            "order": 11223,
            "height": null,
            "weight": null
        },
        {
            "id": 32,
            "patient": 19836,
            "order": 11229,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 33,
            "patient": 12934,
            "order": 11235,
            "height": null,
            "weight": null
        },
        {
            "id": 1031,
            "patient": 23438,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 35,
            "patient": 19844,
            "order": 11240,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 36,
            "patient": 19846,
            "order": 11241,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 37,
            "patient": 19847,
            "order": 11243,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 85,
            "patient": 19947,
            "order": 11451,
            "height": null,
            "weight": null
        }
    ]
}