A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3070,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2632",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2616",
    "results": [
        {
            "id": 2595,
            "patient": 26791,
            "order": 20728,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2500,
            "patient": 26433,
            "order": 20343,
            "height": null,
            "weight": null
        },
        {
            "id": 2501,
            "patient": 26433,
            "order": 20343,
            "height": null,
            "weight": null
        },
        {
            "id": 2597,
            "patient": 26793,
            "order": 20730,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2502,
            "patient": 26437,
            "order": 20348,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2503,
            "patient": 15330,
            "order": 20349,
            "height": null,
            "weight": null
        },
        {
            "id": 2598,
            "patient": 26796,
            "order": 20735,
            "height": null,
            "weight": null
        },
        {
            "id": 2504,
            "patient": 3114,
            "order": 20355,
            "height": null,
            "weight": null
        }
    ]
}