A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2831,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2384",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2368",
    "results": [
        {
            "id": 2377,
            "patient": 26078,
            "order": 19951,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2379,
            "patient": 26081,
            "order": 19952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2378,
            "patient": 26080,
            "order": 19955,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2380,
            "patient": 26089,
            "order": 19963,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2381,
            "patient": 26092,
            "order": 19966,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2382,
            "patient": 26093,
            "order": 19966,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2383,
            "patient": 23670,
            "order": 19971,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2384,
            "patient": 20731,
            "order": 19971,
            "height": null,
            "weight": null
        }
    ]
}