DVTk API
IsInstanceInInformationModel Method (sopClassUid, sopInstanceUid)
DVTkDvtk.Dicom.InformationEntity.QueryRetrievePatientRootInformationModelIsInstanceInInformationModel(String, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Check if the given instance is present in the Information Model. The instance will be at the leaf nodes of the Information Model.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsInstanceInInformationModel(
	string sopClassUid,
	string sopInstanceUid
)
Public Function IsInstanceInInformationModel ( _
	sopClassUid As String, _
	sopInstanceUid As String _
) As Boolean
public:
virtual bool IsInstanceInInformationModel(
	String^ sopClassUid, 
	String^ sopInstanceUid
) sealed
Parameters
sopClassUid (String)
SOP Class UID to search for.
sopInstanceUid (String)
SOP Instance UID to search for.
Return Value
Boolean - true if instance found in the Information Model, otherwise false.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0