C#
Objective-C
C++/CLI
public bool Exists(
DicomContextGroup contextGroup
)
- (BOOL)exists:(LTDicomContextGroup *)group;
public:
bool Exists(
DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object to be tested
true, the specified Context Group is valid in the Context Group Table. false, the specified Context Group is not valid in the Context Group Table.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method