A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3274,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=752",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=736",
    "results": [
        {
            "id": 719,
            "patient": 22574,
            "order": 14755,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 623,
            "patient": 22271,
            "order": 14259,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2548,
            "patient": 26599,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 624,
            "patient": 22274,
            "order": 14265,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 721,
            "patient": 22578,
            "order": 14758,
            "height": null,
            "weight": null
        },
        {
            "id": 625,
            "patient": 15026,
            "order": 14269,
            "height": null,
            "weight": null
        },
        {
            "id": 626,
            "patient": 22278,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 627,
            "patient": 22278,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}