A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3288,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1952",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1936",
    "results": [
        {
            "id": 1947,
            "patient": 25110,
            "order": 18676,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1948,
            "patient": 25113,
            "order": 18679,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1949,
            "patient": 25116,
            "order": 18681,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1950,
            "patient": 25118,
            "order": 18683,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1951,
            "patient": 25123,
            "order": 18687,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1289,
            "patient": 24071,
            "order": 18678,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1952,
            "patient": 25127,
            "order": 18694,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1953,
            "patient": 25128,
            "order": null,
            "height": null,
            "weight": null
        }
    ]
}