| ProcedureMethod Property |
Gets or sets te method/technique used to perform the procedure
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept Method { get; set; }
Public Property Method As Concept
Get
Set
public:
property Concept^ Method {
Concept^ get ();
void set (Concept^ value);
}
member Method : Concept with get, set
Property Value
Type:
ConceptSee Also