A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1120",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1104",
    "results": [
        {
            "id": 1108,
            "patient": 23638,
            "order": 16399,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1109,
            "patient": 23638,
            "order": 16399,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1110,
            "patient": 23642,
            "order": 16399,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1112,
            "patient": 23651,
            "order": 16407,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1113,
            "patient": 23655,
            "order": 16422,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1114,
            "patient": 23657,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1115,
            "patient": 21729,
            "order": 16427,
            "height": null,
            "weight": null
        },
        {
            "id": 1116,
            "patient": 23665,
            "order": 16443,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}