A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3706,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3416",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3400",
    "results": [
        {
            "id": 3554,
            "patient": 27430,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3555,
            "patient": 27430,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3556,
            "patient": 27430,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3557,
            "patient": 27430,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3558,
            "patient": 25569,
            "order": 24629,
            "height": null,
            "weight": null
        },
        {
            "id": 3560,
            "patient": 25569,
            "order": 24629,
            "height": null,
            "weight": null
        },
        {
            "id": 3559,
            "patient": 25569,
            "order": 24629,
            "height": null,
            "weight": null
        },
        {
            "id": 3561,
            "patient": 29176,
            "order": 24631,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}