A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2805,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2792",
    "results": [
        {
            "id": 2801,
            "patient": 27415,
            "order": 21605,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2802,
            "patient": 27417,
            "order": 21610,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2803,
            "patient": 27418,
            "order": 21612,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2804,
            "patient": 25644,
            "order": 21613,
            "height": null,
            "weight": null
        },
        {
            "id": 2805,
            "patient": 27419,
            "order": 21614,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}