A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2664",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2648",
    "results": [
        {
            "id": 2521,
            "patient": 26490,
            "order": 20416,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2616,
            "patient": 1523,
            "order": 20825,
            "height": null,
            "weight": null
        },
        {
            "id": 2522,
            "patient": 26491,
            "order": 20417,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2523,
            "patient": 26495,
            "order": 20420,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2524,
            "patient": 19842,
            "order": 20423,
            "height": null,
            "weight": null
        },
        {
            "id": 2525,
            "patient": 24271,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2618,
            "patient": 26878,
            "order": 20838,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2526,
            "patient": 26498,
            "order": 20434,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}