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": 2835,
    "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": 2103,
            "patient": 15564,
            "order": 18991,
            "height": null,
            "weight": null
        },
        {
            "id": 2104,
            "patient": 25348,
            "order": 18996,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2105,
            "patient": 24457,
            "order": 18997,
            "height": null,
            "weight": null
        },
        {
            "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
        },
        {
            "id": 2110,
            "patient": 25216,
            "order": 19003,
            "height": null,
            "weight": null
        }
    ]
}