rubyhealthvault 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +52 -0
- data/README +19 -0
- data/Rakefile +149 -0
- data/bin/certs/HelloWorld-SDK_ID-05a059c9-c309-46af-9b86-b06d42510550.pfx +0 -0
- data/bin/certs/helloWorld.pem +52 -0
- data/bin/example.rb +80 -0
- data/bin/hv.log +118 -0
- data/lib/application.rb +37 -0
- data/lib/code_generation/xsd_parser.rb +376 -0
- data/lib/config.rb +28 -0
- data/lib/connection.rb +61 -0
- data/lib/healthvault.rb +2 -0
- data/lib/request.rb +113 -0
- data/lib/response.rb +50 -0
- data/lib/templates/complex_type_template.erb +64 -0
- data/lib/templates/simple_type_template.erb +65 -0
- data/lib/templates/thing_class_extension_template.erb +22 -0
- data/lib/utils/crypto_utils.rb +69 -0
- data/lib/utils/string_utils.rb +35 -0
- data/lib/wc_data/complex_type.rb +249 -0
- data/lib/wc_data/generated/application/app.rb +217 -0
- data/lib/wc_data/generated/application/app_id_and_incr_auth.rb +118 -0
- data/lib/wc_data/generated/application/app_large_logo.rb +56 -0
- data/lib/wc_data/generated/application/app_large_logo_info.rb +66 -0
- data/lib/wc_data/generated/application/app_persistent_tokens.rb +64 -0
- data/lib/wc_data/generated/application/app_small_logo.rb +56 -0
- data/lib/wc_data/generated/application/app_small_logo_info.rb +66 -0
- data/lib/wc_data/generated/application/app_with_logos.rb +291 -0
- data/lib/wc_data/generated/application/public_key.rb +43 -0
- data/lib/wc_data/generated/application/public_keys.rb +48 -0
- data/lib/wc_data/generated/application/statement.rb +30 -0
- data/lib/wc_data/generated/application/statement_info.rb +66 -0
- data/lib/wc_data/generated/auth/app_record_auth_action.rb +61 -0
- data/lib/wc_data/generated/auth/associated_cred_info.rb +70 -0
- data/lib/wc_data/generated/auth/auth.rb +44 -0
- data/lib/wc_data/generated/auth/auth_session_credential.rb +68 -0
- data/lib/wc_data/generated/auth/auth_session_sub_credential.rb +45 -0
- data/lib/wc_data/generated/auth/auth_xml.rb +44 -0
- data/lib/wc_data/generated/auth/federating_cred.rb +48 -0
- data/lib/wc_data/generated/auth/rule.rb +187 -0
- data/lib/wc_data/generated/auth/rules.rb +48 -0
- data/lib/wc_data/generated/auth/set.rb +70 -0
- data/lib/wc_data/generated/auth/simple_card_space_credential.rb +48 -0
- data/lib/wc_data/generated/auth/simple_passport_credential.rb +47 -0
- data/lib/wc_data/generated/auth/simple_user_pass_credential.rb +48 -0
- data/lib/wc_data/generated/auth/textual_permissions.rb +66 -0
- data/lib/wc_data/generated/auth/textual_permissions_type.rb +81 -0
- data/lib/wc_data/generated/auth/textual_rule.rb +154 -0
- data/lib/wc_data/generated/auth/token.rb +90 -0
- data/lib/wc_data/generated/auth/user_pass_auth_session_cred.rb +92 -0
- data/lib/wc_data/generated/auth/user_pass_cred.rb +70 -0
- data/lib/wc_data/generated/dates/approx_date.rb +82 -0
- data/lib/wc_data/generated/dates/approx_date_time.rb +62 -0
- data/lib/wc_data/generated/dates/date.rb +86 -0
- data/lib/wc_data/generated/dates/date_time.rb +82 -0
- data/lib/wc_data/generated/dates/day.rb +56 -0
- data/lib/wc_data/generated/dates/hour.rb +56 -0
- data/lib/wc_data/generated/dates/millisecond.rb +56 -0
- data/lib/wc_data/generated/dates/minute.rb +56 -0
- data/lib/wc_data/generated/dates/month.rb +56 -0
- data/lib/wc_data/generated/dates/second.rb +56 -0
- data/lib/wc_data/generated/dates/structured_approx_date.rb +82 -0
- data/lib/wc_data/generated/dates/time.rb +102 -0
- data/lib/wc_data/generated/dates/year.rb +56 -0
- data/lib/wc_data/generated/methods/add_application/info.rb +375 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/auth_token_info.rb +72 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/credential.rb +88 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/info.rb +50 -0
- data/lib/wc_data/generated/methods/create_connect_request/info.rb +136 -0
- data/lib/wc_data/generated/methods/delete_open_query/info.rb +50 -0
- data/lib/wc_data/generated/methods/delete_pending_connect_request/info.rb +49 -0
- data/lib/wc_data/generated/methods/get_authorized_connect_requests/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_authorized_records/info.rb +52 -0
- data/lib/wc_data/generated/methods/get_open_query_info/info.rb +50 -0
- data/lib/wc_data/generated/methods/get_person_info/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_thing_type/info.rb +118 -0
- data/lib/wc_data/generated/methods/get_thing_type/thing_type_section_spec.rb +63 -0
- data/lib/wc_data/generated/methods/get_things/info.rb +51 -0
- data/lib/wc_data/generated/methods/get_things/thing_filter_spec.rb +296 -0
- data/lib/wc_data/generated/methods/get_things/thing_format_spec.rb +75 -0
- data/lib/wc_data/generated/methods/get_things/thing_request_group.rb +197 -0
- data/lib/wc_data/generated/methods/get_things/thing_section_spec.rb +67 -0
- data/lib/wc_data/generated/methods/get_vocabulary/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_vocabulary/vocabulary_parameters.rb +73 -0
- data/lib/wc_data/generated/methods/put_things/info.rb +51 -0
- data/lib/wc_data/generated/methods/query_permissions/info.rb +51 -0
- data/lib/wc_data/generated/methods/remove_things/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/add_application/info.rb +51 -0
- data/lib/wc_data/generated/methods/response/any/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/app_auth_token_absence_reason.rb +72 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/auth_token_absence_reason.rb +49 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/info.rb +78 -0
- data/lib/wc_data/generated/methods/response/create_connect_request/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/delete_open_query/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_application_settings/app_settings.rb +54 -0
- data/lib/wc_data/generated/methods/response/get_application_settings/info.rb +70 -0
- data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/connect_request.rb +114 -0
- data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/info.rb +72 -0
- data/lib/wc_data/generated/methods/response/get_authorized_records/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/get_people_for_record/info.rb +76 -0
- data/lib/wc_data/generated/methods/response/get_person_info/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/configuration_entry.rb +71 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/info.rb +141 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/platform.rb +98 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/sdk_assembly.rb +94 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/shell.rb +95 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/shell_redirect_token.rb +93 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/xml_method.rb +75 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/xml_method_version.rb +92 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/column.rb +130 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/columns.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/image.rb +71 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/thing_type_info.rb +232 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/transform_source.rb +72 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/transforms.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_things/info.rb +54 -0
- data/lib/wc_data/generated/methods/response/get_things/thing_response_group.rb +118 -0
- data/lib/wc_data/generated/methods/response/get_things/unprocessed_thing_key_info.rb +95 -0
- data/lib/wc_data/generated/methods/response/get_vocabulary/info.rb +76 -0
- data/lib/wc_data/generated/methods/response/put_things/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/query_permissions/info.rb +54 -0
- data/lib/wc_data/generated/methods/response/query_permissions/permissions.rb +53 -0
- data/lib/wc_data/generated/methods/response/query_permissions/thing_type_permission.rb +89 -0
- data/lib/wc_data/generated/methods/response/search_vocabulary/info.rb +74 -0
- data/lib/wc_data/generated/methods/save_open_query/info.rb +227 -0
- data/lib/wc_data/generated/methods/search_vocabulary/info.rb +70 -0
- data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_params.rb +69 -0
- data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_string.rb +68 -0
- data/lib/wc_data/generated/methods/send_insecure_message/info.rb +155 -0
- data/lib/wc_data/generated/methods/send_insecure_message_from_application/from_mailbox.rb +71 -0
- data/lib/wc_data/generated/methods/send_insecure_message_from_application/info.rb +178 -0
- data/lib/wc_data/generated/methods/set_application_settings/app_settings.rb +52 -0
- data/lib/wc_data/generated/methods/set_application_settings/info.rb +48 -0
- data/lib/wc_data/generated/methods/update_application/info.rb +384 -0
- data/lib/wc_data/generated/methods/update_external_id/info.rb +70 -0
- data/lib/wc_data/generated/record/active_app_authorization.rb +196 -0
- data/lib/wc_data/generated/record/active_person_authorization.rb +290 -0
- data/lib/wc_data/generated/record/active_person_authorization_no_ids.rb +250 -0
- data/lib/wc_data/generated/record/authorized_record_state.rb +53 -0
- data/lib/wc_data/generated/record/non_active_authorization.rb +340 -0
- data/lib/wc_data/generated/record/non_active_authorization_no_ids.rb +300 -0
- data/lib/wc_data/generated/request/authenticated_session_info.rb +88 -0
- data/lib/wc_data/generated/request/header.rb +274 -0
- data/lib/wc_data/generated/request/info.rb +48 -0
- data/lib/wc_data/generated/request/offline_person_info.rb +46 -0
- data/lib/wc_data/generated/request/request.rb +86 -0
- data/lib/wc_data/generated/request/xsl.rb +64 -0
- data/lib/wc_data/generated/thing/access_avenue.rb +49 -0
- data/lib/wc_data/generated/thing/aerobic/aerobic_session.rb +112 -0
- data/lib/wc_data/generated/thing/aerobic_profile/aerobic_profile.rb +153 -0
- data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone.rb +90 -0
- data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone_group.rb +72 -0
- data/lib/wc_data/generated/thing/aerobic_profile/max_vo2.rb +68 -0
- data/lib/wc_data/generated/thing/aerobic_profile/zone_boundary.rb +68 -0
- data/lib/wc_data/generated/thing/aerobic_weekly/aerobic_weekly.rb +72 -0
- data/lib/wc_data/generated/thing/allergic_episode/allergic_episode.rb +108 -0
- data/lib/wc_data/generated/thing/allergy/allergy.rb +186 -0
- data/lib/wc_data/generated/thing/annotation/annotation.rb +144 -0
- data/lib/wc_data/generated/thing/application/app_specific.rb +137 -0
- data/lib/wc_data/generated/thing/appointment/appointment.rb +166 -0
- data/lib/wc_data/generated/thing/audit.rb +150 -0
- data/lib/wc_data/generated/thing/audit_action.rb +53 -0
- data/lib/wc_data/generated/thing/basic/basic.rb +180 -0
- data/lib/wc_data/generated/thing/basic/birthyear.rb +58 -0
- data/lib/wc_data/generated/thing/basic/country.rb +45 -0
- data/lib/wc_data/generated/thing/basic/firstdow.rb +58 -0
- data/lib/wc_data/generated/thing/basic/gender.rb +51 -0
- data/lib/wc_data/generated/thing/blood_glucose/blood_glucose.rb +172 -0
- data/lib/wc_data/generated/thing/blood_pressure/blood_pressure.rb +133 -0
- data/lib/wc_data/generated/thing/cardiac_profile/cardiac_profile.rb +209 -0
- data/lib/wc_data/generated/thing/cholesterol_profile/cholesterol_profile.rb +129 -0
- data/lib/wc_data/generated/thing/common.rb +126 -0
- data/lib/wc_data/generated/thing/concern/concern.rb +71 -0
- data/lib/wc_data/generated/thing/condition/condition.rb +127 -0
- data/lib/wc_data/generated/thing/contact/contact.rb +49 -0
- data/lib/wc_data/generated/thing/contraindication/contraindication.rb +129 -0
- data/lib/wc_data/generated/thing/daily_medication_usage/daily_medication_usage.rb +218 -0
- data/lib/wc_data/generated/thing/data_other.rb +82 -0
- data/lib/wc_data/generated/thing/data_xml.rb +80 -0
- data/lib/wc_data/generated/thing/diabetic_profile/diabetic_profile.rb +92 -0
- data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone.rb +90 -0
- data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone_group.rb +72 -0
- data/lib/wc_data/generated/thing/diabetic_profile/zone_boundary.rb +68 -0
- data/lib/wc_data/generated/thing/dietary_intake_daily/dietary_intake_daily.rb +249 -0
- data/lib/wc_data/generated/thing/directive/directive.rb +343 -0
- data/lib/wc_data/generated/thing/discharge_summary/discharge_summary.rb +366 -0
- data/lib/wc_data/generated/thing/effective_permissions.rb +66 -0
- data/lib/wc_data/generated/thing/emotion/emotion.rb +109 -0
- data/lib/wc_data/generated/thing/encounter/encounter.rb +143 -0
- data/lib/wc_data/generated/thing/equipment/device.rb +163 -0
- data/lib/wc_data/generated/thing/extension.rb +123 -0
- data/lib/wc_data/generated/thing/family_history/family_history.rb +203 -0
- data/lib/wc_data/generated/thing/family_history_condition/family_history_condition.rb +49 -0
- data/lib/wc_data/generated/thing/family_history_person/family_history_person.rb +107 -0
- data/lib/wc_data/generated/thing/file/file.rb +90 -0
- data/lib/wc_data/generated/thing/guid_and_name.rb +66 -0
- data/lib/wc_data/generated/thing/hb_a1_c/hb_a1_c.rb +111 -0
- data/lib/wc_data/generated/thing/healthcare_proxy/healthcare_proxy.rb +144 -0
- data/lib/wc_data/generated/thing/height/height.rb +71 -0
- data/lib/wc_data/generated/thing/immunization/immunization.rb +244 -0
- data/lib/wc_data/generated/thing/inhaler/alert.rb +74 -0
- data/lib/wc_data/generated/thing/inhaler/asthma_inhaler.rb +272 -0
- data/lib/wc_data/generated/thing/inhaler/dow.rb +58 -0
- data/lib/wc_data/generated/thing/inhaler/purpose.rb +55 -0
- data/lib/wc_data/generated/thing/inhaler_use/asthma_inhaler_use.rb +152 -0
- data/lib/wc_data/generated/thing/insulin/insulin_injection.rb +93 -0
- data/lib/wc_data/generated/thing/insulin_injection_use/diabetes_insulin_injection_use.rb +114 -0
- data/lib/wc_data/generated/thing/lab_test_results/lab_test_results.rb +89 -0
- data/lib/wc_data/generated/thing/life_goal/life_goal.rb +68 -0
- data/lib/wc_data/generated/thing/link/link.rb +68 -0
- data/lib/wc_data/generated/thing/medication/dose_value.rb +107 -0
- data/lib/wc_data/generated/thing/medication/medication.rb +491 -0
- data/lib/wc_data/generated/thing/microbiology/microbiology_lab_results.rb +186 -0
- data/lib/wc_data/generated/thing/password/protected/package/algorithm_name.rb +59 -0
- data/lib/wc_data/generated/thing/password/protected/package/package_encryption_type.rb +71 -0
- data/lib/wc_data/generated/thing/password/protected/package/password_protected_package.rb +53 -0
- data/lib/wc_data/generated/thing/password/protected/package/pbe_parameters_type.rb +97 -0
- data/lib/wc_data/generated/thing/payer/payer.rb +265 -0
- data/lib/wc_data/generated/thing/personal/personal.rb +303 -0
- data/lib/wc_data/generated/thing/personal_image/personal_image.rb +28 -0
- data/lib/wc_data/generated/thing/problem/importance.rb +45 -0
- data/lib/wc_data/generated/thing/problem/problem.rb +114 -0
- data/lib/wc_data/generated/thing/procedure/procedure.rb +125 -0
- data/lib/wc_data/generated/thing/radiology_lab_results/radiology_lab_results.rb +106 -0
- data/lib/wc_data/generated/thing/related_thing.rb +88 -0
- data/lib/wc_data/generated/thing/respiratory_profile/respiratory_profile.rb +109 -0
- data/lib/wc_data/generated/thing/sjam/awakening.rb +70 -0
- data/lib/wc_data/generated/thing/sjam/sleep_am.rb +195 -0
- data/lib/wc_data/generated/thing/sjam/wake_state.rb +58 -0
- data/lib/wc_data/generated/thing/sjpm/activity.rb +70 -0
- data/lib/wc_data/generated/thing/sjpm/sleep_pm.rb +162 -0
- data/lib/wc_data/generated/thing/sjpm/sleepiness.rb +58 -0
- data/lib/wc_data/generated/thing/spirometer/spirometer.rb +317 -0
- data/lib/wc_data/generated/thing/spirometer/volume_value.rb +69 -0
- data/lib/wc_data/generated/thing/thing.rb +213 -0
- data/lib/wc_data/generated/thing/thing_key.rb +66 -0
- data/lib/wc_data/generated/thing/thing_state.rb +49 -0
- data/lib/wc_data/generated/thing/thing_type.rb +64 -0
- data/lib/wc_data/generated/thing/types/address.rb +176 -0
- data/lib/wc_data/generated/thing/types/aerobic_lap_session.rb +86 -0
- data/lib/wc_data/generated/thing/types/aerobic_session.rb +745 -0
- data/lib/wc_data/generated/thing/types/aerobic_session_samples.rb +310 -0
- data/lib/wc_data/generated/thing/types/altitude_value.rb +70 -0
- data/lib/wc_data/generated/thing/types/blood_glucose_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/codable_value.rb +74 -0
- data/lib/wc_data/generated/thing/types/coded_value.rb +112 -0
- data/lib/wc_data/generated/thing/types/communication_type.rb +112 -0
- data/lib/wc_data/generated/thing/types/condition.rb +148 -0
- data/lib/wc_data/generated/thing/types/contact.rb +97 -0
- data/lib/wc_data/generated/thing/types/display_value.rb +90 -0
- data/lib/wc_data/generated/thing/types/document_reference_type.rb +112 -0
- data/lib/wc_data/generated/thing/types/double_range.rb +70 -0
- data/lib/wc_data/generated/thing/types/dow.rb +58 -0
- data/lib/wc_data/generated/thing/types/duration_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/email.rb +89 -0
- data/lib/wc_data/generated/thing/types/flow_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/general_measurement.rb +74 -0
- data/lib/wc_data/generated/thing/types/goal.rb +86 -0
- data/lib/wc_data/generated/thing/types/goal_status.rb +55 -0
- data/lib/wc_data/generated/thing/types/insulin_injection_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/lab_result_type.rb +149 -0
- data/lib/wc_data/generated/thing/types/lab_test_result_type.rb +167 -0
- data/lib/wc_data/generated/thing/types/lab_test_result_value_type.rb +99 -0
- data/lib/wc_data/generated/thing/types/lab_test_results_group_type.rb +138 -0
- data/lib/wc_data/generated/thing/types/lab_test_type.rb +209 -0
- data/lib/wc_data/generated/thing/types/language.rb +69 -0
- data/lib/wc_data/generated/thing/types/length_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/name.rb +148 -0
- data/lib/wc_data/generated/thing/types/non_negative_double.rb +45 -0
- data/lib/wc_data/generated/thing/types/one_to_five.rb +58 -0
- data/lib/wc_data/generated/thing/types/organization.rb +106 -0
- data/lib/wc_data/generated/thing/types/pace_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/percentage.rb +58 -0
- data/lib/wc_data/generated/thing/types/person.rb +146 -0
- data/lib/wc_data/generated/thing/types/phone.rb +89 -0
- data/lib/wc_data/generated/thing/types/positive_double.rb +45 -0
- data/lib/wc_data/generated/thing/types/power_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/sample.rb +88 -0
- data/lib/wc_data/generated/thing/types/sample_set.rb +116 -0
- data/lib/wc_data/generated/thing/types/speed_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/structured_measurement.rb +71 -0
- data/lib/wc_data/generated/thing/types/temperature_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/test_result_range.rb +71 -0
- data/lib/wc_data/generated/thing/types/torque_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/weight_value.rb +69 -0
- data/lib/wc_data/generated/thing/vital_signs/vital_sign_result_type.rb +166 -0
- data/lib/wc_data/generated/thing/vital_signs/vital_signs.rb +110 -0
- data/lib/wc_data/generated/thing/weight/weight.rb +70 -0
- data/lib/wc_data/generated/thing/weight_goal/weight_goal.rb +106 -0
- data/lib/wc_data/generated/types/address.rb +162 -0
- data/lib/wc_data/generated/types/app_info.rb +66 -0
- data/lib/wc_data/generated/types/app_server_cred.rb +70 -0
- data/lib/wc_data/generated/types/app_server_cred_info.rb +70 -0
- data/lib/wc_data/generated/types/app_settings.rb +50 -0
- data/lib/wc_data/generated/types/base64_sha1.rb +56 -0
- data/lib/wc_data/generated/types/card_space_cred.rb +50 -0
- data/lib/wc_data/generated/types/char2.rb +56 -0
- data/lib/wc_data/generated/types/codable_value.rb +72 -0
- data/lib/wc_data/generated/types/coded_value.rb +110 -0
- data/lib/wc_data/generated/types/culture.rb +64 -0
- data/lib/wc_data/generated/types/date_range.rb +62 -0
- data/lib/wc_data/generated/types/email.rb +82 -0
- data/lib/wc_data/generated/types/email_address.rb +56 -0
- data/lib/wc_data/generated/types/gender.rb +49 -0
- data/lib/wc_data/generated/types/group.rb +91 -0
- data/lib/wc_data/generated/types/groups.rb +50 -0
- data/lib/wc_data/generated/types/guid.rb +43 -0
- data/lib/wc_data/generated/types/hash_finalized.rb +48 -0
- data/lib/wc_data/generated/types/hash_finalized_data.rb +68 -0
- data/lib/wc_data/generated/types/hmac_algorithm.rb +48 -0
- data/lib/wc_data/generated/types/hmac_algorithm_data.rb +68 -0
- data/lib/wc_data/generated/types/hmac_finalized.rb +48 -0
- data/lib/wc_data/generated/types/hmac_finalized_data.rb +68 -0
- data/lib/wc_data/generated/types/iso3166.rb +1001 -0
- data/lib/wc_data/generated/types/iso4217.rb +733 -0
- data/lib/wc_data/generated/types/iso639_1.rb +585 -0
- data/lib/wc_data/generated/types/language_competency.rb +64 -0
- data/lib/wc_data/generated/types/localized_string.rb +64 -0
- data/lib/wc_data/generated/types/login_name.rb +56 -0
- data/lib/wc_data/generated/types/name_match_type.rb +53 -0
- data/lib/wc_data/generated/types/omb_ethnicity.rb +65 -0
- data/lib/wc_data/generated/types/open_query_info.rb +149 -0
- data/lib/wc_data/generated/types/permission.rb +61 -0
- data/lib/wc_data/generated/types/person_info.rb +214 -0
- data/lib/wc_data/generated/types/phone.rb +82 -0
- data/lib/wc_data/generated/types/positive_long.rb +43 -0
- data/lib/wc_data/generated/types/puid.rb +43 -0
- data/lib/wc_data/generated/types/rcpt_address.rb +69 -0
- data/lib/wc_data/generated/types/rcpt_person.rb +68 -0
- data/lib/wc_data/generated/types/rcpt_record.rb +48 -0
- data/lib/wc_data/generated/types/record.rb +264 -0
- data/lib/wc_data/generated/types/record_state.rb +57 -0
- data/lib/wc_data/generated/types/sig.rb +112 -0
- data/lib/wc_data/generated/types/string1024.rb +56 -0
- data/lib/wc_data/generated/types/string128.rb +56 -0
- data/lib/wc_data/generated/types/string16.rb +56 -0
- data/lib/wc_data/generated/types/string255.rb +56 -0
- data/lib/wc_data/generated/types/string32.rb +56 -0
- data/lib/wc_data/generated/types/string512.rb +56 -0
- data/lib/wc_data/generated/types/string64.rb +56 -0
- data/lib/wc_data/generated/types/stringnz.rb +43 -0
- data/lib/wc_data/generated/types/stringz1024.rb +56 -0
- data/lib/wc_data/generated/types/stringz128.rb +56 -0
- data/lib/wc_data/generated/types/stringz16.rb +56 -0
- data/lib/wc_data/generated/types/stringz255.rb +56 -0
- data/lib/wc_data/generated/types/stringz32.rb +56 -0
- data/lib/wc_data/generated/types/stringz512.rb +56 -0
- data/lib/wc_data/generated/types/stringz64.rb +56 -0
- data/lib/wc_data/generated/types/url.rb +56 -0
- data/lib/wc_data/generated/types/version.rb +56 -0
- data/lib/wc_data/generated/vocab/info_xml.rb +46 -0
- data/lib/wc_data/generated/vocab/vocabulary_code_item.rb +104 -0
- data/lib/wc_data/generated/vocab/vocabulary_code_set.rb +133 -0
- data/lib/wc_data/generated/vocab/vocabulary_key.rb +106 -0
- data/lib/wc_data/generated/vocab/vocabulary_key_info.rb +26 -0
- data/lib/wc_data/init.rb +27 -0
- data/lib/wc_data/raw_info_xml.rb +12 -0
- data/lib/wc_data/simple_type.rb +16 -0
- data/lib/wc_data/thing.rb +78 -0
- data/lib/xsd/bootstrap/request.xsd +107 -0
- data/lib/xsd/bootstrap/response-getservicedefinition.xsd +119 -0
- data/lib/xsd/bootstrap/types.xsd +1117 -0
- data/lib/xsd/common/application.xsd +766 -0
- data/lib/xsd/common/auth.xsd +1093 -0
- data/lib/xsd/common/dates.xsd +510 -0
- data/lib/xsd/common/record.xsd +1160 -0
- data/lib/xsd/common/request.xsd +524 -0
- data/lib/xsd/common/thing.xsd +881 -0
- data/lib/xsd/common/types.xsd +3131 -0
- data/lib/xsd/common/vocab.xsd +359 -0
- data/lib/xsd/requests/method-addapplication.xsd +349 -0
- data/lib/xsd/requests/method-createauthenticatedsessiontoken.xsd +216 -0
- data/lib/xsd/requests/method-createconnectrequest.xsd +143 -0
- data/lib/xsd/requests/method-deleteopenquery.xsd +75 -0
- data/lib/xsd/requests/method-deletependingconnectrequest.xsd +77 -0
- data/lib/xsd/requests/method-getauthorizedconnectrequests.xsd +78 -0
- data/lib/xsd/requests/method-getauthorizedrecords.xsd +82 -0
- data/lib/xsd/requests/method-getopenqueryinfo.xsd +74 -0
- data/lib/xsd/requests/method-getpersoninfo.xsd +80 -0
- data/lib/xsd/requests/method-getthings.xsd +516 -0
- data/lib/xsd/requests/method-getthingtype.xsd +201 -0
- data/lib/xsd/requests/method-getvocabulary.xsd +135 -0
- data/lib/xsd/requests/method-putthings.xsd +80 -0
- data/lib/xsd/requests/method-querypermissions.xsd +79 -0
- data/lib/xsd/requests/method-removethings.xsd +78 -0
- data/lib/xsd/requests/method-saveopenquery.xsd +219 -0
- data/lib/xsd/requests/method-searchvocabulary.xsd +222 -0
- data/lib/xsd/requests/method-sendinsecuremessage.xsd +185 -0
- data/lib/xsd/requests/method-sendinsecuremessagefromapplication.xsd +274 -0
- data/lib/xsd/requests/method-setapplicationsettings.xsd +166 -0
- data/lib/xsd/requests/method-updateapplication.xsd +357 -0
- data/lib/xsd/requests/method-updateexternalid.xsd +84 -0
- data/lib/xsd/responses/response-addapplication.xsd +79 -0
- data/lib/xsd/responses/response-any.xsd +59 -0
- data/lib/xsd/responses/response-createauthenticatedsessiontoken.xsd +167 -0
- data/lib/xsd/responses/response-createconnectrequest.xsd +88 -0
- data/lib/xsd/responses/response-deleteopenquery.xsd +87 -0
- data/lib/xsd/responses/response-getapplicationsettings.xsd +192 -0
- data/lib/xsd/responses/response-getauthorizedconnectrequests.xsd +135 -0
- data/lib/xsd/responses/response-getauthorizedrecords.xsd +76 -0
- data/lib/xsd/responses/response-getopenqueryinfo.xsd +64 -0
- data/lib/xsd/responses/response-getpeopleforrecord.xsd +95 -0
- data/lib/xsd/responses/response-getpersoninfo.xsd +87 -0
- data/lib/xsd/responses/response-getservicedefinition.xsd +515 -0
- data/lib/xsd/responses/response-getthings.xsd +198 -0
- data/lib/xsd/responses/response-getthingtype.xsd +457 -0
- data/lib/xsd/responses/response-getvocabulary.xsd +93 -0
- data/lib/xsd/responses/response-putthings.xsd +63 -0
- data/lib/xsd/responses/response-querypermissions.xsd +182 -0
- data/lib/xsd/responses/response-saveopenquery.xsd +62 -0
- data/lib/xsd/responses/response-searchvocabulary.xsd +90 -0
- data/lib/xsd/things/Advance Directive.xsd +60 -0
- data/lib/xsd/things/Aerobic Exercise Session.xsd +19 -0
- data/lib/xsd/things/Aerobic Profile.xsd +143 -0
- data/lib/xsd/things/Allergic Episode.xsd +17 -0
- data/lib/xsd/things/Allergy.xsd +39 -0
- data/lib/xsd/things/Application-Specific Information.xsd +42 -0
- data/lib/xsd/things/Appointment.xsd +24 -0
- data/lib/xsd/things/Asthma Inhaler Usage.xsd +44 -0
- data/lib/xsd/things/Asthma Inhaler.xsd +99 -0
- data/lib/xsd/things/Base Thing Type.xsd +1000 -0
- data/lib/xsd/things/Basic Demographic Information.xsd +49 -0
- data/lib/xsd/things/Blood Glucose Measurement.xsd +28 -0
- data/lib/xsd/things/Blood Pressure Measurement.xsd +30 -0
- data/lib/xsd/things/Cardiac Profile.xsd +80 -0
- data/lib/xsd/things/Cholesterol Profile (Lipid Profile).xsd +38 -0
- data/lib/xsd/things/Concern.xsd +17 -0
- data/lib/xsd/things/Condition.xsd +28 -0
- data/lib/xsd/things/Continuity of Care Record.xsd +3 -0
- data/lib/xsd/things/Contraindication.xsd +27 -0
- data/lib/xsd/things/Daily Dietary Intake.xsd +51 -0
- data/lib/xsd/things/Daily Medication Usage.xsd +41 -0
- data/lib/xsd/things/Device.xsd +24 -0
- data/lib/xsd/things/Diabetes Insulin Injection Use.xsd +26 -0
- data/lib/xsd/things/Diabetic Profile.xsd +92 -0
- data/lib/xsd/things/Discharge Summary.xsd +43 -0
- data/lib/xsd/things/Emergency or Provider Contact.xsd +11 -0
- data/lib/xsd/things/Emotional State.xsd +24 -0
- data/lib/xsd/things/Encounter (old).xsd +21 -0
- data/lib/xsd/things/Encounter.xsd +19 -0
- data/lib/xsd/things/Family History Condition.xsd +12 -0
- data/lib/xsd/things/Family History Person.xsd +18 -0
- data/lib/xsd/things/Family History.xsd +27 -0
- data/lib/xsd/things/File.xsd +28 -0
- data/lib/xsd/things/HL7 Continuity of Care Document.xsd +33 -0
- data/lib/xsd/things/HbA1C Measurement.xsd +23 -0
- data/lib/xsd/things/Healthcare Proxy.xsd +21 -0
- data/lib/xsd/things/Height Measurement.xsd +13 -0
- data/lib/xsd/things/Immunization.xsd +32 -0
- data/lib/xsd/things/Insulin Injection.xsd +30 -0
- data/lib/xsd/things/Insurance Plan.xsd +46 -0
- data/lib/xsd/things/Lab Test Result.xsd +11 -0
- data/lib/xsd/things/Life Goal.xsd +19 -0
- data/lib/xsd/things/Link.xsd +12 -0
- data/lib/xsd/things/Medical Annotation.xsd +21 -0
- data/lib/xsd/things/Medical Problem.xsd +15 -0
- data/lib/xsd/things/Medication.xsd +82 -0
- data/lib/xsd/things/Microbiology Lab Test Result.xsd +25 -0
- data/lib/xsd/things/Password Protected Package.xsd +23 -0
- data/lib/xsd/things/Personal Contact Information.xsd +18 -0
- data/lib/xsd/things/Personal Demographic Information.xsd +63 -0
- data/lib/xsd/things/Personal Image.xsd +13 -0
- data/lib/xsd/things/Procedure.xsd +19 -0
- data/lib/xsd/things/Radiology Lab Result.xsd +19 -0
- data/lib/xsd/things/Respiratory Profile.xsd +33 -0
- data/lib/xsd/things/Sleep Related Activity.xsd +45 -0
- data/lib/xsd/things/Sleep Session.xsd +51 -0
- data/lib/xsd/things/Spirometer Measurement.xsd +113 -0
- data/lib/xsd/things/Vital Signs.xsd +31 -0
- data/lib/xsd/things/Weekly Aerobic Exercise Goal.xsd +25 -0
- data/lib/xsd/things/Weight Goal.xsd +33 -0
- data/lib/xsd/things/Weight Measurement.xsd +10 -0
- data/spec/connection_spec.rb +17 -0
- data/spec/request_spec.rb +42 -0
- data/spec/support/test_server.rb +42 -0
- metadata +646 -0
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.SendInsecureMessage"
|
|
4
|
+
xmlns:wc-method="urn:com.microsoft.wc.methods.SendInsecureMessage"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
|
|
10
|
+
METHOD-SENDINSECUREMESSAGE.XSD
|
|
11
|
+
Microsoft Wildcat
|
|
12
|
+
|
|
13
|
+
Platform API: Info schema for SendInsecureMessage method
|
|
14
|
+
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<import
|
|
18
|
+
namespace="urn:com.microsoft.wc.types"
|
|
19
|
+
schemaLocation="types.xsd" />
|
|
20
|
+
|
|
21
|
+
<annotation>
|
|
22
|
+
<documentation>
|
|
23
|
+
<summary>
|
|
24
|
+
Sends an insecure email message to the specified recipients.
|
|
25
|
+
</summary>
|
|
26
|
+
|
|
27
|
+
<remarks>
|
|
28
|
+
An email gets sent from the authenticated person to the
|
|
29
|
+
specified recipients. The recipients can be specified by
|
|
30
|
+
their email address, by using their Microsoft Health
|
|
31
|
+
account unique identifier, or by specifying the health record
|
|
32
|
+
unique identifier. If the health record unique identifier
|
|
33
|
+
is specified, then all custodians of the record will
|
|
34
|
+
receive the message.
|
|
35
|
+
</remarks>
|
|
36
|
+
<method-visibility>Public</method-visibility>
|
|
37
|
+
<errors>
|
|
38
|
+
<error id="MAIL_ADDRESS_MALFORMED">
|
|
39
|
+
If a recipient address is specified and the email
|
|
40
|
+
address is not a properly formatted email address.
|
|
41
|
+
</error>
|
|
42
|
+
<error id="INVALID_PERSON">
|
|
43
|
+
If a recipient address is specified using a
|
|
44
|
+
Microsoft Health account unique identifier and the
|
|
45
|
+
account does not exist or is not active.
|
|
46
|
+
</error>
|
|
47
|
+
<error id="EMAIL_NOT_VALIDATED">
|
|
48
|
+
If a recipient address is specified using a
|
|
49
|
+
Microsoft Health account unique identifier or the
|
|
50
|
+
unique health record identifier and the
|
|
51
|
+
email address for the account has not been validated,
|
|
52
|
+
or the sender's e-mail address has not been validated.
|
|
53
|
+
</error>
|
|
54
|
+
<error id="INVALID_RECORD">
|
|
55
|
+
If the health record unique identifier is specified
|
|
56
|
+
as the recipient and the record could not be found.
|
|
57
|
+
</error>
|
|
58
|
+
<error id="INVALID_RECORD_STATE">
|
|
59
|
+
If the health record unique identifier is specified
|
|
60
|
+
as the recipient and the record is not in the active
|
|
61
|
+
or read-only state.
|
|
62
|
+
</error>
|
|
63
|
+
</errors>
|
|
64
|
+
</documentation>
|
|
65
|
+
</annotation>
|
|
66
|
+
|
|
67
|
+
<!-- SendInsecureMessage - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
68
|
+
|
|
69
|
+
<element name="info">
|
|
70
|
+
<complexType>
|
|
71
|
+
<annotation>
|
|
72
|
+
<documentation>
|
|
73
|
+
<summary>
|
|
74
|
+
The element of the request that contains the method
|
|
75
|
+
specific parameters.
|
|
76
|
+
</summary>
|
|
77
|
+
|
|
78
|
+
<remarks>
|
|
79
|
+
All requests contain the info element to pass parameters
|
|
80
|
+
that are specific to each method. If the method does not
|
|
81
|
+
define an info element, the method does not take any
|
|
82
|
+
parameters.
|
|
83
|
+
</remarks>
|
|
84
|
+
</documentation>
|
|
85
|
+
</annotation>
|
|
86
|
+
<sequence>
|
|
87
|
+
|
|
88
|
+
<element name="rcpt-address" type="wc-types:RcptAddress"
|
|
89
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
90
|
+
<annotation>
|
|
91
|
+
<documentation>
|
|
92
|
+
<summary>
|
|
93
|
+
The email address(es) to send the message to.
|
|
94
|
+
</summary>
|
|
95
|
+
</documentation>
|
|
96
|
+
</annotation>
|
|
97
|
+
</element>
|
|
98
|
+
|
|
99
|
+
<element name="rcpt-person" type="wc-types:RcptPerson"
|
|
100
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
101
|
+
<annotation>
|
|
102
|
+
<documentation>
|
|
103
|
+
<summary>
|
|
104
|
+
The Microsoft Health account(s) to send the
|
|
105
|
+
message to.
|
|
106
|
+
</summary>
|
|
107
|
+
</documentation>
|
|
108
|
+
</annotation>
|
|
109
|
+
</element>
|
|
110
|
+
|
|
111
|
+
<element name="rcpt-record" type="wc-types:RcptRecord"
|
|
112
|
+
minOccurs="0" maxOccurs="1" >
|
|
113
|
+
<annotation>
|
|
114
|
+
<documentation>
|
|
115
|
+
<summary>
|
|
116
|
+
The health record custodians to send the message
|
|
117
|
+
to.
|
|
118
|
+
</summary>
|
|
119
|
+
</documentation>
|
|
120
|
+
</annotation>
|
|
121
|
+
</element>
|
|
122
|
+
<!-- uses request rec -->
|
|
123
|
+
|
|
124
|
+
<element name="subject" type="string"
|
|
125
|
+
minOccurs="1" maxOccurs="1" >
|
|
126
|
+
<annotation>
|
|
127
|
+
<documentation>
|
|
128
|
+
<summary>
|
|
129
|
+
The subject of the message.
|
|
130
|
+
</summary>
|
|
131
|
+
|
|
132
|
+
<remarks>
|
|
133
|
+
This will show up in the subject field
|
|
134
|
+
of the email message.
|
|
135
|
+
</remarks>
|
|
136
|
+
</documentation>
|
|
137
|
+
</annotation>
|
|
138
|
+
</element>
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<element name="text-body" type="string"
|
|
142
|
+
minOccurs="0" maxOccurs="1" >
|
|
143
|
+
<annotation>
|
|
144
|
+
<documentation>
|
|
145
|
+
<summary>
|
|
146
|
+
A textual representation of the message.
|
|
147
|
+
</summary>
|
|
148
|
+
|
|
149
|
+
<remarks>
|
|
150
|
+
The message can consist of two parts. One
|
|
151
|
+
part of the message can consist of richly
|
|
152
|
+
formatted text using HTML and the other must
|
|
153
|
+
be plain text to support email programs that
|
|
154
|
+
don't support the rich views or those where
|
|
155
|
+
rich viewing has been disabled.
|
|
156
|
+
</remarks>
|
|
157
|
+
</documentation>
|
|
158
|
+
</annotation>
|
|
159
|
+
</element>
|
|
160
|
+
|
|
161
|
+
<element name="html-body" type="string"
|
|
162
|
+
minOccurs="0" maxOccurs="1" >
|
|
163
|
+
<annotation>
|
|
164
|
+
<documentation>
|
|
165
|
+
<summary>
|
|
166
|
+
An HTML representation of the message.
|
|
167
|
+
</summary>
|
|
168
|
+
|
|
169
|
+
<remarks>
|
|
170
|
+
The message can consist of two parts. One
|
|
171
|
+
part of the message can consist of richly
|
|
172
|
+
formatted text using HTML and the other must
|
|
173
|
+
be plain text to support email programs that
|
|
174
|
+
don't support the rich views or those where
|
|
175
|
+
rich viewing has been disabled.
|
|
176
|
+
</remarks>
|
|
177
|
+
</documentation>
|
|
178
|
+
</annotation>
|
|
179
|
+
</element>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
</sequence>
|
|
183
|
+
</complexType>
|
|
184
|
+
</element>
|
|
185
|
+
</schema>
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.SendInsecureMessageFromApplication"
|
|
4
|
+
xmlns:wc-method="urn:com.microsoft.wc.methods.SendInsecureMessageFromApplication"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
|
|
10
|
+
METHOD-SENDINSECUREMESSAGEFROMAPPLICATIONS.XSD
|
|
11
|
+
Microsoft Wildcat
|
|
12
|
+
|
|
13
|
+
Platform API: Info schema for SendInsecureMessageFromApplication method
|
|
14
|
+
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<import
|
|
18
|
+
namespace="urn:com.microsoft.wc.types"
|
|
19
|
+
schemaLocation="types.xsd" />
|
|
20
|
+
|
|
21
|
+
<annotation>
|
|
22
|
+
<documentation>
|
|
23
|
+
<summary>
|
|
24
|
+
Sends an insecure email message originating from the
|
|
25
|
+
application to the specified recipients.
|
|
26
|
+
</summary>
|
|
27
|
+
|
|
28
|
+
<remarks>
|
|
29
|
+
An email gets sent from a specified mailbox name within the
|
|
30
|
+
application to the specified recipients. The mailbox name
|
|
31
|
+
that's specified is appended to the application's domain name
|
|
32
|
+
to form the e-mail address of the sender. The recipients can
|
|
33
|
+
be specified by their email address, by using their
|
|
34
|
+
Microsoft Health account unique identifier, or by specifying
|
|
35
|
+
the health record unique identifier. If the health record
|
|
36
|
+
unique identifier is specified, then all custodians of the
|
|
37
|
+
record will receive the message.
|
|
38
|
+
|
|
39
|
+
This method returns an error if the application's domain name
|
|
40
|
+
hasn't been previously defined (usually part of application
|
|
41
|
+
registration). Contact the Microsoft Health Partner team at:
|
|
42
|
+
hsfb@microsoft.com if this has not been set.
|
|
43
|
+
</remarks>
|
|
44
|
+
<method-visibility>Public</method-visibility>
|
|
45
|
+
<errors>
|
|
46
|
+
<error id="MAIL_ADDRESS_MALFORMED">
|
|
47
|
+
If a recipient address is specified and the email
|
|
48
|
+
address is not a properly formatted email address.
|
|
49
|
+
</error>
|
|
50
|
+
<error id="INVALID_PERSON">
|
|
51
|
+
If a recipient address is specified using a
|
|
52
|
+
Microsoft Health account unique identifier and the
|
|
53
|
+
account does not exist or is not active.
|
|
54
|
+
</error>
|
|
55
|
+
<error id="EMAIL_NOT_VALIDATED">
|
|
56
|
+
If a recipient address is specified using a
|
|
57
|
+
Microsoft Health account unique identifier or the
|
|
58
|
+
unique health record identifier and the
|
|
59
|
+
email address for the account has not be validated,
|
|
60
|
+
or the sender's e-mail address has not been validated.
|
|
61
|
+
</error>
|
|
62
|
+
<error id="INVALID_RECORD">
|
|
63
|
+
If the health record unique identifier is specified
|
|
64
|
+
as the recipient and the record could not be found.
|
|
65
|
+
</error>
|
|
66
|
+
<error id="INVALID_RECORD_STATE">
|
|
67
|
+
If the health record unique identifier is specified
|
|
68
|
+
as the recipient and the record is not in the active
|
|
69
|
+
or read-only state.
|
|
70
|
+
</error>
|
|
71
|
+
<error id="DOMAIN_NAME_NOT_SET">
|
|
72
|
+
If the domain name of the application hasn't been set.
|
|
73
|
+
</error>
|
|
74
|
+
</errors>
|
|
75
|
+
</documentation>
|
|
76
|
+
</annotation>
|
|
77
|
+
|
|
78
|
+
<!-- SendInsecureMessage - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<!-- leaving this as a separate type since we may choose to add other fields
|
|
82
|
+
later. e.g. reply-to, -->
|
|
83
|
+
<complexType name="FromMailbox">
|
|
84
|
+
<annotation>
|
|
85
|
+
<documentation>
|
|
86
|
+
<summary>
|
|
87
|
+
|
|
88
|
+
</summary>
|
|
89
|
+
|
|
90
|
+
<remarks>
|
|
91
|
+
This specifies a mailbox within the application that is
|
|
92
|
+
sending the message.
|
|
93
|
+
</remarks>
|
|
94
|
+
</documentation>
|
|
95
|
+
</annotation>
|
|
96
|
+
<sequence>
|
|
97
|
+
<element name="mailbox-name" type="wc-types:string255" >
|
|
98
|
+
<annotation>
|
|
99
|
+
<documentation>
|
|
100
|
+
<summary>
|
|
101
|
+
The app specified name of the mailbox from which
|
|
102
|
+
the message is being sent.
|
|
103
|
+
</summary>
|
|
104
|
+
|
|
105
|
+
<remarks>
|
|
106
|
+
This is appended to the domain name of the
|
|
107
|
+
application to form the From email address.
|
|
108
|
+
This parameter should only contain the characters
|
|
109
|
+
before the @ symbol of the email address.
|
|
110
|
+
</remarks>
|
|
111
|
+
</documentation>
|
|
112
|
+
</annotation>
|
|
113
|
+
</element>
|
|
114
|
+
|
|
115
|
+
<element name="name" type="wc-types:string255" >
|
|
116
|
+
<annotation>
|
|
117
|
+
<documentation>
|
|
118
|
+
<summary>
|
|
119
|
+
The display name of the sender
|
|
120
|
+
</summary>
|
|
121
|
+
</documentation>
|
|
122
|
+
</annotation>
|
|
123
|
+
</element>
|
|
124
|
+
|
|
125
|
+
</sequence>
|
|
126
|
+
</complexType>
|
|
127
|
+
|
|
128
|
+
<element name="info">
|
|
129
|
+
<complexType>
|
|
130
|
+
<annotation>
|
|
131
|
+
<documentation>
|
|
132
|
+
<summary>
|
|
133
|
+
The element of the request that contains the method
|
|
134
|
+
specific parameters.
|
|
135
|
+
</summary>
|
|
136
|
+
|
|
137
|
+
<remarks>
|
|
138
|
+
All requests contain the info element to pass parameters
|
|
139
|
+
that are specific to each method. If the method does not
|
|
140
|
+
define an info element, the method does not take any
|
|
141
|
+
parameters.
|
|
142
|
+
</remarks>
|
|
143
|
+
</documentation>
|
|
144
|
+
</annotation>
|
|
145
|
+
<sequence>
|
|
146
|
+
|
|
147
|
+
<element name="from-mailbox" type="wc-method:FromMailbox" >
|
|
148
|
+
<annotation>
|
|
149
|
+
<documentation>
|
|
150
|
+
<summary>
|
|
151
|
+
The mailbox name is an application specified
|
|
152
|
+
string which identifies the sender within the
|
|
153
|
+
application.
|
|
154
|
+
</summary>
|
|
155
|
+
|
|
156
|
+
<remarks>
|
|
157
|
+
This mailbox name will be appended to the app's
|
|
158
|
+
domain name to form the message's From email
|
|
159
|
+
address.
|
|
160
|
+
</remarks>
|
|
161
|
+
</documentation>
|
|
162
|
+
</annotation>
|
|
163
|
+
</element>
|
|
164
|
+
|
|
165
|
+
<element name="rcpt-address" type="wc-types:RcptAddress"
|
|
166
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
167
|
+
<annotation>
|
|
168
|
+
<documentation>
|
|
169
|
+
<summary>
|
|
170
|
+
The email address(es) to send the message to.
|
|
171
|
+
</summary>
|
|
172
|
+
</documentation>
|
|
173
|
+
</annotation>
|
|
174
|
+
</element>
|
|
175
|
+
|
|
176
|
+
<element name="rcpt-person" type="wc-types:RcptPerson"
|
|
177
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
178
|
+
<annotation>
|
|
179
|
+
<documentation>
|
|
180
|
+
<summary>
|
|
181
|
+
The Microsoft Health account(s) to send the
|
|
182
|
+
message to.
|
|
183
|
+
</summary>
|
|
184
|
+
</documentation>
|
|
185
|
+
</annotation>
|
|
186
|
+
</element>
|
|
187
|
+
|
|
188
|
+
<element name="rcpt-record" type="wc-types:RcptRecord"
|
|
189
|
+
minOccurs="0" maxOccurs="1" >
|
|
190
|
+
<annotation>
|
|
191
|
+
<documentation>
|
|
192
|
+
<summary>
|
|
193
|
+
Specifies that custodians of the health record
|
|
194
|
+
identifier in the request envelope, should
|
|
195
|
+
be sent the message.
|
|
196
|
+
</summary>
|
|
197
|
+
|
|
198
|
+
<remarks>
|
|
199
|
+
The recordId is passed in the request header.
|
|
200
|
+
The application making the request and the
|
|
201
|
+
person through which the authorization was
|
|
202
|
+
obtained must be authorized for the record.
|
|
203
|
+
The person must be either authenticated, or
|
|
204
|
+
if the person is offline, their person Id
|
|
205
|
+
specified through the offline person info in
|
|
206
|
+
the request header.
|
|
207
|
+
</remarks>
|
|
208
|
+
</documentation>
|
|
209
|
+
</annotation>
|
|
210
|
+
</element>
|
|
211
|
+
<!-- uses request rec -->
|
|
212
|
+
|
|
213
|
+
<element name="subject" type="string"
|
|
214
|
+
minOccurs="1" maxOccurs="1" >
|
|
215
|
+
<annotation>
|
|
216
|
+
<documentation>
|
|
217
|
+
<summary>
|
|
218
|
+
The subject of the message.
|
|
219
|
+
</summary>
|
|
220
|
+
|
|
221
|
+
<remarks>
|
|
222
|
+
This will show up in the subject field
|
|
223
|
+
of the email message.
|
|
224
|
+
</remarks>
|
|
225
|
+
</documentation>
|
|
226
|
+
</annotation>
|
|
227
|
+
</element>
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
<element name="text-body" type="string"
|
|
231
|
+
minOccurs="0" maxOccurs="1" >
|
|
232
|
+
<annotation>
|
|
233
|
+
<documentation>
|
|
234
|
+
<summary>
|
|
235
|
+
A textual representation of the message.
|
|
236
|
+
</summary>
|
|
237
|
+
|
|
238
|
+
<remarks>
|
|
239
|
+
The message can consist of two parts. One
|
|
240
|
+
part of the message can consist of richly
|
|
241
|
+
formatted text using HTML and the other must
|
|
242
|
+
be plain text to support email programs that
|
|
243
|
+
don't support the rich views or those where
|
|
244
|
+
rich viewing has been disabled.
|
|
245
|
+
</remarks>
|
|
246
|
+
</documentation>
|
|
247
|
+
</annotation>
|
|
248
|
+
</element>
|
|
249
|
+
|
|
250
|
+
<element name="html-body" type="string"
|
|
251
|
+
minOccurs="0" maxOccurs="1" >
|
|
252
|
+
<annotation>
|
|
253
|
+
<documentation>
|
|
254
|
+
<summary>
|
|
255
|
+
An HTML representation of the message.
|
|
256
|
+
</summary>
|
|
257
|
+
|
|
258
|
+
<remarks>
|
|
259
|
+
The message can consist of two parts. One
|
|
260
|
+
part of the message can consist of richly
|
|
261
|
+
formatted text using HTML and the other must
|
|
262
|
+
be plain text to support email programs that
|
|
263
|
+
don't support the rich views or those where
|
|
264
|
+
rich viewing has been disabled.
|
|
265
|
+
</remarks>
|
|
266
|
+
</documentation>
|
|
267
|
+
</annotation>
|
|
268
|
+
</element>
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
</sequence>
|
|
272
|
+
</complexType>
|
|
273
|
+
</element>
|
|
274
|
+
</schema>
|