A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2816,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2648",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2632",
    "results": [
        {
            "id": 2509,
            "patient": 26457,
            "order": 20381,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2507,
            "patient": 1067,
            "order": 20375,
            "height": null,
            "weight": null
        },
        {
            "id": 2510,
            "patient": 20731,
            "order": 20385,
            "height": null,
            "weight": null
        },
        {
            "id": 2606,
            "patient": 11749,
            "order": 20789,
            "height": null,
            "weight": null
        },
        {
            "id": 2511,
            "patient": 26466,
            "order": 20388,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2512,
            "patient": 96,
            "order": 20390,
            "height": null,
            "weight": null
        },
        {
            "id": 2608,
            "patient": 26839,
            "order": 20794,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2610,
            "patient": 26842,
            "order": 20798,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}