Show / Hide Table of Contents

Class StructureSet

Inheritance
System.Object
SerializableObject
ApiDataObject
StructureSet
Inherited Members
ApiDataObject.Name
ApiDataObject.Comment
ApiDataObject.HistoryUserName
ApiDataObject.HistoryDateTime
ApiDataObject.HistoryUserDisplayName
SerializableObject.IsLive
SerializableObject.GetSchema()
SerializableObject.ReadXml(Xml.XmlReader)
SerializableObject.WriteXml(Xml.XmlWriter)
SerializableObject.ClearSerializationHistory()
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class StructureSet : ApiDataObject, Xml.Serialization.IXmlSerializable

Constructors

StructureSet()

Declaration
public StructureSet()

StructureSet()

Declaration
public StructureSet()

StructureSet()

Declaration
public StructureSet()

StructureSet()

Declaration
public StructureSet()

StructureSet()

Declaration
public StructureSet()

StructureSet()

Declaration
public StructureSet()

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

StructureSet(Object)

Declaration
public StructureSet(dynamic client)
Parameters
Type Name Description
System.Object client

Properties

ApplicationScriptLogs

Declaration
public IEnumerable<ApplicationScriptLog> ApplicationScriptLogs { get; set; }
Property Value
Type Description
IEnumerable<ApplicationScriptLog>

ApplicationScriptLogs

Declaration
public IEnumerable<ApplicationScriptLog> ApplicationScriptLogs { get; set; }
Property Value
Type Description
IEnumerable<ApplicationScriptLog>

ApplicationScriptLogs

Declaration
public IEnumerable<ApplicationScriptLog> ApplicationScriptLogs { get; set; }
Property Value
Type Description
IEnumerable<ApplicationScriptLog>

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Image

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

Patient

Declaration
public Patient Patient { get; set; }
Property Value
Type Description
Patient

Patient

Declaration
public Patient Patient { get; set; }
Property Value
Type Description
Patient

Patient

Declaration
public Patient Patient { get; set; }
Property Value
Type Description
Patient

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

Structures

Declaration
public IEnumerable<Structure> Structures { get; set; }
Property Value
Type Description
IEnumerable<Structure>

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

UID

Declaration
public string UID { get; set; }
Property Value
Type Description
System.String

Methods

AddStructure(String, String)

Declaration
public Structure AddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
Structure

AddStructure(String, String)

Declaration
public Structure AddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
Structure

AddStructure(String, String)

Declaration
public Structure AddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
Structure

AddStructure(String, String)

Declaration
public Structure AddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
Structure

AddStructure(String, String)

Declaration
public Structure AddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
Structure

CanAddStructure(String, String)

Declaration
public bool CanAddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
System.Boolean

CanAddStructure(String, String)

Declaration
public bool CanAddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
System.Boolean

CanAddStructure(String, String)

Declaration
public bool CanAddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
System.Boolean

CanAddStructure(String, String)

Declaration
public bool CanAddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
System.Boolean

CanAddStructure(String, String)

Declaration
public bool CanAddStructure(string dicomType, string id)
Parameters
Type Name Description
System.String dicomType
System.String id
Returns
Type Description
System.Boolean

CanRemoveStructure(Structure)

Declaration
public bool CanRemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Returns
Type Description
System.Boolean

CanRemoveStructure(Structure)

Declaration
public bool CanRemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Returns
Type Description
System.Boolean

CanRemoveStructure(Structure)

Declaration
public bool CanRemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Returns
Type Description
System.Boolean

CanRemoveStructure(Structure)

Declaration
public bool CanRemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Returns
Type Description
System.Boolean

CanRemoveStructure(Structure)

Declaration
public bool CanRemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Returns
Type Description
System.Boolean

Copy()

Declaration
public StructureSet Copy()
Returns
Type Description
StructureSet

CreateAndSearchBody(SearchBodyParameters)

Declaration
public Structure CreateAndSearchBody(SearchBodyParameters parameters)
Parameters
Type Name Description
SearchBodyParameters parameters
Returns
Type Description
Structure

Delete()

Declaration
public void Delete()

GetDefaultSearchBodyParameters()

Declaration
public SearchBodyParameters GetDefaultSearchBodyParameters()
Returns
Type Description
SearchBodyParameters

RemoveStructure(Structure)

Declaration
public void RemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure

RemoveStructure(Structure)

Declaration
public void RemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure

RemoveStructure(Structure)

Declaration
public void RemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure

RemoveStructure(Structure)

Declaration
public void RemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure

RemoveStructure(Structure)

Declaration
public void RemoveStructure(Structure structure)
Parameters
Type Name Description
Structure structure
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX