A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3453,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3424",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3408",
    "results": [
        {
            "id": 3318,
            "patient": 26467,
            "order": 23686,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3176,
            "patient": 24102,
            "order": 23686,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3346,
            "patient": 28625,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3433,
            "patient": 19106,
            "order": 24085,
            "height": null,
            "weight": null
        },
        {
            "id": 3347,
            "patient": 28629,
            "order": 23699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3348,
            "patient": 28630,
            "order": 23699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3435,
            "patient": 28879,
            "order": 24097,
            "height": null,
            "weight": null
        },
        {
            "id": 3349,
            "patient": 28632,
            "order": 23701,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}