Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.StudyRow Class : PatientRow Property |
public CompositeInstanceDataSet.PatientRow PatientRow {get; set;}
'Declaration Public Property PatientRow As CompositeInstanceDataSet.PatientRow
'Usage Dim instance As CompositeInstanceDataSet.StudyRow Dim value As CompositeInstanceDataSet.PatientRow instance.PatientRow = value value = instance.PatientRow
public: property CompositeInstanceDataSet.PatientRow^ PatientRow { CompositeInstanceDataSet.PatientRow^ get(); void set ( CompositeInstanceDataSet.PatientRow^ value); }