A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3655,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=968",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=952",
    "results": [
        {
            "id": 952,
            "patient": 23263,
            "order": 15804,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 953,
            "patient": 23270,
            "order": 15838,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 954,
            "patient": 23271,
            "order": 15839,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 955,
            "patient": 23279,
            "order": 15868,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 956,
            "patient": 23281,
            "order": 15871,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 957,
            "patient": 23281,
            "order": 15871,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 958,
            "patient": 23284,
            "order": 15863,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 959,
            "patient": 23290,
            "order": 15877,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}