A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3676,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2192",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2176",
    "results": [
        {
            "id": 2101,
            "patient": 25340,
            "order": 18975,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2102,
            "patient": 25342,
            "order": 18984,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2103,
            "patient": 15564,
            "order": 18991,
            "height": null,
            "weight": null
        },
        {
            "id": 2104,
            "patient": 25348,
            "order": 18996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2106,
            "patient": 22475,
            "order": 18998,
            "height": null,
            "weight": null
        },
        {
            "id": 2107,
            "patient": 22475,
            "order": 18998,
            "height": null,
            "weight": null
        },
        {
            "id": 2108,
            "patient": 25349,
            "order": 18999,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2109,
            "patient": 25350,
            "order": 19002,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}