A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3647,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=888",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=872",
    "results": [
        {
            "id": 800,
            "patient": 22788,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 802,
            "patient": 22794,
            "order": 15075,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 804,
            "patient": 11268,
            "order": 15083,
            "height": null,
            "weight": null
        },
        {
            "id": 806,
            "patient": 22804,
            "order": 15094,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 808,
            "patient": 22806,
            "order": 15096,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 810,
            "patient": 22817,
            "order": 15112,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 812,
            "patient": 22825,
            "order": 15122,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 881,
            "patient": 23070,
            "order": 15483,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}