A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=384",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=368",
    "results": [
        {
            "id": 438,
            "patient": 1908,
            "order": 13650,
            "height": null,
            "weight": null
        },
        {
            "id": 479,
            "patient": 21920,
            "order": 13784,
            "height": null,
            "weight": null
        },
        {
            "id": 440,
            "patient": 21836,
            "order": 13651,
            "height": null,
            "weight": null
        },
        {
            "id": 481,
            "patient": 12329,
            "order": 13785,
            "height": null,
            "weight": null
        },
        {
            "id": 444,
            "patient": 15503,
            "order": 13665,
            "height": null,
            "weight": null
        },
        {
            "id": 483,
            "patient": 21923,
            "order": 13745,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 446,
            "patient": 21845,
            "order": 13671,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 448,
            "patient": 21852,
            "order": 13675,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}