DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSetCollection Class / MakeKOS Method
The location UID of each referenced Series where Instances can be retreived
Name of the Application Entity Title of where the referenced Instances can be retrieved



In This Topic
    MakeKOS Method
    In This Topic
    Make DICOM Key Object Note object from a collection of DicomDataSets. The first DicomDataSet object in the collection will be used as the primary data for KOS content. If multiple Studies are present in the collection, each Study will be added as a new Current Requested Procedure Evidence Sequence item. All Referenced Instance(s) will be added to the Content Sequence.
    Syntax
    'Declaration
     
    Public Function MakeKOS( _
       ByVal RetrieveLocationUID As String, _
       ByVal RetrieveAET As String _
    ) As DicomDataSet
    'Usage
     
    Dim instance As DicomDataSetCollection
    Dim RetrieveLocationUID As String
    Dim RetrieveAET As String
    Dim value As DicomDataSet
     
    value = instance.MakeKOS(RetrieveLocationUID, RetrieveAET)
    public DicomDataSet MakeKOS( 
       string RetrieveLocationUID,
       string RetrieveAET
    )
    public:
    DicomDataSet^ MakeKOS( 
       String^ RetrieveLocationUID,
       String^ RetrieveAET
    ) 

    Parameters

    RetrieveLocationUID
    The location UID of each referenced Series where Instances can be retreived
    RetrieveAET
    Name of the Application Entity Title of where the referenced Instances can be retrieved
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also