A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3453,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3440",
    "results": [
        {
            "id": 3366,
            "patient": 28675,
            "order": 23777,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3453,
            "patient": 3649,
            "order": 24144,
            "height": null,
            "weight": null
        },
        {
            "id": 3368,
            "patient": 27596,
            "order": 23781,
            "height": null,
            "weight": null
        },
        {
            "id": 3369,
            "patient": 28677,
            "order": 23784,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3367,
            "patient": 28676,
            "order": 23782,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}