A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2320",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2304",
    "results": [
        {
            "id": 2259,
            "patient": 25649,
            "order": 19477,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2261,
            "patient": 20776,
            "order": 19485,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2263,
            "patient": 24951,
            "order": 19486,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2267,
            "patient": 25697,
            "order": 19507,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2265,
            "patient": 25666,
            "order": 19489,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2269,
            "patient": 20368,
            "order": 19519,
            "height": null,
            "weight": null
        },
        {
            "id": 2271,
            "patient": 25718,
            "order": 19532,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2273,
            "patient": 25727,
            "order": 19549,
            "height": null,
            "weight": null
        }
    ]
}