A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3459,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3264",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3248",
    "results": [
        {
            "id": 3255,
            "patient": 28416,
            "order": 23355,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3256,
            "patient": 27985,
            "order": 23365,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3257,
            "patient": 22571,
            "order": 23369,
            "height": null,
            "weight": null
        },
        {
            "id": 3258,
            "patient": 28419,
            "order": 23374,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3259,
            "patient": 28422,
            "order": 23373,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3260,
            "patient": 28423,
            "order": 23376,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3261,
            "patient": 28428,
            "order": 23379,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3262,
            "patient": 28431,
            "order": 23383,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}