A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3128",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3112",
    "results": [
        {
            "id": 3105,
            "patient": 28109,
            "order": 22776,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3107,
            "patient": 28117,
            "order": 22785,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3109,
            "patient": 25845,
            "order": 22808,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3111,
            "patient": 28132,
            "order": 22817,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3113,
            "patient": 1310,
            "order": 22820,
            "height": null,
            "weight": null
        },
        {
            "id": 3115,
            "patient": 19423,
            "order": 22821,
            "height": null,
            "weight": null
        },
        {
            "id": 3118,
            "patient": 28133,
            "order": 22824,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3120,
            "patient": 28141,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}