A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3257,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=632",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=616",
    "results": [
        {
            "id": 613,
            "patient": 22252,
            "order": 14230,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 614,
            "patient": 22254,
            "order": 14222,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 727,
            "patient": 22589,
            "order": 14779,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 615,
            "patient": 22256,
            "order": 14237,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2208,
            "patient": 24588,
            "order": 19328,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 730,
            "patient": 22591,
            "order": 14780,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 617,
            "patient": 22264,
            "order": 14246,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 616,
            "patient": 22263,
            "order": 14245,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}