A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=3016
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=3024",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3008",
    "results": [
        {
            "id": 2933,
            "patient": 27761,
            "order": 22165,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2934,
            "patient": 27764,
            "order": 22175,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2981,
            "patient": 27859,
            "order": 22351,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2935,
            "patient": 27776,
            "order": 22197,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2983,
            "patient": 14338,
            "order": 22360,
            "height": null,
            "weight": null
        },
        {
            "id": 2985,
            "patient": 25951,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2987,
            "patient": 27876,
            "order": 22376,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2989,
            "patient": 27878,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}