VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomSeriesManager Class / ContainsPatientIdentifier(String) Method
Syntax Requirements SeeAlso
In This Topic
    ContainsPatientIdentifier(String) Method (DicomSeriesManager)
    In This Topic
    Returns a value indicating whether this DICOM series manager contains information about patient with specified identifier.
    Syntax
    'Declaration
    
    Public Function ContainsPatientIdentifier( _
    ByVal patientIdentifier
    The patient identifier.
    As System.String _
    ) As Boolean
    public bool ContainsPatientIdentifier(
    System.String patientIdentifier
    )
    public: bool ContainsPatientIdentifier(
    System.String patientIdentifier
    )
    public:
    bool ContainsPatientIdentifier(
    System.String patientIdentifier
    )

    Parameters

    patientIdentifier
    The patient identifier.

    Return Value

    True if patientIdentifier is found in the DicomSeriesManager; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also