A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=568",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=552",
    "results": [
        {
            "id": 490,
            "patient": 21932,
            "order": 13795,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 443,
            "patient": 15503,
            "order": 13665,
            "height": null,
            "weight": null
        },
        {
            "id": 445,
            "patient": 21843,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 447,
            "patient": 21851,
            "order": 13677,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 492,
            "patient": 21936,
            "order": 13801,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 449,
            "patient": 21856,
            "order": 13680,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 451,
            "patient": 21865,
            "order": 13687,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 453,
            "patient": 21872,
            "order": 13692,
            "height": null,
            "weight": null
        }
    ]
}