A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3469,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2464",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2448",
    "results": [
        {
            "id": 2445,
            "patient": 26245,
            "order": 20113,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2559,
            "patient": 26681,
            "order": 20597,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2446,
            "patient": 26248,
            "order": 20126,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2447,
            "patient": 2521,
            "order": 20128,
            "height": null,
            "weight": null
        },
        {
            "id": 2561,
            "patient": 26687,
            "order": 20604,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2448,
            "patient": 26255,
            "order": 20135,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2563,
            "patient": 7312,
            "order": 20609,
            "height": null,
            "weight": null
        },
        {
            "id": 2449,
            "patient": 24312,
            "order": 20137,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}