Method | Description | |
---|---|---|
GetValueSetCodes ( Guid valueSetGuid ) : IReadOnlyCollection |
||
GetValueSetCodes ( IEnumerable valueSetGuids ) : IReadOnlyCollection |
||
GetValueSetCodesAsync ( Guid valueSetGuid, IPagerSettings settings ) : Task |
||
GetValueSetCodesAsync ( Guid valueSetGuid, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
GetValueSetCodesAsync ( IPagerSettings settings ) : Task |
||
GetValueSetCodesAsync ( IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
GetValueSetCodesAsync ( string filterText, Guid valueSetGuid, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
GetValueSetCodesAsync ( string filterText, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
GetValueSetCodesByCodeGuid ( Guid codeGuid ) : IReadOnlyCollection |
||
SqlValueSetCodeService ( IValueSetCodeRepository valueSetCodeRepository ) : System |
public GetValueSetCodes ( Guid valueSetGuid ) : IReadOnlyCollection |
||
valueSetGuid | Guid | |
return | IReadOnlyCollection |
public GetValueSetCodes ( IEnumerable valueSetGuids ) : IReadOnlyCollection |
||
valueSetGuids | IEnumerable | |
return | IReadOnlyCollection |
public GetValueSetCodesAsync ( Guid valueSetGuid, IPagerSettings settings ) : Task |
||
valueSetGuid | Guid | |
settings | IPagerSettings | |
return | Task |
public GetValueSetCodesAsync ( Guid valueSetGuid, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
valueSetGuid | Guid | |
settings | IPagerSettings | |
codeSystemGuids | IEnumerable | |
return | Task |
public GetValueSetCodesAsync ( IPagerSettings settings ) : Task |
||
settings | IPagerSettings | |
return | Task |
public GetValueSetCodesAsync ( IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
settings | IPagerSettings | |
codeSystemGuids | IEnumerable | |
return | Task |
public GetValueSetCodesAsync ( string filterText, Guid valueSetGuid, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
filterText | string | |
valueSetGuid | Guid | |
settings | IPagerSettings | |
codeSystemGuids | IEnumerable | |
return | Task |
public GetValueSetCodesAsync ( string filterText, IPagerSettings settings, IEnumerable codeSystemGuids ) : Task |
||
filterText | string | |
settings | IPagerSettings | |
codeSystemGuids | IEnumerable | |
return | Task |
public GetValueSetCodesByCodeGuid ( Guid codeGuid ) : IReadOnlyCollection |
||
codeGuid | Guid | |
return | IReadOnlyCollection |
public SqlValueSetCodeService ( IValueSetCodeRepository valueSetCodeRepository ) : System | ||
valueSetCodeRepository | IValueSetCodeRepository | |
return | System |