A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3059,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3056",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3040",
    "results": [
        {
            "id": 3040,
            "patient": 27969,
            "order": 22546,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3042,
            "patient": 27971,
            "order": 22551,
            "height": null,
            "weight": null
        },
        {
            "id": 3046,
            "patient": 27975,
            "order": 22561,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3048,
            "patient": 25644,
            "order": 22565,
            "height": null,
            "weight": null
        },
        {
            "id": 3044,
            "patient": 640,
            "order": 22557,
            "height": null,
            "weight": null
        },
        {
            "id": 3049,
            "patient": 15903,
            "order": 22574,
            "height": null,
            "weight": null
        },
        {
            "id": 3052,
            "patient": 27984,
            "order": 22580,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3054,
            "patient": 27988,
            "order": 22585,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}