@azure/ai-text-analytics 6.0.0-alpha.20220607.1 → 6.0.0-alpha.20220617.2
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.
package/dist/index.js
CHANGED
|
@@ -4086,85 +4086,145 @@ class TextAnalysisClient {
|
|
|
4086
4086
|
/** Known values of {@link AnalyzeTextTaskKind} that the service accepts. */
|
|
4087
4087
|
var KnownAnalyzeTextTaskKind;
|
|
4088
4088
|
(function (KnownAnalyzeTextTaskKind) {
|
|
4089
|
+
/** SentimentAnalysis */
|
|
4089
4090
|
KnownAnalyzeTextTaskKind["SentimentAnalysis"] = "SentimentAnalysis";
|
|
4091
|
+
/** EntityRecognition */
|
|
4090
4092
|
KnownAnalyzeTextTaskKind["EntityRecognition"] = "EntityRecognition";
|
|
4093
|
+
/** PiiEntityRecognition */
|
|
4091
4094
|
KnownAnalyzeTextTaskKind["PiiEntityRecognition"] = "PiiEntityRecognition";
|
|
4095
|
+
/** KeyPhraseExtraction */
|
|
4092
4096
|
KnownAnalyzeTextTaskKind["KeyPhraseExtraction"] = "KeyPhraseExtraction";
|
|
4097
|
+
/** LanguageDetection */
|
|
4093
4098
|
KnownAnalyzeTextTaskKind["LanguageDetection"] = "LanguageDetection";
|
|
4099
|
+
/** EntityLinking */
|
|
4094
4100
|
KnownAnalyzeTextTaskKind["EntityLinking"] = "EntityLinking";
|
|
4095
4101
|
})(KnownAnalyzeTextTaskKind || (KnownAnalyzeTextTaskKind = {}));
|
|
4096
4102
|
/** Known values of {@link AnalyzeTextTaskResultsKind} that the service accepts. */
|
|
4097
4103
|
var KnownAnalyzeTextTaskResultsKind;
|
|
4098
4104
|
(function (KnownAnalyzeTextTaskResultsKind) {
|
|
4105
|
+
/** SentimentAnalysisResults */
|
|
4099
4106
|
KnownAnalyzeTextTaskResultsKind["SentimentAnalysisResults"] = "SentimentAnalysisResults";
|
|
4107
|
+
/** EntityRecognitionResults */
|
|
4100
4108
|
KnownAnalyzeTextTaskResultsKind["EntityRecognitionResults"] = "EntityRecognitionResults";
|
|
4109
|
+
/** PiiEntityRecognitionResults */
|
|
4101
4110
|
KnownAnalyzeTextTaskResultsKind["PiiEntityRecognitionResults"] = "PiiEntityRecognitionResults";
|
|
4111
|
+
/** KeyPhraseExtractionResults */
|
|
4102
4112
|
KnownAnalyzeTextTaskResultsKind["KeyPhraseExtractionResults"] = "KeyPhraseExtractionResults";
|
|
4113
|
+
/** LanguageDetectionResults */
|
|
4103
4114
|
KnownAnalyzeTextTaskResultsKind["LanguageDetectionResults"] = "LanguageDetectionResults";
|
|
4115
|
+
/** EntityLinkingResults */
|
|
4104
4116
|
KnownAnalyzeTextTaskResultsKind["EntityLinkingResults"] = "EntityLinkingResults";
|
|
4105
4117
|
})(KnownAnalyzeTextTaskResultsKind || (KnownAnalyzeTextTaskResultsKind = {}));
|
|
4106
4118
|
/** Known values of {@link ErrorCode} that the service accepts. */
|
|
4107
4119
|
exports.KnownErrorCode = void 0;
|
|
4108
4120
|
(function (KnownErrorCode) {
|
|
4121
|
+
/** InvalidRequest */
|
|
4109
4122
|
KnownErrorCode["InvalidRequest"] = "InvalidRequest";
|
|
4123
|
+
/** InvalidArgument */
|
|
4110
4124
|
KnownErrorCode["InvalidArgument"] = "InvalidArgument";
|
|
4125
|
+
/** Unauthorized */
|
|
4111
4126
|
KnownErrorCode["Unauthorized"] = "Unauthorized";
|
|
4127
|
+
/** Forbidden */
|
|
4112
4128
|
KnownErrorCode["Forbidden"] = "Forbidden";
|
|
4129
|
+
/** NotFound */
|
|
4113
4130
|
KnownErrorCode["NotFound"] = "NotFound";
|
|
4131
|
+
/** ProjectNotFound */
|
|
4114
4132
|
KnownErrorCode["ProjectNotFound"] = "ProjectNotFound";
|
|
4133
|
+
/** OperationNotFound */
|
|
4115
4134
|
KnownErrorCode["OperationNotFound"] = "OperationNotFound";
|
|
4135
|
+
/** AzureCognitiveSearchNotFound */
|
|
4116
4136
|
KnownErrorCode["AzureCognitiveSearchNotFound"] = "AzureCognitiveSearchNotFound";
|
|
4137
|
+
/** AzureCognitiveSearchIndexNotFound */
|
|
4117
4138
|
KnownErrorCode["AzureCognitiveSearchIndexNotFound"] = "AzureCognitiveSearchIndexNotFound";
|
|
4139
|
+
/** TooManyRequests */
|
|
4118
4140
|
KnownErrorCode["TooManyRequests"] = "TooManyRequests";
|
|
4141
|
+
/** AzureCognitiveSearchThrottling */
|
|
4119
4142
|
KnownErrorCode["AzureCognitiveSearchThrottling"] = "AzureCognitiveSearchThrottling";
|
|
4143
|
+
/** AzureCognitiveSearchIndexLimitReached */
|
|
4120
4144
|
KnownErrorCode["AzureCognitiveSearchIndexLimitReached"] = "AzureCognitiveSearchIndexLimitReached";
|
|
4145
|
+
/** InternalServerError */
|
|
4121
4146
|
KnownErrorCode["InternalServerError"] = "InternalServerError";
|
|
4147
|
+
/** ServiceUnavailable */
|
|
4122
4148
|
KnownErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
4123
4149
|
})(exports.KnownErrorCode || (exports.KnownErrorCode = {}));
|
|
4124
4150
|
/** Known values of {@link InnerErrorCode} that the service accepts. */
|
|
4125
4151
|
exports.KnownInnerErrorCode = void 0;
|
|
4126
4152
|
(function (KnownInnerErrorCode) {
|
|
4153
|
+
/** InvalidRequest */
|
|
4127
4154
|
KnownInnerErrorCode["InvalidRequest"] = "InvalidRequest";
|
|
4155
|
+
/** InvalidParameterValue */
|
|
4128
4156
|
KnownInnerErrorCode["InvalidParameterValue"] = "InvalidParameterValue";
|
|
4157
|
+
/** KnowledgeBaseNotFound */
|
|
4129
4158
|
KnownInnerErrorCode["KnowledgeBaseNotFound"] = "KnowledgeBaseNotFound";
|
|
4159
|
+
/** AzureCognitiveSearchNotFound */
|
|
4130
4160
|
KnownInnerErrorCode["AzureCognitiveSearchNotFound"] = "AzureCognitiveSearchNotFound";
|
|
4161
|
+
/** AzureCognitiveSearchThrottling */
|
|
4131
4162
|
KnownInnerErrorCode["AzureCognitiveSearchThrottling"] = "AzureCognitiveSearchThrottling";
|
|
4163
|
+
/** ExtractionFailure */
|
|
4132
4164
|
KnownInnerErrorCode["ExtractionFailure"] = "ExtractionFailure";
|
|
4165
|
+
/** InvalidRequestBodyFormat */
|
|
4133
4166
|
KnownInnerErrorCode["InvalidRequestBodyFormat"] = "InvalidRequestBodyFormat";
|
|
4167
|
+
/** EmptyRequest */
|
|
4134
4168
|
KnownInnerErrorCode["EmptyRequest"] = "EmptyRequest";
|
|
4169
|
+
/** MissingInputDocuments */
|
|
4135
4170
|
KnownInnerErrorCode["MissingInputDocuments"] = "MissingInputDocuments";
|
|
4171
|
+
/** InvalidDocument */
|
|
4136
4172
|
KnownInnerErrorCode["InvalidDocument"] = "InvalidDocument";
|
|
4173
|
+
/** ModelVersionIncorrect */
|
|
4137
4174
|
KnownInnerErrorCode["ModelVersionIncorrect"] = "ModelVersionIncorrect";
|
|
4175
|
+
/** InvalidDocumentBatch */
|
|
4138
4176
|
KnownInnerErrorCode["InvalidDocumentBatch"] = "InvalidDocumentBatch";
|
|
4177
|
+
/** UnsupportedLanguageCode */
|
|
4139
4178
|
KnownInnerErrorCode["UnsupportedLanguageCode"] = "UnsupportedLanguageCode";
|
|
4179
|
+
/** InvalidCountryHint */
|
|
4140
4180
|
KnownInnerErrorCode["InvalidCountryHint"] = "InvalidCountryHint";
|
|
4141
4181
|
})(exports.KnownInnerErrorCode || (exports.KnownInnerErrorCode = {}));
|
|
4142
4182
|
/** Known values of {@link AnalyzeTextLROTaskKind} that the service accepts. */
|
|
4143
4183
|
var KnownAnalyzeTextLROTaskKind;
|
|
4144
4184
|
(function (KnownAnalyzeTextLROTaskKind) {
|
|
4185
|
+
/** SentimentAnalysis */
|
|
4145
4186
|
KnownAnalyzeTextLROTaskKind["SentimentAnalysis"] = "SentimentAnalysis";
|
|
4187
|
+
/** EntityRecognition */
|
|
4146
4188
|
KnownAnalyzeTextLROTaskKind["EntityRecognition"] = "EntityRecognition";
|
|
4189
|
+
/** PiiEntityRecognition */
|
|
4147
4190
|
KnownAnalyzeTextLROTaskKind["PiiEntityRecognition"] = "PiiEntityRecognition";
|
|
4191
|
+
/** KeyPhraseExtraction */
|
|
4148
4192
|
KnownAnalyzeTextLROTaskKind["KeyPhraseExtraction"] = "KeyPhraseExtraction";
|
|
4193
|
+
/** EntityLinking */
|
|
4149
4194
|
KnownAnalyzeTextLROTaskKind["EntityLinking"] = "EntityLinking";
|
|
4195
|
+
/** Healthcare */
|
|
4150
4196
|
KnownAnalyzeTextLROTaskKind["Healthcare"] = "Healthcare";
|
|
4197
|
+
/** ExtractiveSummarization */
|
|
4151
4198
|
KnownAnalyzeTextLROTaskKind["ExtractiveSummarization"] = "ExtractiveSummarization";
|
|
4199
|
+
/** CustomEntityRecognition */
|
|
4152
4200
|
KnownAnalyzeTextLROTaskKind["CustomEntityRecognition"] = "CustomEntityRecognition";
|
|
4201
|
+
/** CustomSingleLabelClassification */
|
|
4153
4202
|
KnownAnalyzeTextLROTaskKind["CustomSingleLabelClassification"] = "CustomSingleLabelClassification";
|
|
4203
|
+
/** CustomMultiLabelClassification */
|
|
4154
4204
|
KnownAnalyzeTextLROTaskKind["CustomMultiLabelClassification"] = "CustomMultiLabelClassification";
|
|
4155
4205
|
})(KnownAnalyzeTextLROTaskKind || (KnownAnalyzeTextLROTaskKind = {}));
|
|
4156
4206
|
/** Known values of {@link AnalyzeTextLROResultsKind} that the service accepts. */
|
|
4157
4207
|
var KnownAnalyzeTextLROResultsKind;
|
|
4158
4208
|
(function (KnownAnalyzeTextLROResultsKind) {
|
|
4209
|
+
/** SentimentAnalysisLROResults */
|
|
4159
4210
|
KnownAnalyzeTextLROResultsKind["SentimentAnalysisLROResults"] = "SentimentAnalysisLROResults";
|
|
4211
|
+
/** EntityRecognitionLROResults */
|
|
4160
4212
|
KnownAnalyzeTextLROResultsKind["EntityRecognitionLROResults"] = "EntityRecognitionLROResults";
|
|
4213
|
+
/** PiiEntityRecognitionLROResults */
|
|
4161
4214
|
KnownAnalyzeTextLROResultsKind["PiiEntityRecognitionLROResults"] = "PiiEntityRecognitionLROResults";
|
|
4215
|
+
/** KeyPhraseExtractionLROResults */
|
|
4162
4216
|
KnownAnalyzeTextLROResultsKind["KeyPhraseExtractionLROResults"] = "KeyPhraseExtractionLROResults";
|
|
4217
|
+
/** EntityLinkingLROResults */
|
|
4163
4218
|
KnownAnalyzeTextLROResultsKind["EntityLinkingLROResults"] = "EntityLinkingLROResults";
|
|
4219
|
+
/** HealthcareLROResults */
|
|
4164
4220
|
KnownAnalyzeTextLROResultsKind["HealthcareLROResults"] = "HealthcareLROResults";
|
|
4221
|
+
/** ExtractiveSummarizationLROResults */
|
|
4165
4222
|
KnownAnalyzeTextLROResultsKind["ExtractiveSummarizationLROResults"] = "ExtractiveSummarizationLROResults";
|
|
4223
|
+
/** CustomEntityRecognitionLROResults */
|
|
4166
4224
|
KnownAnalyzeTextLROResultsKind["CustomEntityRecognitionLROResults"] = "CustomEntityRecognitionLROResults";
|
|
4225
|
+
/** CustomSingleLabelClassificationLROResults */
|
|
4167
4226
|
KnownAnalyzeTextLROResultsKind["CustomSingleLabelClassificationLROResults"] = "CustomSingleLabelClassificationLROResults";
|
|
4227
|
+
/** CustomMultiLabelClassificationLROResults */
|
|
4168
4228
|
KnownAnalyzeTextLROResultsKind["CustomMultiLabelClassificationLROResults"] = "CustomMultiLabelClassificationLROResults";
|
|
4169
4229
|
})(KnownAnalyzeTextLROResultsKind || (KnownAnalyzeTextLROResultsKind = {}));
|
|
4170
4230
|
/** Known values of {@link StringIndexType} that the service accepts. */
|
|
@@ -4188,244 +4248,467 @@ exports.KnownPiiEntityDomain = void 0;
|
|
|
4188
4248
|
/** Known values of {@link PiiEntityCategory} that the service accepts. */
|
|
4189
4249
|
exports.KnownPiiEntityCategory = void 0;
|
|
4190
4250
|
(function (KnownPiiEntityCategory) {
|
|
4251
|
+
/** ABARoutingNumber */
|
|
4191
4252
|
KnownPiiEntityCategory["ABARoutingNumber"] = "ABARoutingNumber";
|
|
4253
|
+
/** ARNationalIdentityNumber */
|
|
4192
4254
|
KnownPiiEntityCategory["ARNationalIdentityNumber"] = "ARNationalIdentityNumber";
|
|
4255
|
+
/** AUBankAccountNumber */
|
|
4193
4256
|
KnownPiiEntityCategory["AUBankAccountNumber"] = "AUBankAccountNumber";
|
|
4257
|
+
/** AUDriversLicenseNumber */
|
|
4194
4258
|
KnownPiiEntityCategory["AUDriversLicenseNumber"] = "AUDriversLicenseNumber";
|
|
4259
|
+
/** AUMedicalAccountNumber */
|
|
4195
4260
|
KnownPiiEntityCategory["AUMedicalAccountNumber"] = "AUMedicalAccountNumber";
|
|
4261
|
+
/** AUPassportNumber */
|
|
4196
4262
|
KnownPiiEntityCategory["AUPassportNumber"] = "AUPassportNumber";
|
|
4263
|
+
/** AUTaxFileNumber */
|
|
4197
4264
|
KnownPiiEntityCategory["AUTaxFileNumber"] = "AUTaxFileNumber";
|
|
4265
|
+
/** AUBusinessNumber */
|
|
4198
4266
|
KnownPiiEntityCategory["AUBusinessNumber"] = "AUBusinessNumber";
|
|
4267
|
+
/** AUCompanyNumber */
|
|
4199
4268
|
KnownPiiEntityCategory["AUCompanyNumber"] = "AUCompanyNumber";
|
|
4269
|
+
/** ATIdentityCard */
|
|
4200
4270
|
KnownPiiEntityCategory["ATIdentityCard"] = "ATIdentityCard";
|
|
4271
|
+
/** ATTaxIdentificationNumber */
|
|
4201
4272
|
KnownPiiEntityCategory["ATTaxIdentificationNumber"] = "ATTaxIdentificationNumber";
|
|
4273
|
+
/** ATValueAddedTaxNumber */
|
|
4202
4274
|
KnownPiiEntityCategory["ATValueAddedTaxNumber"] = "ATValueAddedTaxNumber";
|
|
4275
|
+
/** AzureDocumentDBAuthKey */
|
|
4203
4276
|
KnownPiiEntityCategory["AzureDocumentDBAuthKey"] = "AzureDocumentDBAuthKey";
|
|
4277
|
+
/** AzureIaasDatabaseConnectionAndSQLString */
|
|
4204
4278
|
KnownPiiEntityCategory["AzureIaasDatabaseConnectionAndSQLString"] = "AzureIAASDatabaseConnectionAndSQLString";
|
|
4279
|
+
/** AzureIoTConnectionString */
|
|
4205
4280
|
KnownPiiEntityCategory["AzureIoTConnectionString"] = "AzureIoTConnectionString";
|
|
4281
|
+
/** AzurePublishSettingPassword */
|
|
4206
4282
|
KnownPiiEntityCategory["AzurePublishSettingPassword"] = "AzurePublishSettingPassword";
|
|
4283
|
+
/** AzureRedisCacheString */
|
|
4207
4284
|
KnownPiiEntityCategory["AzureRedisCacheString"] = "AzureRedisCacheString";
|
|
4285
|
+
/** AzureSAS */
|
|
4208
4286
|
KnownPiiEntityCategory["AzureSAS"] = "AzureSAS";
|
|
4287
|
+
/** AzureServiceBusString */
|
|
4209
4288
|
KnownPiiEntityCategory["AzureServiceBusString"] = "AzureServiceBusString";
|
|
4289
|
+
/** AzureStorageAccountKey */
|
|
4210
4290
|
KnownPiiEntityCategory["AzureStorageAccountKey"] = "AzureStorageAccountKey";
|
|
4291
|
+
/** AzureStorageAccountGeneric */
|
|
4211
4292
|
KnownPiiEntityCategory["AzureStorageAccountGeneric"] = "AzureStorageAccountGeneric";
|
|
4293
|
+
/** BENationalNumber */
|
|
4212
4294
|
KnownPiiEntityCategory["BENationalNumber"] = "BENationalNumber";
|
|
4295
|
+
/** BENationalNumberV2 */
|
|
4213
4296
|
KnownPiiEntityCategory["BENationalNumberV2"] = "BENationalNumberV2";
|
|
4297
|
+
/** BEValueAddedTaxNumber */
|
|
4214
4298
|
KnownPiiEntityCategory["BEValueAddedTaxNumber"] = "BEValueAddedTaxNumber";
|
|
4299
|
+
/** BrcpfNumber */
|
|
4215
4300
|
KnownPiiEntityCategory["BrcpfNumber"] = "BRCPFNumber";
|
|
4301
|
+
/** BRLegalEntityNumber */
|
|
4216
4302
|
KnownPiiEntityCategory["BRLegalEntityNumber"] = "BRLegalEntityNumber";
|
|
4303
|
+
/** BRNationalIdrg */
|
|
4217
4304
|
KnownPiiEntityCategory["BRNationalIdrg"] = "BRNationalIDRG";
|
|
4305
|
+
/** BGUniformCivilNumber */
|
|
4218
4306
|
KnownPiiEntityCategory["BGUniformCivilNumber"] = "BGUniformCivilNumber";
|
|
4307
|
+
/** CABankAccountNumber */
|
|
4219
4308
|
KnownPiiEntityCategory["CABankAccountNumber"] = "CABankAccountNumber";
|
|
4309
|
+
/** CADriversLicenseNumber */
|
|
4220
4310
|
KnownPiiEntityCategory["CADriversLicenseNumber"] = "CADriversLicenseNumber";
|
|
4311
|
+
/** CAHealthServiceNumber */
|
|
4221
4312
|
KnownPiiEntityCategory["CAHealthServiceNumber"] = "CAHealthServiceNumber";
|
|
4313
|
+
/** CAPassportNumber */
|
|
4222
4314
|
KnownPiiEntityCategory["CAPassportNumber"] = "CAPassportNumber";
|
|
4315
|
+
/** CAPersonalHealthIdentification */
|
|
4223
4316
|
KnownPiiEntityCategory["CAPersonalHealthIdentification"] = "CAPersonalHealthIdentification";
|
|
4317
|
+
/** CASocialInsuranceNumber */
|
|
4224
4318
|
KnownPiiEntityCategory["CASocialInsuranceNumber"] = "CASocialInsuranceNumber";
|
|
4319
|
+
/** CLIdentityCardNumber */
|
|
4225
4320
|
KnownPiiEntityCategory["CLIdentityCardNumber"] = "CLIdentityCardNumber";
|
|
4321
|
+
/** CNResidentIdentityCardNumber */
|
|
4226
4322
|
KnownPiiEntityCategory["CNResidentIdentityCardNumber"] = "CNResidentIdentityCardNumber";
|
|
4323
|
+
/** CreditCardNumber */
|
|
4227
4324
|
KnownPiiEntityCategory["CreditCardNumber"] = "CreditCardNumber";
|
|
4325
|
+
/** HRIdentityCardNumber */
|
|
4228
4326
|
KnownPiiEntityCategory["HRIdentityCardNumber"] = "HRIdentityCardNumber";
|
|
4327
|
+
/** HRNationalIDNumber */
|
|
4229
4328
|
KnownPiiEntityCategory["HRNationalIDNumber"] = "HRNationalIDNumber";
|
|
4329
|
+
/** HRPersonalIdentificationNumber */
|
|
4230
4330
|
KnownPiiEntityCategory["HRPersonalIdentificationNumber"] = "HRPersonalIdentificationNumber";
|
|
4331
|
+
/** HRPersonalIdentificationOIBNumberV2 */
|
|
4231
4332
|
KnownPiiEntityCategory["HRPersonalIdentificationOIBNumberV2"] = "HRPersonalIdentificationOIBNumberV2";
|
|
4333
|
+
/** CYIdentityCard */
|
|
4232
4334
|
KnownPiiEntityCategory["CYIdentityCard"] = "CYIdentityCard";
|
|
4335
|
+
/** CYTaxIdentificationNumber */
|
|
4233
4336
|
KnownPiiEntityCategory["CYTaxIdentificationNumber"] = "CYTaxIdentificationNumber";
|
|
4337
|
+
/** CZPersonalIdentityNumber */
|
|
4234
4338
|
KnownPiiEntityCategory["CZPersonalIdentityNumber"] = "CZPersonalIdentityNumber";
|
|
4339
|
+
/** CZPersonalIdentityV2 */
|
|
4235
4340
|
KnownPiiEntityCategory["CZPersonalIdentityV2"] = "CZPersonalIdentityV2";
|
|
4341
|
+
/** DKPersonalIdentificationNumber */
|
|
4236
4342
|
KnownPiiEntityCategory["DKPersonalIdentificationNumber"] = "DKPersonalIdentificationNumber";
|
|
4343
|
+
/** DKPersonalIdentificationV2 */
|
|
4237
4344
|
KnownPiiEntityCategory["DKPersonalIdentificationV2"] = "DKPersonalIdentificationV2";
|
|
4345
|
+
/** DrugEnforcementAgencyNumber */
|
|
4238
4346
|
KnownPiiEntityCategory["DrugEnforcementAgencyNumber"] = "DrugEnforcementAgencyNumber";
|
|
4347
|
+
/** EEPersonalIdentificationCode */
|
|
4239
4348
|
KnownPiiEntityCategory["EEPersonalIdentificationCode"] = "EEPersonalIdentificationCode";
|
|
4349
|
+
/** EUDebitCardNumber */
|
|
4240
4350
|
KnownPiiEntityCategory["EUDebitCardNumber"] = "EUDebitCardNumber";
|
|
4351
|
+
/** EUDriversLicenseNumber */
|
|
4241
4352
|
KnownPiiEntityCategory["EUDriversLicenseNumber"] = "EUDriversLicenseNumber";
|
|
4353
|
+
/** EugpsCoordinates */
|
|
4242
4354
|
KnownPiiEntityCategory["EugpsCoordinates"] = "EUGPSCoordinates";
|
|
4355
|
+
/** EUNationalIdentificationNumber */
|
|
4243
4356
|
KnownPiiEntityCategory["EUNationalIdentificationNumber"] = "EUNationalIdentificationNumber";
|
|
4357
|
+
/** EUPassportNumber */
|
|
4244
4358
|
KnownPiiEntityCategory["EUPassportNumber"] = "EUPassportNumber";
|
|
4359
|
+
/** EUSocialSecurityNumber */
|
|
4245
4360
|
KnownPiiEntityCategory["EUSocialSecurityNumber"] = "EUSocialSecurityNumber";
|
|
4361
|
+
/** EUTaxIdentificationNumber */
|
|
4246
4362
|
KnownPiiEntityCategory["EUTaxIdentificationNumber"] = "EUTaxIdentificationNumber";
|
|
4363
|
+
/** FIEuropeanHealthNumber */
|
|
4247
4364
|
KnownPiiEntityCategory["FIEuropeanHealthNumber"] = "FIEuropeanHealthNumber";
|
|
4365
|
+
/** FINationalID */
|
|
4248
4366
|
KnownPiiEntityCategory["FINationalID"] = "FINationalID";
|
|
4367
|
+
/** FINationalIDV2 */
|
|
4249
4368
|
KnownPiiEntityCategory["FINationalIDV2"] = "FINationalIDV2";
|
|
4369
|
+
/** FIPassportNumber */
|
|
4250
4370
|
KnownPiiEntityCategory["FIPassportNumber"] = "FIPassportNumber";
|
|
4371
|
+
/** FRDriversLicenseNumber */
|
|
4251
4372
|
KnownPiiEntityCategory["FRDriversLicenseNumber"] = "FRDriversLicenseNumber";
|
|
4373
|
+
/** FRHealthInsuranceNumber */
|
|
4252
4374
|
KnownPiiEntityCategory["FRHealthInsuranceNumber"] = "FRHealthInsuranceNumber";
|
|
4375
|
+
/** FRNationalID */
|
|
4253
4376
|
KnownPiiEntityCategory["FRNationalID"] = "FRNationalID";
|
|
4377
|
+
/** FRPassportNumber */
|
|
4254
4378
|
KnownPiiEntityCategory["FRPassportNumber"] = "FRPassportNumber";
|
|
4379
|
+
/** FRSocialSecurityNumber */
|
|
4255
4380
|
KnownPiiEntityCategory["FRSocialSecurityNumber"] = "FRSocialSecurityNumber";
|
|
4381
|
+
/** FRTaxIdentificationNumber */
|
|
4256
4382
|
KnownPiiEntityCategory["FRTaxIdentificationNumber"] = "FRTaxIdentificationNumber";
|
|
4383
|
+
/** FRValueAddedTaxNumber */
|
|
4257
4384
|
KnownPiiEntityCategory["FRValueAddedTaxNumber"] = "FRValueAddedTaxNumber";
|
|
4385
|
+
/** DEDriversLicenseNumber */
|
|
4258
4386
|
KnownPiiEntityCategory["DEDriversLicenseNumber"] = "DEDriversLicenseNumber";
|
|
4387
|
+
/** DEPassportNumber */
|
|
4259
4388
|
KnownPiiEntityCategory["DEPassportNumber"] = "DEPassportNumber";
|
|
4389
|
+
/** DEIdentityCardNumber */
|
|
4260
4390
|
KnownPiiEntityCategory["DEIdentityCardNumber"] = "DEIdentityCardNumber";
|
|
4391
|
+
/** DETaxIdentificationNumber */
|
|
4261
4392
|
KnownPiiEntityCategory["DETaxIdentificationNumber"] = "DETaxIdentificationNumber";
|
|
4393
|
+
/** DEValueAddedNumber */
|
|
4262
4394
|
KnownPiiEntityCategory["DEValueAddedNumber"] = "DEValueAddedNumber";
|
|
4395
|
+
/** GRNationalIDCard */
|
|
4263
4396
|
KnownPiiEntityCategory["GRNationalIDCard"] = "GRNationalIDCard";
|
|
4397
|
+
/** GRNationalIDV2 */
|
|
4264
4398
|
KnownPiiEntityCategory["GRNationalIDV2"] = "GRNationalIDV2";
|
|
4399
|
+
/** GRTaxIdentificationNumber */
|
|
4265
4400
|
KnownPiiEntityCategory["GRTaxIdentificationNumber"] = "GRTaxIdentificationNumber";
|
|
4401
|
+
/** HKIdentityCardNumber */
|
|
4266
4402
|
KnownPiiEntityCategory["HKIdentityCardNumber"] = "HKIdentityCardNumber";
|
|
4403
|
+
/** HUValueAddedNumber */
|
|
4267
4404
|
KnownPiiEntityCategory["HUValueAddedNumber"] = "HUValueAddedNumber";
|
|
4405
|
+
/** HUPersonalIdentificationNumber */
|
|
4268
4406
|
KnownPiiEntityCategory["HUPersonalIdentificationNumber"] = "HUPersonalIdentificationNumber";
|
|
4407
|
+
/** HUTaxIdentificationNumber */
|
|
4269
4408
|
KnownPiiEntityCategory["HUTaxIdentificationNumber"] = "HUTaxIdentificationNumber";
|
|
4409
|
+
/** INPermanentAccount */
|
|
4270
4410
|
KnownPiiEntityCategory["INPermanentAccount"] = "INPermanentAccount";
|
|
4411
|
+
/** INUniqueIdentificationNumber */
|
|
4271
4412
|
KnownPiiEntityCategory["INUniqueIdentificationNumber"] = "INUniqueIdentificationNumber";
|
|
4413
|
+
/** IDIdentityCardNumber */
|
|
4272
4414
|
KnownPiiEntityCategory["IDIdentityCardNumber"] = "IDIdentityCardNumber";
|
|
4415
|
+
/** InternationalBankingAccountNumber */
|
|
4273
4416
|
KnownPiiEntityCategory["InternationalBankingAccountNumber"] = "InternationalBankingAccountNumber";
|
|
4417
|
+
/** IEPersonalPublicServiceNumber */
|
|
4274
4418
|
KnownPiiEntityCategory["IEPersonalPublicServiceNumber"] = "IEPersonalPublicServiceNumber";
|
|
4419
|
+
/** IEPersonalPublicServiceNumberV2 */
|
|
4275
4420
|
KnownPiiEntityCategory["IEPersonalPublicServiceNumberV2"] = "IEPersonalPublicServiceNumberV2";
|
|
4421
|
+
/** ILBankAccountNumber */
|
|
4276
4422
|
KnownPiiEntityCategory["ILBankAccountNumber"] = "ILBankAccountNumber";
|
|
4423
|
+
/** ILNationalID */
|
|
4277
4424
|
KnownPiiEntityCategory["ILNationalID"] = "ILNationalID";
|
|
4425
|
+
/** ITDriversLicenseNumber */
|
|
4278
4426
|
KnownPiiEntityCategory["ITDriversLicenseNumber"] = "ITDriversLicenseNumber";
|
|
4427
|
+
/** ITFiscalCode */
|
|
4279
4428
|
KnownPiiEntityCategory["ITFiscalCode"] = "ITFiscalCode";
|
|
4429
|
+
/** ITValueAddedTaxNumber */
|
|
4280
4430
|
KnownPiiEntityCategory["ITValueAddedTaxNumber"] = "ITValueAddedTaxNumber";
|
|
4431
|
+
/** JPBankAccountNumber */
|
|
4281
4432
|
KnownPiiEntityCategory["JPBankAccountNumber"] = "JPBankAccountNumber";
|
|
4433
|
+
/** JPDriversLicenseNumber */
|
|
4282
4434
|
KnownPiiEntityCategory["JPDriversLicenseNumber"] = "JPDriversLicenseNumber";
|
|
4435
|
+
/** JPPassportNumber */
|
|
4283
4436
|
KnownPiiEntityCategory["JPPassportNumber"] = "JPPassportNumber";
|
|
4437
|
+
/** JPResidentRegistrationNumber */
|
|
4284
4438
|
KnownPiiEntityCategory["JPResidentRegistrationNumber"] = "JPResidentRegistrationNumber";
|
|
4439
|
+
/** JPSocialInsuranceNumber */
|
|
4285
4440
|
KnownPiiEntityCategory["JPSocialInsuranceNumber"] = "JPSocialInsuranceNumber";
|
|
4441
|
+
/** JPMyNumberCorporate */
|
|
4286
4442
|
KnownPiiEntityCategory["JPMyNumberCorporate"] = "JPMyNumberCorporate";
|
|
4443
|
+
/** JPMyNumberPersonal */
|
|
4287
4444
|
KnownPiiEntityCategory["JPMyNumberPersonal"] = "JPMyNumberPersonal";
|
|
4445
|
+
/** JPResidenceCardNumber */
|
|
4288
4446
|
KnownPiiEntityCategory["JPResidenceCardNumber"] = "JPResidenceCardNumber";
|
|
4447
|
+
/** LVPersonalCode */
|
|
4289
4448
|
KnownPiiEntityCategory["LVPersonalCode"] = "LVPersonalCode";
|
|
4449
|
+
/** LTPersonalCode */
|
|
4290
4450
|
KnownPiiEntityCategory["LTPersonalCode"] = "LTPersonalCode";
|
|
4451
|
+
/** LUNationalIdentificationNumberNatural */
|
|
4291
4452
|
KnownPiiEntityCategory["LUNationalIdentificationNumberNatural"] = "LUNationalIdentificationNumberNatural";
|
|
4453
|
+
/** LUNationalIdentificationNumberNonNatural */
|
|
4292
4454
|
KnownPiiEntityCategory["LUNationalIdentificationNumberNonNatural"] = "LUNationalIdentificationNumberNonNatural";
|
|
4455
|
+
/** MYIdentityCardNumber */
|
|
4293
4456
|
KnownPiiEntityCategory["MYIdentityCardNumber"] = "MYIdentityCardNumber";
|
|
4457
|
+
/** MTIdentityCardNumber */
|
|
4294
4458
|
KnownPiiEntityCategory["MTIdentityCardNumber"] = "MTIdentityCardNumber";
|
|
4459
|
+
/** MTTaxIDNumber */
|
|
4295
4460
|
KnownPiiEntityCategory["MTTaxIDNumber"] = "MTTaxIDNumber";
|
|
4461
|
+
/** NLCitizensServiceNumber */
|
|
4296
4462
|
KnownPiiEntityCategory["NLCitizensServiceNumber"] = "NLCitizensServiceNumber";
|
|
4463
|
+
/** NLCitizensServiceNumberV2 */
|
|
4297
4464
|
KnownPiiEntityCategory["NLCitizensServiceNumberV2"] = "NLCitizensServiceNumberV2";
|
|
4465
|
+
/** NLTaxIdentificationNumber */
|
|
4298
4466
|
KnownPiiEntityCategory["NLTaxIdentificationNumber"] = "NLTaxIdentificationNumber";
|
|
4467
|
+
/** NLValueAddedTaxNumber */
|
|
4299
4468
|
KnownPiiEntityCategory["NLValueAddedTaxNumber"] = "NLValueAddedTaxNumber";
|
|
4469
|
+
/** NZBankAccountNumber */
|
|
4300
4470
|
KnownPiiEntityCategory["NZBankAccountNumber"] = "NZBankAccountNumber";
|
|
4471
|
+
/** NZDriversLicenseNumber */
|
|
4301
4472
|
KnownPiiEntityCategory["NZDriversLicenseNumber"] = "NZDriversLicenseNumber";
|
|
4473
|
+
/** NZInlandRevenueNumber */
|
|
4302
4474
|
KnownPiiEntityCategory["NZInlandRevenueNumber"] = "NZInlandRevenueNumber";
|
|
4475
|
+
/** NZMinistryOfHealthNumber */
|
|
4303
4476
|
KnownPiiEntityCategory["NZMinistryOfHealthNumber"] = "NZMinistryOfHealthNumber";
|
|
4477
|
+
/** NZSocialWelfareNumber */
|
|
4304
4478
|
KnownPiiEntityCategory["NZSocialWelfareNumber"] = "NZSocialWelfareNumber";
|
|
4479
|
+
/** NOIdentityNumber */
|
|
4305
4480
|
KnownPiiEntityCategory["NOIdentityNumber"] = "NOIdentityNumber";
|
|
4481
|
+
/** PHUnifiedMultiPurposeIDNumber */
|
|
4306
4482
|
KnownPiiEntityCategory["PHUnifiedMultiPurposeIDNumber"] = "PHUnifiedMultiPurposeIDNumber";
|
|
4483
|
+
/** PLIdentityCard */
|
|
4307
4484
|
KnownPiiEntityCategory["PLIdentityCard"] = "PLIdentityCard";
|
|
4485
|
+
/** PLNationalID */
|
|
4308
4486
|
KnownPiiEntityCategory["PLNationalID"] = "PLNationalID";
|
|
4487
|
+
/** PLNationalIDV2 */
|
|
4309
4488
|
KnownPiiEntityCategory["PLNationalIDV2"] = "PLNationalIDV2";
|
|
4489
|
+
/** PLPassportNumber */
|
|
4310
4490
|
KnownPiiEntityCategory["PLPassportNumber"] = "PLPassportNumber";
|
|
4491
|
+
/** PLTaxIdentificationNumber */
|
|
4311
4492
|
KnownPiiEntityCategory["PLTaxIdentificationNumber"] = "PLTaxIdentificationNumber";
|
|
4493
|
+
/** PlregonNumber */
|
|
4312
4494
|
KnownPiiEntityCategory["PlregonNumber"] = "PLREGONNumber";
|
|
4495
|
+
/** PTCitizenCardNumber */
|
|
4313
4496
|
KnownPiiEntityCategory["PTCitizenCardNumber"] = "PTCitizenCardNumber";
|
|
4497
|
+
/** PTCitizenCardNumberV2 */
|
|
4314
4498
|
KnownPiiEntityCategory["PTCitizenCardNumberV2"] = "PTCitizenCardNumberV2";
|
|
4499
|
+
/** PTTaxIdentificationNumber */
|
|
4315
4500
|
KnownPiiEntityCategory["PTTaxIdentificationNumber"] = "PTTaxIdentificationNumber";
|
|
4501
|
+
/** ROPersonalNumericalCode */
|
|
4316
4502
|
KnownPiiEntityCategory["ROPersonalNumericalCode"] = "ROPersonalNumericalCode";
|
|
4503
|
+
/** RUPassportNumberDomestic */
|
|
4317
4504
|
KnownPiiEntityCategory["RUPassportNumberDomestic"] = "RUPassportNumberDomestic";
|
|
4505
|
+
/** RUPassportNumberInternational */
|
|
4318
4506
|
KnownPiiEntityCategory["RUPassportNumberInternational"] = "RUPassportNumberInternational";
|
|
4507
|
+
/** SANationalID */
|
|
4319
4508
|
KnownPiiEntityCategory["SANationalID"] = "SANationalID";
|
|
4509
|
+
/** SGNationalRegistrationIdentityCardNumber */
|
|
4320
4510
|
KnownPiiEntityCategory["SGNationalRegistrationIdentityCardNumber"] = "SGNationalRegistrationIdentityCardNumber";
|
|
4511
|
+
/** SKPersonalNumber */
|
|
4321
4512
|
KnownPiiEntityCategory["SKPersonalNumber"] = "SKPersonalNumber";
|
|
4513
|
+
/** SITaxIdentificationNumber */
|
|
4322
4514
|
KnownPiiEntityCategory["SITaxIdentificationNumber"] = "SITaxIdentificationNumber";
|
|
4515
|
+
/** SIUniqueMasterCitizenNumber */
|
|
4323
4516
|
KnownPiiEntityCategory["SIUniqueMasterCitizenNumber"] = "SIUniqueMasterCitizenNumber";
|
|
4517
|
+
/** ZAIdentificationNumber */
|
|
4324
4518
|
KnownPiiEntityCategory["ZAIdentificationNumber"] = "ZAIdentificationNumber";
|
|
4519
|
+
/** KRResidentRegistrationNumber */
|
|
4325
4520
|
KnownPiiEntityCategory["KRResidentRegistrationNumber"] = "KRResidentRegistrationNumber";
|
|
4521
|
+
/** Esdni */
|
|
4326
4522
|
KnownPiiEntityCategory["Esdni"] = "ESDNI";
|
|
4523
|
+
/** ESSocialSecurityNumber */
|
|
4327
4524
|
KnownPiiEntityCategory["ESSocialSecurityNumber"] = "ESSocialSecurityNumber";
|
|
4525
|
+
/** ESTaxIdentificationNumber */
|
|
4328
4526
|
KnownPiiEntityCategory["ESTaxIdentificationNumber"] = "ESTaxIdentificationNumber";
|
|
4527
|
+
/** SQLServerConnectionString */
|
|
4329
4528
|
KnownPiiEntityCategory["SQLServerConnectionString"] = "SQLServerConnectionString";
|
|
4529
|
+
/** SENationalID */
|
|
4330
4530
|
KnownPiiEntityCategory["SENationalID"] = "SENationalID";
|
|
4531
|
+
/** SENationalIDV2 */
|
|
4331
4532
|
KnownPiiEntityCategory["SENationalIDV2"] = "SENationalIDV2";
|
|
4533
|
+
/** SEPassportNumber */
|
|
4332
4534
|
KnownPiiEntityCategory["SEPassportNumber"] = "SEPassportNumber";
|
|
4535
|
+
/** SETaxIdentificationNumber */
|
|
4333
4536
|
KnownPiiEntityCategory["SETaxIdentificationNumber"] = "SETaxIdentificationNumber";
|
|
4537
|
+
/** SwiftCode */
|
|
4334
4538
|
KnownPiiEntityCategory["SwiftCode"] = "SWIFTCode";
|
|
4539
|
+
/** CHSocialSecurityNumber */
|
|
4335
4540
|
KnownPiiEntityCategory["CHSocialSecurityNumber"] = "CHSocialSecurityNumber";
|
|
4541
|
+
/** TWNationalID */
|
|
4336
4542
|
KnownPiiEntityCategory["TWNationalID"] = "TWNationalID";
|
|
4543
|
+
/** TWPassportNumber */
|
|
4337
4544
|
KnownPiiEntityCategory["TWPassportNumber"] = "TWPassportNumber";
|
|
4545
|
+
/** TWResidentCertificate */
|
|
4338
4546
|
KnownPiiEntityCategory["TWResidentCertificate"] = "TWResidentCertificate";
|
|
4547
|
+
/** THPopulationIdentificationCode */
|
|
4339
4548
|
KnownPiiEntityCategory["THPopulationIdentificationCode"] = "THPopulationIdentificationCode";
|
|
4549
|
+
/** TRNationalIdentificationNumber */
|
|
4340
4550
|
KnownPiiEntityCategory["TRNationalIdentificationNumber"] = "TRNationalIdentificationNumber";
|
|
4551
|
+
/** UKDriversLicenseNumber */
|
|
4341
4552
|
KnownPiiEntityCategory["UKDriversLicenseNumber"] = "UKDriversLicenseNumber";
|
|
4553
|
+
/** UKElectoralRollNumber */
|
|
4342
4554
|
KnownPiiEntityCategory["UKElectoralRollNumber"] = "UKElectoralRollNumber";
|
|
4555
|
+
/** UKNationalHealthNumber */
|
|
4343
4556
|
KnownPiiEntityCategory["UKNationalHealthNumber"] = "UKNationalHealthNumber";
|
|
4557
|
+
/** UKNationalInsuranceNumber */
|
|
4344
4558
|
KnownPiiEntityCategory["UKNationalInsuranceNumber"] = "UKNationalInsuranceNumber";
|
|
4559
|
+
/** UKUniqueTaxpayerNumber */
|
|
4345
4560
|
KnownPiiEntityCategory["UKUniqueTaxpayerNumber"] = "UKUniqueTaxpayerNumber";
|
|
4561
|
+
/** UsukPassportNumber */
|
|
4346
4562
|
KnownPiiEntityCategory["UsukPassportNumber"] = "USUKPassportNumber";
|
|
4563
|
+
/** USBankAccountNumber */
|
|
4347
4564
|
KnownPiiEntityCategory["USBankAccountNumber"] = "USBankAccountNumber";
|
|
4565
|
+
/** USDriversLicenseNumber */
|
|
4348
4566
|
KnownPiiEntityCategory["USDriversLicenseNumber"] = "USDriversLicenseNumber";
|
|
4567
|
+
/** USIndividualTaxpayerIdentification */
|
|
4349
4568
|
KnownPiiEntityCategory["USIndividualTaxpayerIdentification"] = "USIndividualTaxpayerIdentification";
|
|
4569
|
+
/** USSocialSecurityNumber */
|
|
4350
4570
|
KnownPiiEntityCategory["USSocialSecurityNumber"] = "USSocialSecurityNumber";
|
|
4571
|
+
/** UAPassportNumberDomestic */
|
|
4351
4572
|
KnownPiiEntityCategory["UAPassportNumberDomestic"] = "UAPassportNumberDomestic";
|
|
4573
|
+
/** UAPassportNumberInternational */
|
|
4352
4574
|
KnownPiiEntityCategory["UAPassportNumberInternational"] = "UAPassportNumberInternational";
|
|
4575
|
+
/** Organization */
|
|
4353
4576
|
KnownPiiEntityCategory["Organization"] = "Organization";
|
|
4577
|
+
/** Email */
|
|
4354
4578
|
KnownPiiEntityCategory["Email"] = "Email";
|
|
4579
|
+
/** URL */
|
|
4355
4580
|
KnownPiiEntityCategory["URL"] = "URL";
|
|
4581
|
+
/** Age */
|
|
4356
4582
|
KnownPiiEntityCategory["Age"] = "Age";
|
|
4583
|
+
/** PhoneNumber */
|
|
4357
4584
|
KnownPiiEntityCategory["PhoneNumber"] = "PhoneNumber";
|
|
4585
|
+
/** IPAddress */
|
|
4358
4586
|
KnownPiiEntityCategory["IPAddress"] = "IPAddress";
|
|
4587
|
+
/** Date */
|
|
4359
4588
|
KnownPiiEntityCategory["Date"] = "Date";
|
|
4589
|
+
/** Person */
|
|
4360
4590
|
KnownPiiEntityCategory["Person"] = "Person";
|
|
4591
|
+
/** Address */
|
|
4361
4592
|
KnownPiiEntityCategory["Address"] = "Address";
|
|
4593
|
+
/** All */
|
|
4362
4594
|
KnownPiiEntityCategory["All"] = "All";
|
|
4595
|
+
/** Default */
|
|
4363
4596
|
KnownPiiEntityCategory["Default"] = "Default";
|
|
4364
4597
|
})(exports.KnownPiiEntityCategory || (exports.KnownPiiEntityCategory = {}));
|
|
4365
4598
|
/** Known values of {@link WarningCode} that the service accepts. */
|
|
4366
4599
|
var KnownWarningCode;
|
|
4367
4600
|
(function (KnownWarningCode) {
|
|
4601
|
+
/** LongWordsInDocument */
|
|
4368
4602
|
KnownWarningCode["LongWordsInDocument"] = "LongWordsInDocument";
|
|
4603
|
+
/** DocumentTruncated */
|
|
4369
4604
|
KnownWarningCode["DocumentTruncated"] = "DocumentTruncated";
|
|
4370
4605
|
})(KnownWarningCode || (KnownWarningCode = {}));
|
|
4371
4606
|
/** Known values of {@link FhirVersion} that the service accepts. */
|
|
4372
4607
|
var KnownFhirVersion;
|
|
4373
4608
|
(function (KnownFhirVersion) {
|
|
4609
|
+
/** Four01 */
|
|
4374
4610
|
KnownFhirVersion["Four01"] = "4.0.1";
|
|
4375
4611
|
})(KnownFhirVersion || (KnownFhirVersion = {}));
|
|
4376
4612
|
/** Known values of {@link HealthcareEntityCategory} that the service accepts. */
|
|
4377
4613
|
var KnownHealthcareEntityCategory;
|
|
4378
4614
|
(function (KnownHealthcareEntityCategory) {
|
|
4615
|
+
/** BodyStructure */
|
|
4379
4616
|
KnownHealthcareEntityCategory["BodyStructure"] = "BODY_STRUCTURE";
|
|
4617
|
+
/** AGE */
|
|
4380
4618
|
KnownHealthcareEntityCategory["AGE"] = "AGE";
|
|
4619
|
+
/** Gender */
|
|
4381
4620
|
KnownHealthcareEntityCategory["Gender"] = "GENDER";
|
|
4621
|
+
/** ExaminationName */
|
|
4382
4622
|
KnownHealthcareEntityCategory["ExaminationName"] = "EXAMINATION_NAME";
|
|
4623
|
+
/** Date */
|
|
4383
4624
|
KnownHealthcareEntityCategory["Date"] = "DATE";
|
|
4625
|
+
/** Direction */
|
|
4384
4626
|
KnownHealthcareEntityCategory["Direction"] = "DIRECTION";
|
|
4627
|
+
/** Frequency */
|
|
4385
4628
|
KnownHealthcareEntityCategory["Frequency"] = "FREQUENCY";
|
|
4629
|
+
/** MeasurementValue */
|
|
4386
4630
|
KnownHealthcareEntityCategory["MeasurementValue"] = "MEASUREMENT_VALUE";
|
|
4631
|
+
/** MeasurementUnit */
|
|
4387
4632
|
KnownHealthcareEntityCategory["MeasurementUnit"] = "MEASUREMENT_UNIT";
|
|
4633
|
+
/** RelationalOperator */
|
|
4388
4634
|
KnownHealthcareEntityCategory["RelationalOperator"] = "RELATIONAL_OPERATOR";
|
|
4635
|
+
/** Time */
|
|
4389
4636
|
KnownHealthcareEntityCategory["Time"] = "TIME";
|
|
4637
|
+
/** GeneORProtein */
|
|
4390
4638
|
KnownHealthcareEntityCategory["GeneORProtein"] = "GENE_OR_PROTEIN";
|
|
4639
|
+
/** Variant */
|
|
4391
4640
|
KnownHealthcareEntityCategory["Variant"] = "VARIANT";
|
|
4641
|
+
/** AdministrativeEvent */
|
|
4392
4642
|
KnownHealthcareEntityCategory["AdministrativeEvent"] = "ADMINISTRATIVE_EVENT";
|
|
4643
|
+
/** CareEnvironment */
|
|
4393
4644
|
KnownHealthcareEntityCategory["CareEnvironment"] = "CARE_ENVIRONMENT";
|
|
4645
|
+
/** HealthcareProfession */
|
|
4394
4646
|
KnownHealthcareEntityCategory["HealthcareProfession"] = "HEALTHCARE_PROFESSION";
|
|
4647
|
+
/** Diagnosis */
|
|
4395
4648
|
KnownHealthcareEntityCategory["Diagnosis"] = "DIAGNOSIS";
|
|
4649
|
+
/** SymptomORSign */
|
|
4396
4650
|
KnownHealthcareEntityCategory["SymptomORSign"] = "SYMPTOM_OR_SIGN";
|
|
4651
|
+
/** ConditionQualifier */
|
|
4397
4652
|
KnownHealthcareEntityCategory["ConditionQualifier"] = "CONDITION_QUALIFIER";
|
|
4653
|
+
/** MedicationClass */
|
|
4398
4654
|
KnownHealthcareEntityCategory["MedicationClass"] = "MEDICATION_CLASS";
|
|
4655
|
+
/** MedicationName */
|
|
4399
4656
|
KnownHealthcareEntityCategory["MedicationName"] = "MEDICATION_NAME";
|
|
4657
|
+
/** Dosage */
|
|
4400
4658
|
KnownHealthcareEntityCategory["Dosage"] = "DOSAGE";
|
|
4659
|
+
/** MedicationForm */
|
|
4401
4660
|
KnownHealthcareEntityCategory["MedicationForm"] = "MEDICATION_FORM";
|
|
4661
|
+
/** MedicationRoute */
|
|
4402
4662
|
KnownHealthcareEntityCategory["MedicationRoute"] = "MEDICATION_ROUTE";
|
|
4663
|
+
/** FamilyRelation */
|
|
4403
4664
|
KnownHealthcareEntityCategory["FamilyRelation"] = "FAMILY_RELATION";
|
|
4665
|
+
/** TreatmentName */
|
|
4404
4666
|
KnownHealthcareEntityCategory["TreatmentName"] = "TREATMENT_NAME";
|
|
4405
4667
|
})(KnownHealthcareEntityCategory || (KnownHealthcareEntityCategory = {}));
|
|
4406
4668
|
/** Known values of {@link RelationType} that the service accepts. */
|
|
4407
4669
|
var KnownRelationType;
|
|
4408
4670
|
(function (KnownRelationType) {
|
|
4671
|
+
/** Abbreviation */
|
|
4409
4672
|
KnownRelationType["Abbreviation"] = "Abbreviation";
|
|
4673
|
+
/** DirectionOfBodyStructure */
|
|
4410
4674
|
KnownRelationType["DirectionOfBodyStructure"] = "DirectionOfBodyStructure";
|
|
4675
|
+
/** DirectionOfCondition */
|
|
4411
4676
|
KnownRelationType["DirectionOfCondition"] = "DirectionOfCondition";
|
|
4677
|
+
/** DirectionOfExamination */
|
|
4412
4678
|
KnownRelationType["DirectionOfExamination"] = "DirectionOfExamination";
|
|
4679
|
+
/** DirectionOfTreatment */
|
|
4413
4680
|
KnownRelationType["DirectionOfTreatment"] = "DirectionOfTreatment";
|
|
4681
|
+
/** DosageOfMedication */
|
|
4414
4682
|
KnownRelationType["DosageOfMedication"] = "DosageOfMedication";
|
|
4683
|
+
/** FormOfMedication */
|
|
4415
4684
|
KnownRelationType["FormOfMedication"] = "FormOfMedication";
|
|
4685
|
+
/** FrequencyOfMedication */
|
|
4416
4686
|
KnownRelationType["FrequencyOfMedication"] = "FrequencyOfMedication";
|
|
4687
|
+
/** FrequencyOfTreatment */
|
|
4417
4688
|
KnownRelationType["FrequencyOfTreatment"] = "FrequencyOfTreatment";
|
|
4689
|
+
/** QualifierOfCondition */
|
|
4418
4690
|
KnownRelationType["QualifierOfCondition"] = "QualifierOfCondition";
|
|
4691
|
+
/** RelationOfExamination */
|
|
4419
4692
|
KnownRelationType["RelationOfExamination"] = "RelationOfExamination";
|
|
4693
|
+
/** RouteOfMedication */
|
|
4420
4694
|
KnownRelationType["RouteOfMedication"] = "RouteOfMedication";
|
|
4695
|
+
/** TimeOfCondition */
|
|
4421
4696
|
KnownRelationType["TimeOfCondition"] = "TimeOfCondition";
|
|
4697
|
+
/** TimeOfEvent */
|
|
4422
4698
|
KnownRelationType["TimeOfEvent"] = "TimeOfEvent";
|
|
4699
|
+
/** TimeOfExamination */
|
|
4423
4700
|
KnownRelationType["TimeOfExamination"] = "TimeOfExamination";
|
|
4701
|
+
/** TimeOfMedication */
|
|
4424
4702
|
KnownRelationType["TimeOfMedication"] = "TimeOfMedication";
|
|
4703
|
+
/** TimeOfTreatment */
|
|
4425
4704
|
KnownRelationType["TimeOfTreatment"] = "TimeOfTreatment";
|
|
4705
|
+
/** UnitOfCondition */
|
|
4426
4706
|
KnownRelationType["UnitOfCondition"] = "UnitOfCondition";
|
|
4707
|
+
/** UnitOfExamination */
|
|
4427
4708
|
KnownRelationType["UnitOfExamination"] = "UnitOfExamination";
|
|
4709
|
+
/** ValueOfCondition */
|
|
4428
4710
|
KnownRelationType["ValueOfCondition"] = "ValueOfCondition";
|
|
4711
|
+
/** ValueOfExamination */
|
|
4429
4712
|
KnownRelationType["ValueOfExamination"] = "ValueOfExamination";
|
|
4430
4713
|
})(KnownRelationType || (KnownRelationType = {}));
|
|
4431
4714
|
/** Known values of {@link ExtractiveSummarizationOrderingCriteria} that the service accepts. */
|