A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3656,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1144",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1128",
    "results": [
        {
            "id": 1127,
            "patient": 23683,
            "order": 16461,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 290,
            "patient": 20731,
            "order": 16447,
            "height": null,
            "weight": null
        },
        {
            "id": 1130,
            "patient": 23687,
            "order": 16444,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1131,
            "patient": 23688,
            "order": 16464,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1132,
            "patient": 23689,
            "order": 16465,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1133,
            "patient": 20183,
            "order": 16466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1134,
            "patient": 23690,
            "order": 16467,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1135,
            "patient": 23694,
            "order": 16473,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}