A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2837,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2136",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2120",
    "results": [
        {
            "id": 2212,
            "patient": 15328,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2046,
            "patient": 25267,
            "order": 18879,
            "height": null,
            "weight": null
        },
        {
            "id": 2047,
            "patient": 25268,
            "order": 18879,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2048,
            "patient": 22653,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2049,
            "patient": 25271,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2050,
            "patient": 25272,
            "order": 18884,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2051,
            "patient": 25274,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2052,
            "patient": 25274,
            "order": 18888,
            "height": null,
            "weight": null
        }
    ]
}