A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3631,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3616",
    "results": [
        {
            "id": 3626,
            "patient": 29323,
            "order": 24830,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3627,
            "patient": 29324,
            "order": 24829,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3628,
            "patient": 29328,
            "order": 24834,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3629,
            "patient": 29331,
            "order": 24839,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3630,
            "patient": 29335,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1986,
            "patient": 22297,
            "order": 24836,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3631,
            "patient": 29336,
            "order": 24843,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}