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,201 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.GetThingType"
|
|
4
|
+
xmlns:wc-getthingtypes="urn:com.microsoft.wc.methods.GetThingType"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
|
|
10
|
+
METHOD-GETTHINGTYPES.XSD
|
|
11
|
+
Microsoft Wildcat
|
|
12
|
+
|
|
13
|
+
Platform API: Info schema for GetThingType 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
|
+
This method is used to get information about supported thing types
|
|
25
|
+
</summary>
|
|
26
|
+
|
|
27
|
+
<remarks>
|
|
28
|
+
|
|
29
|
+
</remarks>
|
|
30
|
+
<method-visibility>Public</method-visibility>
|
|
31
|
+
</documentation>
|
|
32
|
+
</annotation>
|
|
33
|
+
|
|
34
|
+
<!-- GETTHINGTYPES - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
35
|
+
<simpleType name ="ThingTypeSectionSpec">
|
|
36
|
+
<annotation>
|
|
37
|
+
<documentation>
|
|
38
|
+
<summary>
|
|
39
|
+
This allows the caller to specify which information about a thing type
|
|
40
|
+
should be returned with this request.
|
|
41
|
+
</summary>
|
|
42
|
+
|
|
43
|
+
<remarks>
|
|
44
|
+
|
|
45
|
+
</remarks>
|
|
46
|
+
</documentation>
|
|
47
|
+
</annotation>
|
|
48
|
+
<restriction base="string">
|
|
49
|
+
<enumeration value="core">
|
|
50
|
+
<annotation>
|
|
51
|
+
<documentation>
|
|
52
|
+
<summary>
|
|
53
|
+
The essential information about the thing type should
|
|
54
|
+
be returned.
|
|
55
|
+
</summary>
|
|
56
|
+
</documentation>
|
|
57
|
+
</annotation>
|
|
58
|
+
</enumeration>
|
|
59
|
+
<enumeration value="xsd">
|
|
60
|
+
<annotation>
|
|
61
|
+
<documentation>
|
|
62
|
+
<summary>
|
|
63
|
+
The schema of the thing type should
|
|
64
|
+
be returned.
|
|
65
|
+
</summary>
|
|
66
|
+
</documentation>
|
|
67
|
+
</annotation>
|
|
68
|
+
</enumeration>
|
|
69
|
+
<enumeration value="columns">
|
|
70
|
+
<annotation>
|
|
71
|
+
<documentation>
|
|
72
|
+
<summary>
|
|
73
|
+
Columns used by the thing type should
|
|
74
|
+
be returned.
|
|
75
|
+
</summary>
|
|
76
|
+
</documentation>
|
|
77
|
+
</annotation>
|
|
78
|
+
</enumeration>
|
|
79
|
+
<enumeration value="transforms">
|
|
80
|
+
<annotation>
|
|
81
|
+
<documentation>
|
|
82
|
+
<summary>
|
|
83
|
+
The transforms supported by the thing type should
|
|
84
|
+
be returned.
|
|
85
|
+
</summary>
|
|
86
|
+
</documentation>
|
|
87
|
+
</annotation>
|
|
88
|
+
</enumeration>
|
|
89
|
+
<enumeration value="transformsource">
|
|
90
|
+
<annotation>
|
|
91
|
+
<documentation>
|
|
92
|
+
<summary>
|
|
93
|
+
The transforms and their XSL source supported by the thing type should
|
|
94
|
+
be returned.
|
|
95
|
+
</summary>
|
|
96
|
+
</documentation>
|
|
97
|
+
</annotation>
|
|
98
|
+
</enumeration>
|
|
99
|
+
</restriction>
|
|
100
|
+
</simpleType>
|
|
101
|
+
|
|
102
|
+
<element name="info">
|
|
103
|
+
<complexType>
|
|
104
|
+
<annotation>
|
|
105
|
+
<documentation>
|
|
106
|
+
<summary>
|
|
107
|
+
The element of the request that contains the method
|
|
108
|
+
specific parameters.
|
|
109
|
+
</summary>
|
|
110
|
+
|
|
111
|
+
<remarks>
|
|
112
|
+
All requests contain the info element to pass parameters
|
|
113
|
+
that are specific to each method. If the method does not
|
|
114
|
+
define an info element, the method does not take any
|
|
115
|
+
parameters.
|
|
116
|
+
</remarks>
|
|
117
|
+
</documentation>
|
|
118
|
+
</annotation>
|
|
119
|
+
<sequence>
|
|
120
|
+
<element name="id"
|
|
121
|
+
type="wc-types:guid"
|
|
122
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
123
|
+
<annotation>
|
|
124
|
+
<documentation>
|
|
125
|
+
<summary>
|
|
126
|
+
Optional parameter. If a list of thing-types is provided,
|
|
127
|
+
information about those thing types are returned.
|
|
128
|
+
If a list is not provided, then a list of all supported
|
|
129
|
+
thing types is returned.
|
|
130
|
+
</summary>
|
|
131
|
+
|
|
132
|
+
<remarks>
|
|
133
|
+
|
|
134
|
+
</remarks>
|
|
135
|
+
</documentation>
|
|
136
|
+
</annotation>
|
|
137
|
+
</element>
|
|
138
|
+
|
|
139
|
+
<element name="section"
|
|
140
|
+
type="wc-getthingtypes:ThingTypeSectionSpec"
|
|
141
|
+
minOccurs ="0" maxOccurs="5">
|
|
142
|
+
<annotation>
|
|
143
|
+
<documentation>
|
|
144
|
+
<summary>
|
|
145
|
+
Indicates which information about a thing-type
|
|
146
|
+
is to be returned.
|
|
147
|
+
</summary>
|
|
148
|
+
|
|
149
|
+
<remarks>
|
|
150
|
+
|
|
151
|
+
</remarks>
|
|
152
|
+
</documentation>
|
|
153
|
+
</annotation>
|
|
154
|
+
</element>
|
|
155
|
+
|
|
156
|
+
<element name="image-type" type="string" minOccurs="0" maxOccurs="unbounded">
|
|
157
|
+
<annotation>
|
|
158
|
+
<documentation>
|
|
159
|
+
<summary>
|
|
160
|
+
Specifies which thing type images should be retrieved.
|
|
161
|
+
</summary>
|
|
162
|
+
<remarks>
|
|
163
|
+
This requests an image of the specified mime type should be returned.
|
|
164
|
+
For example, to request a GIF image, "image/gif" should be specified.
|
|
165
|
+
For icons, "image/vnd.microsoft.icon" should be specified. Note, not
|
|
166
|
+
all thing types will have all image types and some may not have any
|
|
167
|
+
images at all.
|
|
168
|
+
|
|
169
|
+
If '*' is specified, all image types will be returned.
|
|
170
|
+
</remarks>
|
|
171
|
+
</documentation>
|
|
172
|
+
</annotation>
|
|
173
|
+
</element>
|
|
174
|
+
|
|
175
|
+
<element name="last-client-refresh" type="dateTime" minOccurs="0">
|
|
176
|
+
<annotation>
|
|
177
|
+
<documentation>
|
|
178
|
+
<summary>
|
|
179
|
+
Allows the caller to tell the server to only respond if there have
|
|
180
|
+
been changes made to the thing types since the date/time specified.
|
|
181
|
+
</summary>
|
|
182
|
+
<remarks>
|
|
183
|
+
This parameter is typically used by callers who cache the results of
|
|
184
|
+
the response. You can timestamp the data returned and then poll for
|
|
185
|
+
thing type updates periodically and pass that timestamp in this parameter.
|
|
186
|
+
The server will determine if any updates have occurred since that
|
|
187
|
+
timestamp and only return results if there were any updates. This
|
|
188
|
+
determination does not take into account the data you are asking for
|
|
189
|
+
in the section or image-type specified but for all thing type definitions.
|
|
190
|
+
Note, there may be slight variations between servers depending on
|
|
191
|
+
when each server was updated with the new data. This variation may
|
|
192
|
+
differ in a number of minutes but under normal conditions will be
|
|
193
|
+
less than an hour.
|
|
194
|
+
</remarks>
|
|
195
|
+
</documentation>
|
|
196
|
+
</annotation>
|
|
197
|
+
</element>
|
|
198
|
+
</sequence>
|
|
199
|
+
</complexType>
|
|
200
|
+
</element>
|
|
201
|
+
</schema>
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.GetVocabulary"
|
|
4
|
+
xmlns:wc-getvocabulary="urn:com.microsoft.wc.methods.GetVocabulary"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns:wc-vocab="urn:com.microsoft.wc.vocab"
|
|
7
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
8
|
+
|
|
9
|
+
<!--
|
|
10
|
+
|
|
11
|
+
METHOD-GETVOCABULARY.XSD
|
|
12
|
+
Microsoft Wildcat
|
|
13
|
+
|
|
14
|
+
Platform API: Info schema for getvocabulary method
|
|
15
|
+
|
|
16
|
+
-->
|
|
17
|
+
|
|
18
|
+
<import namespace="urn:com.microsoft.wc.types" schemaLocation="types.xsd" />
|
|
19
|
+
<import namespace="urn:com.microsoft.wc.vocab" schemaLocation="vocab.xsd" />
|
|
20
|
+
|
|
21
|
+
<annotation>
|
|
22
|
+
<documentation>
|
|
23
|
+
<summary>
|
|
24
|
+
This method is used to get the code items associated with a vocabulary.
|
|
25
|
+
</summary>
|
|
26
|
+
|
|
27
|
+
<remarks>
|
|
28
|
+
|
|
29
|
+
</remarks>
|
|
30
|
+
<method-visibility>Public</method-visibility>
|
|
31
|
+
</documentation>
|
|
32
|
+
</annotation>
|
|
33
|
+
|
|
34
|
+
<!-- GETVOCABULARY - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
35
|
+
|
|
36
|
+
<complexType name="VocabularyParameters">
|
|
37
|
+
<annotation>
|
|
38
|
+
<documentation>
|
|
39
|
+
<summary>
|
|
40
|
+
The parameters necessary to request for a particular vocabulary.
|
|
41
|
+
</summary>
|
|
42
|
+
|
|
43
|
+
<remarks>
|
|
44
|
+
|
|
45
|
+
</remarks>
|
|
46
|
+
</documentation>
|
|
47
|
+
</annotation>
|
|
48
|
+
<sequence>
|
|
49
|
+
<element name="vocabulary-key"
|
|
50
|
+
type="wc-vocab:VocabularyKey"
|
|
51
|
+
minOccurs="1" maxOccurs="unbounded">
|
|
52
|
+
<annotation>
|
|
53
|
+
<documentation>
|
|
54
|
+
<summary>
|
|
55
|
+
The unique key used to identify the vocabulary.
|
|
56
|
+
</summary>
|
|
57
|
+
|
|
58
|
+
<remarks>
|
|
59
|
+
|
|
60
|
+
If the family is not specified in the vocabulary key, the system
|
|
61
|
+
looks for a vocabulary with the specified name in the
|
|
62
|
+
Wildcat Vocabularies family.
|
|
63
|
+
|
|
64
|
+
If the version is not specified in the vocabulary key, the system
|
|
65
|
+
returns the most current version of the vocabulary.
|
|
66
|
+
|
|
67
|
+
</remarks>
|
|
68
|
+
</documentation>
|
|
69
|
+
</annotation>
|
|
70
|
+
</element>
|
|
71
|
+
|
|
72
|
+
<element name="fixed-culture" type="boolean">
|
|
73
|
+
<annotation>
|
|
74
|
+
<documentation>
|
|
75
|
+
<summary>
|
|
76
|
+
If fixed-culture is set to false, the platform shall
|
|
77
|
+
look for the vocabulary items for the culture info
|
|
78
|
+
specified in the request header. If items are not found
|
|
79
|
+
for the specified culture, items for the default fallback
|
|
80
|
+
culture are returned. If fixed-culture is set to true,
|
|
81
|
+
fallback will not occur and if items are not found for the
|
|
82
|
+
specified culture empty strings will be returned.
|
|
83
|
+
</summary>
|
|
84
|
+
|
|
85
|
+
<remarks>
|
|
86
|
+
</remarks>
|
|
87
|
+
</documentation>
|
|
88
|
+
</annotation>
|
|
89
|
+
</element>
|
|
90
|
+
|
|
91
|
+
</sequence>
|
|
92
|
+
</complexType>
|
|
93
|
+
|
|
94
|
+
<element name="info">
|
|
95
|
+
<complexType>
|
|
96
|
+
<annotation>
|
|
97
|
+
<documentation>
|
|
98
|
+
<summary>
|
|
99
|
+
The element of the request that contains the method
|
|
100
|
+
specific parameters.
|
|
101
|
+
</summary>
|
|
102
|
+
|
|
103
|
+
<remarks>
|
|
104
|
+
All requests contain the info element to pass parameters
|
|
105
|
+
that are specific to each method. If the method does not
|
|
106
|
+
define an info element, the method does not take any
|
|
107
|
+
parameters.
|
|
108
|
+
</remarks>
|
|
109
|
+
</documentation>
|
|
110
|
+
</annotation>
|
|
111
|
+
<sequence>
|
|
112
|
+
<element name="vocabulary-parameters"
|
|
113
|
+
type="wc-getvocabulary:VocabularyParameters"
|
|
114
|
+
minOccurs="0" maxOccurs="1">
|
|
115
|
+
<annotation>
|
|
116
|
+
<documentation>
|
|
117
|
+
<summary>
|
|
118
|
+
Optional parameter containing the information necessary to
|
|
119
|
+
request for a specific vocabulary.
|
|
120
|
+
</summary>
|
|
121
|
+
|
|
122
|
+
<remarks>
|
|
123
|
+
If vocabulary parameters are present they are used to
|
|
124
|
+
get specific vocabularies in the system. If they are
|
|
125
|
+
absent a list of key information for all the vocabularies
|
|
126
|
+
in the system is returned.
|
|
127
|
+
</remarks>
|
|
128
|
+
</documentation>
|
|
129
|
+
</annotation>
|
|
130
|
+
</element>
|
|
131
|
+
|
|
132
|
+
</sequence>
|
|
133
|
+
</complexType>
|
|
134
|
+
</element>
|
|
135
|
+
</schema>
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.PutThings"
|
|
4
|
+
xmlns:wc-getthings="urn:com.microsoft.wc.methods.PutThings"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns:wc-thing="urn:com.microsoft.wc.thing"
|
|
7
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
8
|
+
|
|
9
|
+
<!--
|
|
10
|
+
|
|
11
|
+
METHOD-PUTTHINGS.XSD
|
|
12
|
+
Microsoft Wildcat
|
|
13
|
+
|
|
14
|
+
Platform API: Info schema for PuttThings method
|
|
15
|
+
|
|
16
|
+
-->
|
|
17
|
+
|
|
18
|
+
<import
|
|
19
|
+
namespace="urn:com.microsoft.wc.types"
|
|
20
|
+
schemaLocation="types.xsd" />
|
|
21
|
+
|
|
22
|
+
<import
|
|
23
|
+
namespace="urn:com.microsoft.wc.thing"
|
|
24
|
+
schemaLocation="thing.xsd" />
|
|
25
|
+
|
|
26
|
+
<annotation>
|
|
27
|
+
<documentation>
|
|
28
|
+
<summary>
|
|
29
|
+
This method allows a Thing to be created or updated.
|
|
30
|
+
</summary>
|
|
31
|
+
|
|
32
|
+
<remarks>
|
|
33
|
+
|
|
34
|
+
</remarks>
|
|
35
|
+
<method-visibility>Public</method-visibility>
|
|
36
|
+
</documentation>
|
|
37
|
+
</annotation>
|
|
38
|
+
|
|
39
|
+
<!-- PutThings - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
40
|
+
|
|
41
|
+
<element name="info">
|
|
42
|
+
<complexType>
|
|
43
|
+
<annotation>
|
|
44
|
+
<documentation>
|
|
45
|
+
<summary>
|
|
46
|
+
The element of the request that contains the method
|
|
47
|
+
specific parameters.
|
|
48
|
+
</summary>
|
|
49
|
+
|
|
50
|
+
<remarks>
|
|
51
|
+
All requests contain the info element to pass parameters
|
|
52
|
+
that are specific to each method. If the method does not
|
|
53
|
+
define an info element, the method does not take any
|
|
54
|
+
parameters.
|
|
55
|
+
</remarks>
|
|
56
|
+
</documentation>
|
|
57
|
+
</annotation>
|
|
58
|
+
<sequence>
|
|
59
|
+
<element name="thing" type="wc-thing:Thing"
|
|
60
|
+
minOccurs="1" maxOccurs="unbounded" >
|
|
61
|
+
<annotation>
|
|
62
|
+
<documentation>
|
|
63
|
+
<summary>
|
|
64
|
+
The thing to be created or updated. If the thing-id
|
|
65
|
+
exists, then the previous thing is updated. If thing-id
|
|
66
|
+
is not provided, then a new thing is created.
|
|
67
|
+
</summary>
|
|
68
|
+
|
|
69
|
+
<remarks>
|
|
70
|
+
|
|
71
|
+
</remarks>
|
|
72
|
+
</documentation>
|
|
73
|
+
</annotation>
|
|
74
|
+
</element>
|
|
75
|
+
|
|
76
|
+
</sequence>
|
|
77
|
+
</complexType>
|
|
78
|
+
</element>
|
|
79
|
+
|
|
80
|
+
</schema>
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.QueryPermissions"
|
|
4
|
+
xmlns:wc-querypermissions="urn:com.microsoft.wc.methods.QueryPermissions"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
|
|
10
|
+
METHOD-QUERYPERMISSIONS.XSD
|
|
11
|
+
Microsoft Wildcat
|
|
12
|
+
|
|
13
|
+
Platform API: Info schema for QueryPermissions 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
|
+
Gets the permissions the authenticated person has for the
|
|
25
|
+
specified thing type for the specified record.
|
|
26
|
+
</summary>
|
|
27
|
+
|
|
28
|
+
<remarks>
|
|
29
|
+
The online and offline access permissions that the
|
|
30
|
+
currently authenticated person has for the specified record
|
|
31
|
+
for a thing type in the context of the current application
|
|
32
|
+
are returned. If a person has neither online nor offline
|
|
33
|
+
access permissions a result is not returned for that thing
|
|
34
|
+
type.
|
|
35
|
+
</remarks>
|
|
36
|
+
<method-visibility>Public</method-visibility>
|
|
37
|
+
</documentation>
|
|
38
|
+
</annotation>
|
|
39
|
+
|
|
40
|
+
<!-- QueryPermissions - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
41
|
+
|
|
42
|
+
<element name="info">
|
|
43
|
+
<complexType>
|
|
44
|
+
<annotation>
|
|
45
|
+
<documentation>
|
|
46
|
+
<summary>
|
|
47
|
+
The element of the request that contains method
|
|
48
|
+
specific parameters.
|
|
49
|
+
</summary>
|
|
50
|
+
|
|
51
|
+
<remarks>
|
|
52
|
+
All requests contain the info element to pass parameters
|
|
53
|
+
that are specific to each method. If the method does not
|
|
54
|
+
define an info element, the method does not take any
|
|
55
|
+
parameters.
|
|
56
|
+
</remarks>
|
|
57
|
+
</documentation>
|
|
58
|
+
</annotation>
|
|
59
|
+
<sequence>
|
|
60
|
+
<element name="thing-type-id" type="wc-types:guid"
|
|
61
|
+
minOccurs="1" maxOccurs="unbounded">
|
|
62
|
+
<annotation>
|
|
63
|
+
<documentation>
|
|
64
|
+
<summary>
|
|
65
|
+
The thing type ids identifying the thing types
|
|
66
|
+
for which the permissions are being queried.
|
|
67
|
+
</summary>
|
|
68
|
+
|
|
69
|
+
<remarks>
|
|
70
|
+
|
|
71
|
+
</remarks>
|
|
72
|
+
</documentation>
|
|
73
|
+
</annotation>
|
|
74
|
+
</element>
|
|
75
|
+
</sequence>
|
|
76
|
+
</complexType>
|
|
77
|
+
</element>
|
|
78
|
+
</schema>
|
|
79
|
+
|