StructureDefinitionHandler Methods |
The StructureDefinitionHandler type exposes the following members.
Name | Description | |
---|---|---|
Create |
Create the specified definition
| |
Delete |
Delete
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetResourceDefinition |
Get the resource definition
| |
GetStructureDefinition |
Get structure definition
| |
GetType | (Inherited from Object.) | |
History |
Not supported
| |
MemberwiseClone | (Inherited from Object.) | |
Query |
Query for the specified search structure definition
| |
Read |
Read the specified structure definition
| |
ToString | (Inherited from Object.) | |
Update |
Update
|
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |