A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3212,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3016",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3000",
    "results": [
        {
            "id": 2901,
            "patient": 27705,
            "order": 22065,
            "height": null,
            "weight": null
        },
        {
            "id": 2902,
            "patient": 27706,
            "order": 22066,
            "height": null,
            "weight": null
        },
        {
            "id": 2956,
            "patient": 26941,
            "order": 22310,
            "height": null,
            "weight": null
        },
        {
            "id": 2903,
            "patient": 20641,
            "order": 22068,
            "height": null,
            "weight": null
        },
        {
            "id": 2904,
            "patient": 27708,
            "order": 22068,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2958,
            "patient": 27831,
            "order": 22312,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2905,
            "patient": 27711,
            "order": 22070,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2906,
            "patient": 27712,
            "order": 22072,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}