A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3081,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2288",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2272",
    "results": [
        {
            "id": 2192,
            "patient": 14971,
            "order": 19251,
            "height": null,
            "weight": null
        },
        {
            "id": 2193,
            "patient": 25502,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2194,
            "patient": 25508,
            "order": 19043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2195,
            "patient": 25509,
            "order": 19279,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2196,
            "patient": 25511,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2197,
            "patient": 25515,
            "order": 19286,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2220,
            "patient": 25561,
            "order": 19357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2222,
            "patient": 25563,
            "order": 19358,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}