A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3683,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2624",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2608",
    "results": [
        {
            "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
        },
        {
            "id": 2495,
            "patient": 25067,
            "order": 20327,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2589,
            "patient": 26782,
            "order": 20697,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2496,
            "patient": 26423,
            "order": 20328,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2591,
            "patient": 26784,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}