A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2800,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2760",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2744",
    "results": [
        {
            "id": 2754,
            "patient": 26561,
            "order": 21350,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2756,
            "patient": 2250,
            "order": 21351,
            "height": null,
            "weight": null
        },
        {
            "id": 2757,
            "patient": 27244,
            "order": 21354,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2758,
            "patient": 27252,
            "order": 21361,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2759,
            "patient": 27258,
            "order": 21372,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2760,
            "patient": 23570,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2761,
            "patient": 23570,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2762,
            "patient": 27264,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}