A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3281,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1080",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1064",
    "results": [
        {
            "id": 1065,
            "patient": 23531,
            "order": 16269,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1066,
            "patient": 23533,
            "order": 16270,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1067,
            "patient": 23534,
            "order": 16271,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1068,
            "patient": 23539,
            "order": 16275,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1069,
            "patient": 23540,
            "order": 16276,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1071,
            "patient": 23549,
            "order": 16284,
            "height": null,
            "weight": null
        },
        {
            "id": 1072,
            "patient": 23550,
            "order": 16285,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1073,
            "patient": 23551,
            "order": 16287,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}