A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1512",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1496",
    "results": [
        {
            "id": 1714,
            "patient": 24779,
            "order": 18180,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1716,
            "patient": 24781,
            "order": 18182,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1720,
            "patient": 24785,
            "order": 18186,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1722,
            "patient": 24787,
            "order": 18188,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1724,
            "patient": 24789,
            "order": 18190,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1726,
            "patient": 24791,
            "order": 18192,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1728,
            "patient": 24793,
            "order": 18194,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1730,
            "patient": 24795,
            "order": 18196,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}