A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3702,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3128",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3112",
    "results": [
        {
            "id": 3095,
            "patient": 28085,
            "order": 22736,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3097,
            "patient": 28092,
            "order": 22746,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3099,
            "patient": 28093,
            "order": 22750,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3101,
            "patient": 28098,
            "order": 22760,
            "height": null,
            "weight": null
        },
        {
            "id": 3103,
            "patient": 28105,
            "order": 22773,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3105,
            "patient": 28109,
            "order": 22776,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3107,
            "patient": 28117,
            "order": 22785,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3109,
            "patient": 25845,
            "order": 22808,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}