A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=728",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=712",
    "results": [
        {
            "id": 841,
            "patient": 22922,
            "order": 15266,
            "height": null,
            "weight": null
        },
        {
            "id": 839,
            "patient": 22918,
            "order": 15259,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 843,
            "patient": 22923,
            "order": 15268,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 842,
            "patient": 20294,
            "order": 15267,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 844,
            "patient": 22927,
            "order": 15274,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 845,
            "patient": 22928,
            "order": 15275,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 847,
            "patient": 22937,
            "order": 15287,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 848,
            "patient": 22943,
            "order": 15295,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}