A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3336",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3320",
    "results": [
        {
            "id": 3285,
            "patient": 28484,
            "order": 23441,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3382,
            "patient": 27712,
            "order": 23869,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3286,
            "patient": 10651,
            "order": 23443,
            "height": null,
            "weight": null
        },
        {
            "id": 3287,
            "patient": 20942,
            "order": 23446,
            "height": null,
            "weight": null
        },
        {
            "id": 232,
            "patient": 1060,
            "order": 23451,
            "height": null,
            "weight": null
        },
        {
            "id": 3384,
            "patient": 28728,
            "order": 23873,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3288,
            "patient": 21432,
            "order": 23467,
            "height": null,
            "weight": null
        },
        {
            "id": 3289,
            "patient": 28497,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}