Метод | Описание | |
---|---|---|
DeleteResult ( string lisResultSourcedId ) : bool |
Delete the result (grade, score, outcome) from the consumer.
|
|
ReadResult ( string lisResultSourcedId ) : |
Read the result (grade, score, outcome) from the consumer.
|
|
ReplaceResult ( |
Save or update the result (grade, score, outcome) in the consumer.
|
Метод | Описание | |
---|---|---|
CreateCustomResponse ( string messageRefId, string description, imsx_CodeMajorType codeMajor ) : imsx_POXEnvelopeType |
Create a simple, but complete response envelope.
|
|
CreateSuccessResponse ( string messageRefId, string description ) : imsx_POXEnvelopeType |
Create a simple, but complete response envelope. The status is set to success.
|
|
GetResult ( ResultRecordType resultRecord ) : |
Convert the ResultRecordType into the Result type.
|
|
HandleDeleteResultRequest ( imsx_RequestHeaderInfoType requestHeader, imsx_POXBodyType requestBody ) : imsx_POXEnvelopeType | ||
HandleReadResultRequest ( imsx_RequestHeaderInfoType requestHeader, imsx_POXBodyType requestBody ) : imsx_POXEnvelopeType | ||
HandleReplaceResultRequest ( imsx_RequestHeaderInfoType requestHeader, imsx_POXBodyType requestBody ) : imsx_POXEnvelopeType | ||
Post ( imsx_POXEnvelopeType request ) : |
protected abstract DeleteResult ( string lisResultSourcedId ) : bool | ||
lisResultSourcedId | string | The sourcedId of the LisResult to delete. |
Результат | bool |
protected abstract ReadResult ( string lisResultSourcedId ) : |
||
lisResultSourcedId | string | The sourcedId of the LisResult to read. |
Результат |
protected abstract ReplaceResult ( |
||
result | The result to save or update. | |
Результат | bool |