 | QueuedDiagnosticReportServiceGet Method |
Get the object with identifier key.
Namespace: SanteDB.Client.Disconnected.ServicesAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic DiagnosticReport Get(
Guid key,
Guid? versionKey,
IPrincipal principal
)
Public Function Get (
key As Guid,
versionKey As Guid?,
principal As IPrincipal
) As DiagnosticReport
public:
virtual DiagnosticReport^ Get(
Guid key,
Nullable<Guid> versionKey,
IPrincipal^ principal
) sealed
abstract Get :
key : Guid *
versionKey : Nullable<Guid> *
principal : IPrincipal -> DiagnosticReport
override Get :
key : Guid *
versionKey : Nullable<Guid> *
principal : IPrincipal -> DiagnosticReport Parameters
- key Guid
- The identifier of the object to fetch
- versionKey NullableGuid
- The version of the oject to fetch
- principal IPrincipal
- The security principal which is executing the retrieve
Return Value
DiagnosticReport[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Services.QueuedDiagnosticReportService.Get(System.Guid,System.Nullable{System.Guid},System.Security.Principal.IPrincipal)"]
Implements
IDataPersistenceServiceTDataGet(Guid, NullableGuid, IPrincipal)
Remarks
This method will retrieve the record of type TData from the database regardless of its state. If the
record is logically deleted, or indicated as inactive (i.e. would not appear in a result set), this method will still
retrieve the data from the database.
See Also