A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3702,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3096",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3080",
    "results": [
        {
            "id": 3035,
            "patient": 25182,
            "order": 22524,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3037,
            "patient": 27761,
            "order": 22537,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 429,
            "patient": 2691,
            "order": 22538,
            "height": null,
            "weight": null
        },
        {
            "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
        }
    ]
}