A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2544",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2528",
    "results": [
        {
            "id": 2688,
            "patient": 27074,
            "order": 21111,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2689,
            "patient": 27076,
            "order": 21114,
            "height": null,
            "weight": null
        },
        {
            "id": 2690,
            "patient": 27077,
            "order": 21115,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2691,
            "patient": 27078,
            "order": 21116,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2692,
            "patient": 27079,
            "order": 21107,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2693,
            "patient": 27080,
            "order": 21107,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2695,
            "patient": 6981,
            "order": 21125,
            "height": null,
            "weight": null
        },
        {
            "id": 2696,
            "patient": 6981,
            "order": 21125,
            "height": null,
            "weight": null
        }
    ]
}