A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2845,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1832",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1816",
    "results": [
        {
            "id": 1796,
            "patient": 24895,
            "order": 18357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1794,
            "patient": 24894,
            "order": 18357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1798,
            "patient": 24897,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1800,
            "patient": 24899,
            "order": 18361,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1802,
            "patient": 24900,
            "order": 18362,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1804,
            "patient": 24902,
            "order": 18367,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1806,
            "patient": 24905,
            "order": 18368,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1808,
            "patient": 24907,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}