| FhirQueryQueryId Property |
Identifies the query identifier
Namespace:
SanteDB.Messaging.FHIR
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public Guid QueryId { get; set; }
Public Property QueryId As Guid
Get
Set
public:
property Guid QueryId {
Guid get ();
void set (Guid value);
}
member QueryId : Guid with get, set
Property Value
Type:
GuidSee Also