A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1832
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=1840",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1824",
    "results": [
        {
            "id": 1810,
            "patient": 24910,
            "order": 18370,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1812,
            "patient": 24914,
            "order": 18378,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1814,
            "patient": 24920,
            "order": 18386,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1816,
            "patient": 24922,
            "order": 18389,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1818,
            "patient": 24923,
            "order": 18391,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1820,
            "patient": 24926,
            "order": 18402,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1822,
            "patient": 1298,
            "order": 18405,
            "height": null,
            "weight": null
        },
        {
            "id": 1824,
            "patient": 24929,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}