Class ActiveStructureCodeDictionaries
Provides access to the structure code dictionaries with the active structure codes.
Inheritance
System.Object
ActiveStructureCodeDictionaries
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: VMS.TPS.Common.Model.API
Assembly: VMS.TPS.Common.Model.API.dll
Syntax
public class ActiveStructureCodeDictionaries
Constructors
ActiveStructureCodeDictionaries(Func<String, IReadOnlyDictionary<String, IStructureCode>>)
Constructs a new ActiveStructureCodeDictionaries instance.
Declaration
public ActiveStructureCodeDictionaries(Func<string, IReadOnlyDictionary<string, IStructureCode>> providerFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.String, System.Collections.Generic.IReadOnlyDictionary<System.String, VMS.TPS.Common.Model.IStructureCode>> | providerFunc |
Properties
Fma
The Foundational Model of Anatomy Ontology structure scheme.
Declaration
public StructureCodeDictionary Fma { get; }
Property Value
Type | Description |
---|---|
StructureCodeDictionary |
RadLex
The RSNA RadLex radiology lexicon structure scheme.
Declaration
public StructureCodeDictionary RadLex { get; }
Property Value
Type | Description |
---|---|
StructureCodeDictionary |
Srt
The SNOMED RT structure scheme.
Declaration
public StructureCodeDictionary Srt { get; }
Property Value
Type | Description |
---|---|
StructureCodeDictionary |
VmsStructCode
The Varian 99VMS_STRUCTCODE structure scheme.
Declaration
public StructureCodeDictionary VmsStructCode { get; }
Property Value
Type | Description |
---|---|
StructureCodeDictionary |