A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3071,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2616",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2600",
    "results": [
        {
            "id": 2583,
            "patient": 26770,
            "order": 20693,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2490,
            "patient": 26411,
            "order": 20315,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2491,
            "patient": 26413,
            "order": 20316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2585,
            "patient": 26776,
            "order": 20702,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2492,
            "patient": 26416,
            "order": 20317,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2493,
            "patient": 26419,
            "order": 20320,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2494,
            "patient": 26422,
            "order": 20316,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2587,
            "patient": 19644,
            "order": 20705,
            "height": null,
            "weight": null
        }
    ]
}