A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=520",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=504",
    "results": [
        {
            "id": 343,
            "patient": 265,
            "order": 12596,
            "height": null,
            "weight": null
        },
        {
            "id": 387,
            "patient": 21432,
            "order": 13200,
            "height": null,
            "weight": null
        },
        {
            "id": 345,
            "patient": 802,
            "order": 12602,
            "height": null,
            "weight": null
        },
        {
            "id": 344,
            "patient": 13382,
            "order": 12603,
            "height": null,
            "weight": null
        },
        {
            "id": 346,
            "patient": 20935,
            "order": 12599,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 347,
            "patient": 20998,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 390,
            "patient": 21440,
            "order": 13203,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 348,
            "patient": 21011,
            "order": 12704,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}