Person Identification Code Sequence
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared PersonIdentificationCodeSequence As Long |
| Visual Basic (Usage) | Copy Code |
|---|
Dim value As Long
value = DicomTag.PersonIdentificationCodeSequence
DicomTag.PersonIdentificationCodeSequence = value
|
| C# | |
|---|
public static long PersonIdentificationCodeSequence |
| C++/CLI | |
|---|
public:
static long PersonIdentificationCodeSequence |
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also