A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3631,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3624",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3608",
    "results": [
        {
            "id": 3614,
            "patient": 29292,
            "order": 24798,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3615,
            "patient": 29301,
            "order": 24807,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3616,
            "patient": 29303,
            "order": 24811,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3617,
            "patient": 29307,
            "order": 24816,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3622,
            "patient": 29313,
            "order": 24826,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3623,
            "patient": 23808,
            "order": 24827,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3624,
            "patient": 23803,
            "order": 24827,
            "height": null,
            "weight": null
        },
        {
            "id": 3625,
            "patient": 29317,
            "order": 24828,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}