A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2304",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2288",
    "results": [
        {
            "id": 2202,
            "patient": 25528,
            "order": 19308,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2228,
            "patient": 20294,
            "order": 19373,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2230,
            "patient": 20195,
            "order": 19373,
            "height": null,
            "weight": null
        },
        {
            "id": 2232,
            "patient": 20583,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2234,
            "patient": 25574,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2236,
            "patient": 25576,
            "order": 19377,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2240,
            "patient": 975,
            "order": 19389,
            "height": null,
            "weight": null
        },
        {
            "id": 2238,
            "patient": 19800,
            "order": 19389,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}