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