A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1808",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1792",
    "results": [
        {
            "id": 1739,
            "patient": 24823,
            "order": 18239,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1741,
            "patient": 24827,
            "order": 18247,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1743,
            "patient": 21898,
            "order": 18249,
            "height": null,
            "weight": null
        },
        {
            "id": 1746,
            "patient": 24832,
            "order": 18260,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1748,
            "patient": 22217,
            "order": 18268,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1750,
            "patient": 24841,
            "order": 18276,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1752,
            "patient": 24843,
            "order": 18269,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1754,
            "patient": 24847,
            "order": 18289,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}