C#
Objective-C
C++
public DicomContextGroup Find(
string contextID
)
- (nullable LTDicomContextGroup *)find:(NSString *)contextID NS_SWIFT_NAME(find(id:));
public:
DicomContextGroup^ Find(
String^ 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