IncludePatientRelatedInstances Property (original) (raw)
Summary
Gets or sets a value whether to include the DICOM Number of Patient Related Instances element in the response.
Syntax
public bool IncludePatientRelatedInstances { get; set; }
public:
property bool IncludePatientRelatedInstances {
bool get();
void set ( bool );
}
Property Value
true to include the DICOM Number of Patient Related Instances element in the response; otherwise, false. Default is false.
Leadtools.Dicom.Scp Assembly