A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=80",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=64",
    "results": [
        {
            "id": 56,
            "patient": 19922,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1901,
            "patient": 25039,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 57,
            "patient": 19924,
            "order": 11331,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 93,
            "patient": 20021,
            "order": 11486,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 58,
            "patient": 19927,
            "order": 11334,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 94,
            "patient": 20025,
            "order": 11491,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 60,
            "patient": 14006,
            "order": 11336,
            "height": null,
            "weight": null
        },
        {
            "id": 61,
            "patient": 19929,
            "order": 11338,
            "height": null,
            "weight": null
        }
    ]
}