A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3275,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=760",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=744",
    "results": [
        {
            "id": 632,
            "patient": 22297,
            "order": 17630,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 628,
            "patient": 22225,
            "order": 14282,
            "height": null,
            "weight": null
        },
        {
            "id": 629,
            "patient": 22284,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 723,
            "patient": 22586,
            "order": 14771,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 630,
            "patient": 22288,
            "order": 14285,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 725,
            "patient": 22588,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 631,
            "patient": 21729,
            "order": 14294,
            "height": null,
            "weight": null
        },
        {
            "id": 1744,
            "patient": 8751,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}