A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3340,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3320",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3304",
    "results": [
        {
            "id": 3313,
            "patient": 28544,
            "order": 23554,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3314,
            "patient": 2691,
            "order": 23555,
            "height": null,
            "weight": null
        },
        {
            "id": 3315,
            "patient": 28548,
            "order": 23561,
            "height": null,
            "weight": null
        },
        {
            "id": 3316,
            "patient": 16414,
            "order": 23562,
            "height": null,
            "weight": null
        },
        {
            "id": 3317,
            "patient": 17878,
            "order": 23565,
            "height": null,
            "weight": null
        },
        {
            "id": 3318,
            "patient": 26467,
            "order": 23566,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3319,
            "patient": 27121,
            "order": 23581,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3320,
            "patient": 28561,
            "order": 23586,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}