| PatientVipStatus Property |
Gets or sets the VIP status code
Namespace:
SanteDB.Core.Model.Roles
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept VipStatus { get; set; }
Public Property VipStatus As Concept
Get
Set
public:
property Concept^ VipStatus {
Concept^ get ();
void set (Concept^ value);
}
member VipStatus : Concept with get, set
Property Value
Type:
ConceptSee Also