 | CdssDiagnosticFrameSamples Property |
Gets or sets the samples collected within the frame
Namespace: SanteDB.Cdss.Xml.Model.DiagnosticsAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic List<CdssDiagnosticSample> Samples { get; set; }Public Property Samples As List(Of CdssDiagnosticSample)
Get
Set
public:
property List<CdssDiagnosticSample^>^ Samples {
List<CdssDiagnosticSample^>^ get ();
void set (List<CdssDiagnosticSample^>^ value);
}member Samples : List<CdssDiagnosticSample> with get, set
Property Value
ListCdssDiagnosticSample
See Also