Untitled

 avatar
vas
plain_text
16 days ago
2.2 kB
4
Indexable
String creationDate; 
String customerId;
String notes ;
boolean registerToMePlus;
personalDetails JSONNode;
consent Arraylist<Consent>
medical JSONNode;
 
 
{
    "creationDate": "2024-11-18T15:28:17.677Z",
    "customerId": "7e30d9ba-84c7-4b41-9b2e-a154ecebde10",
    "notes": "note",
    "registerToMePlus": true,
    "personalDetails": {
        "firstName": "Raghu",
        "lastName": "Tirnellai",
        "dateOfBirth": "2000-01-01",
        "phoneNumber": "0123456789",
        "mobilePhoneNumber": "123456789",
        "email": "raghu.tirnellai@convatec.com",
        "address": {
            "addressType": "Main",
            "city": "Woburn",
            "state": "MA",
            "country": "US",
            "street": {
                "name": "street name",
                "number": "street number",
                "flatNumber": "12F",
                "postalCode": "34-4345"
            },
            "additionalInfo": "more info"
        }
    },
    "consent": [
        {
            "consentId": 1,
            "consentName": "Convatec Privacy Policy",
            "consentAgreed": true
        },
        {
            "consentId": 2,
            "consentName": "Commercial information - phone",
            "consentAgreed": true
        },
        {
            "consentId": 3,
            "consentName": "Commercial information - email",
            "consentAgreed": true
        },
        {
            "consentId": 4,
            "consentName": "Patient Acknowledgement",
            "consentAgreed": true
        }
    ],
    "medical": {
        "ostomyData": {
            "surgeryType": "ConvaTec",
            "surgeryDate": "2021-12-08T00:01:26.335Z"
        }
    },
    "supplementalData": {
        "preferedRetailer": "Edgepark",
        "wornAtDischarge": "ConvaTec",
        "requireHelpFindSupplier": true
    },
    "orderLine": [
        {
            "id": "1",
            "description": "product xpto",
            "quantity": 1,
            "sku": "FF233DDW"
        }
    ],
    "contact": {
        "requestContact": true,
        "preferentialWeekDay": "Monday",
        "preferentialDayPeriod": "Morning"
    }
}
Leave a Comment