C#
Objective-C
C++
public DicomContextGroup Find(
DicomContextIdentifierType contextID
)
- (nullable LTDicomContextGroup *)findByType:(LTDicomContextIdentifierType)contextID NS_SWIFT_NAME(find(type:));
public:
DicomContextGroup^ Find(
DicomContextIdentifierType contextID
)
contextID
Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.
a DicomContextGroup object to the Context Group in the Context Group Table that has the specified Context ID.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method