A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3636,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3552",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3536",
    "results": [
        {
            "id": 3365,
            "patient": 28668,
            "order": 23765,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3366,
            "patient": 28675,
            "order": 23777,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3453,
            "patient": 3649,
            "order": 24144,
            "height": null,
            "weight": null
        },
        {
            "id": 3368,
            "patient": 27596,
            "order": 23781,
            "height": null,
            "weight": null
        },
        {
            "id": 3455,
            "patient": 27596,
            "order": 24165,
            "height": null,
            "weight": null
        },
        {
            "id": 3369,
            "patient": 28677,
            "order": 23784,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3367,
            "patient": 28676,
            "order": 23782,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3306,
            "patient": 26018,
            "order": 24175,
            "height": null,
            "weight": null
        }
    ]
}