A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=168
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=176",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=160",
    "results": [
        {
            "id": 185,
            "patient": 20245,
            "order": 11816,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 158,
            "patient": 20196,
            "order": 11742,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 187,
            "patient": 20256,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2545,
            "patient": 26578,
            "order": 20514,
            "height": null,
            "weight": null
        },
        {
            "id": 262,
            "patient": 20591,
            "order": 12258,
            "height": null,
            "weight": null
        },
        {
            "id": 188,
            "patient": 828,
            "order": 11833,
            "height": null,
            "weight": null
        },
        {
            "id": 161,
            "patient": 20207,
            "order": 11755,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 160,
            "patient": 20202,
            "order": 11752,
            "height": null,
            "weight": null
        }
    ]
}