A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2120",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2104",
    "results": [
        {
            "id": 2334,
            "patient": 25921,
            "order": 19772,
            "height": null,
            "weight": null
        },
        {
            "id": 2336,
            "patient": 25930,
            "order": 19677,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2338,
            "patient": 313,
            "order": 19800,
            "height": null,
            "weight": null
        },
        {
            "id": 2340,
            "patient": 25959,
            "order": 19818,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2342,
            "patient": 13617,
            "order": 19826,
            "height": null,
            "weight": null
        },
        {
            "id": 2344,
            "patient": 25972,
            "order": 19823,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2346,
            "patient": 17070,
            "order": 19835,
            "height": null,
            "weight": null
        },
        {
            "id": 2348,
            "patient": 25994,
            "order": 19829,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}