A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3461,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3160",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3144",
    "results": [
        {
            "id": 3151,
            "patient": 28207,
            "order": 22957,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3152,
            "patient": 28209,
            "order": 22960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3153,
            "patient": 28210,
            "order": 22960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3154,
            "patient": 28214,
            "order": 22958,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3155,
            "patient": 27201,
            "order": 22964,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3156,
            "patient": 21148,
            "order": 22965,
            "height": null,
            "weight": null
        },
        {
            "id": 3158,
            "patient": 17699,
            "order": 22973,
            "height": null,
            "weight": null
        },
        {
            "id": 3159,
            "patient": 28217,
            "order": 22974,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}