A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=896",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=880",
    "results": [
        {
            "id": 884,
            "patient": 23077,
            "order": 15494,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 885,
            "patient": 23077,
            "order": 15494,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 886,
            "patient": 23078,
            "order": 15495,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 887,
            "patient": 23079,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 888,
            "patient": 23086,
            "order": 15501,
            "height": null,
            "weight": null
        },
        {
            "id": 889,
            "patient": 1310,
            "order": 15503,
            "height": null,
            "weight": null
        },
        {
            "id": 890,
            "patient": 23092,
            "order": 15509,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 891,
            "patient": 23100,
            "order": 15517,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}