Searched defs:immunizationJson (Results 1 – 4 of 4) sorted by relevance
74 JSONObject immunizationJson = new JSONObject(FHIR_DATA_IMMUNIZATION); in testValidateFhirResource_invalidTypeInt_throws() local85 JSONObject immunizationJson = new JSONObject(FHIR_DATA_IMMUNIZATION); in testValidateFhirResource_validResource_succeeds() local98 JSONObject immunizationJson = in testValidateFhirResource_primitiveTypeFieldValueAndExtension_succeeds() local117 JSONObject immunizationJson = in testValidateFhirResource_onlyRequiredPrimitiveTypeExtensionField_succeeds() local202 JSONObject immunizationJson = in testValidateFhirResource_onlyRequiredPrimitiveTypeValueField_succeeds() local220 JSONObject immunizationJson = in testValidateFhirResource_missingRequiredPrimitiveTypeField_throws() local242 JSONObject immunizationJson = in testValidateFhirResource_unknownField_throws() local260 JSONObject immunizationJson = in testValidateFhirResource_unknownFieldWithUnderscore_throws() local285 JSONObject immunizationJson = in testValidateFhirResource_nonPrimitiveFieldWithUnderscore_throws() local306 JSONObject immunizationJson = in testValidateFhirResource_missingRequiredField_throws() local[all …]
231 JSONObject immunizationJson = new JSONObject(DEFAULT_IMMUNIZATION_JSON); in testValidate_byImmunizationResourceType_succeeds() local249 JSONObject immunizationJson = new JSONObject(DEFAULT_IMMUNIZATION_JSON); in testValidate_missingRequiredPrimitiveField_throws() local282 JSONObject immunizationJson = new JSONObject(DEFAULT_IMMUNIZATION_JSON); in testValidate_missingRequiredComplexTypeField_throws() local309 JSONObject immunizationJson = in testValidate_primitiveTypeExtensionForRequiredField_succeeds() local343 JSONObject immunizationJson = in testValidate_oneRequiredMultiTypeFieldPresent_succeeds() local376 JSONObject immunizationJson = new JSONObject(DEFAULT_IMMUNIZATION_JSON); in testValidate_requiredMultiTypeFieldMissing_throws() local417 JSONObject immunizationJson = in testValidate_moreThanOneMultiTypeFieldPresent_throws() local447 JSONObject immunizationJson = in testValidate_unknownField_throws() local474 JSONObject immunizationJson = in testValidate_complexTypeFieldNotJsonObject_throws() local503 JSONObject immunizationJson = in testValidate_complexTypeFieldIsNull_throws() local[all …]
286 String immunizationJson = new ImmunizationBuilder().set("id", JSONObject.NULL).toJson(); in testValidateAndCreateInternalRequest_nullId_throws() local298 String immunizationJson = new ImmunizationBuilder().set("id", 123).toJson(); in testValidateAndCreateInternalRequest_nonStringId_throws() local310 String immunizationJson = new ImmunizationBuilder().set("id", "null").toJson(); in testValidateAndCreateInternalRequest_nullString_succeeds() local361 String immunizationJson = in testValidateAndCreateInternalRequest_nullResourceType_throws() local
1101 String immunizationJson = new ImmunizationBuilder().set("id", JSONObject.NULL).toJson(); in testUpsertMedicalResources_nullResourceId_throws() local1120 String immunizationJson = new ImmunizationBuilder().set("id", "null").toJson(); in testUpsertMedicalResources_nullStringResourceId_succeeds() local1139 String immunizationJson = new ImmunizationBuilder().setTextNarrative().toJson(); in testUpsertMedicalResources_resourceHasTextNarrativeSet_succeeds() local1157 String immunizationJson = new ImmunizationBuilder().set("id", 123).toJson(); in testUpsertMedicalResources_nonStringResourceId_throws() local