A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=3136
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=3144",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3128",
    "results": [
        {
            "id": 3243,
            "patient": 3806,
            "order": 24785,
            "height": null,
            "weight": null
        },
        {
            "id": 3130,
            "patient": 28176,
            "order": 22894,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3131,
            "patient": 12955,
            "order": 22899,
            "height": null,
            "weight": null
        },
        {
            "id": 3132,
            "patient": 6462,
            "order": 22902,
            "height": null,
            "weight": null
        },
        {
            "id": 3133,
            "patient": 6462,
            "order": 22902,
            "height": null,
            "weight": null
        },
        {
            "id": 3134,
            "patient": 28179,
            "order": 22905,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3135,
            "patient": 28181,
            "order": 22908,
            "height": null,
            "weight": null
        },
        {
            "id": 3136,
            "patient": 28185,
            "order": 22912,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}