A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3500,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1560",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1544",
    "results": [
        {
            "id": 1811,
            "patient": 24911,
            "order": 18370,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1815,
            "patient": 24921,
            "order": 18387,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1817,
            "patient": 24922,
            "order": 18389,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1813,
            "patient": 24919,
            "order": 18384,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1819,
            "patient": 24924,
            "order": 18393,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1821,
            "patient": 24927,
            "order": 18403,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1823,
            "patient": 24928,
            "order": 18406,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1825,
            "patient": 24930,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}