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": 2829,
    "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": 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
        },
        {
            "id": 2450,
            "patient": 24312,
            "order": 20137,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2565,
            "patient": 26696,
            "order": 20616,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2452,
            "patient": 26265,
            "order": 20149,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2567,
            "patient": 17984,
            "order": 20620,
            "height": null,
            "weight": null
        }
    ]
}