Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MWLDataset.ContrastAllergiesRow Class : PatientRowParent Property |
public MWLDataset.PatientRow PatientRowParent {get; set;}
'Declaration Public Property PatientRowParent As MWLDataset.PatientRow
'Usage Dim instance As MWLDataset.ContrastAllergiesRow Dim value As MWLDataset.PatientRow instance.PatientRowParent = value value = instance.PatientRowParent
public: property MWLDataset.PatientRow^ PatientRowParent { MWLDataset.PatientRow^ get(); void set ( MWLDataset.PatientRow^ value); }