A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2808,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2728",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2712",
    "results": [
        {
            "id": 2722,
            "patient": 27155,
            "order": 21223,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2723,
            "patient": 27159,
            "order": 21236,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2724,
            "patient": 27160,
            "order": 21236,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2725,
            "patient": 27166,
            "order": 21249,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2726,
            "patient": 27167,
            "order": 21250,
            "height": null,
            "weight": null
        },
        {
            "id": 2727,
            "patient": 27169,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2728,
            "patient": 27170,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2729,
            "patient": 27179,
            "order": 21266,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}