A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=3432
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=3440",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3424",
    "results": [
        {
            "id": 3441,
            "patient": 10651,
            "order": 24112,
            "height": null,
            "weight": null
        },
        {
            "id": 3356,
            "patient": 28648,
            "order": 23727,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3357,
            "patient": 28650,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3443,
            "patient": 25162,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 3358,
            "patient": 15495,
            "order": 23732,
            "height": null,
            "weight": null
        },
        {
            "id": 3359,
            "patient": 15427,
            "order": 23735,
            "height": null,
            "weight": null
        },
        {
            "id": 3445,
            "patient": 14319,
            "order": 24130,
            "height": null,
            "weight": null
        },
        {
            "id": 3360,
            "patient": 9470,
            "order": 23739,
            "height": null,
            "weight": null
        }
    ]
}