| FhirMatchResourceOperationParameters Property |
Get the parameters
Namespace:
SanteDB.Messaging.FHIR.Operations
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public IDictionary<string, FHIRAllTypes> Parameters { get; }
Public ReadOnly Property Parameters As IDictionary(Of String, FHIRAllTypes)
Get
public:
virtual property IDictionary<String^, FHIRAllTypes>^ Parameters {
IDictionary<String^, FHIRAllTypes>^ get () sealed;
}
abstract Parameters : IDictionary<string, FHIRAllTypes> with get
override Parameters : IDictionary<string, FHIRAllTypes> with get
Property Value
Type:
IDictionaryString,
FHIRAllTypesImplements
IFhirOperationHandlerParametersSee Also