A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3467,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2792",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2776",
    "results": [
        {
            "id": 2781,
            "patient": 27325,
            "order": 21469,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2782,
            "patient": 27330,
            "order": 21472,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2783,
            "patient": 27332,
            "order": 21476,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2784,
            "patient": 15983,
            "order": 21486,
            "height": null,
            "weight": null
        },
        {
            "id": 2785,
            "patient": 27345,
            "order": 21500,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1836,
            "patient": 16630,
            "order": 21502,
            "height": null,
            "weight": null
        },
        {
            "id": 2786,
            "patient": 801,
            "order": 21503,
            "height": null,
            "weight": null
        },
        {
            "id": 2787,
            "patient": 27352,
            "order": 21507,
            "height": null,
            "weight": null
        }
    ]
}