A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3706,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3408",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3392",
    "results": [
        {
            "id": 3546,
            "patient": 29103,
            "order": 24570,
            "height": null,
            "weight": null
        },
        {
            "id": 3547,
            "patient": 29103,
            "order": 24570,
            "height": null,
            "weight": null
        },
        {
            "id": 3548,
            "patient": 29146,
            "order": 24564,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3549,
            "patient": 21859,
            "order": 24580,
            "height": null,
            "weight": null
        },
        {
            "id": 3550,
            "patient": 29154,
            "order": 24591,
            "height": null,
            "weight": null
        },
        {
            "id": 3551,
            "patient": 15327,
            "order": 24593,
            "height": null,
            "weight": null
        },
        {
            "id": 3552,
            "patient": 8612,
            "order": 24619,
            "height": null,
            "weight": null
        },
        {
            "id": 3553,
            "patient": 29170,
            "order": 24622,
            "height": null,
            "weight": null
        }
    ]
}