A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2845,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1824",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1808",
    "results": [
        {
            "id": 1778,
            "patient": 24877,
            "order": 18337,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1780,
            "patient": 24883,
            "order": 18345,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1782,
            "patient": 24887,
            "order": 18353,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1784,
            "patient": 24889,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1786,
            "patient": 24890,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1789,
            "patient": 24890,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1791,
            "patient": 24891,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1793,
            "patient": 24892,
            "order": 18355,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}