A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3064,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2896",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2880",
    "results": [
        {
            "id": 2876,
            "patient": 27662,
            "order": 22005,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2968,
            "patient": 2710,
            "order": 22328,
            "height": null,
            "weight": null
        },
        {
            "id": 2877,
            "patient": 27663,
            "order": 22006,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2970,
            "patient": 27843,
            "order": 22330,
            "height": null,
            "weight": null
        },
        {
            "id": 2972,
            "patient": 27845,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2974,
            "patient": 27849,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2878,
            "patient": 24763,
            "order": 22007,
            "height": null,
            "weight": null
        },
        {
            "id": 2879,
            "patient": 27664,
            "order": 22007,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}