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": 3469,
    "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": 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
        },
        {
            "id": 584,
            "patient": 22165,
            "order": 14090,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 450,
            "patient": 21862,
            "order": 13684,
            "height": null,
            "weight": null
        }
    ]
}