...
Code Block | ||
---|---|---|
| ||
{
"RecordID":"473",
"SACaseNumber":"Y6009938",
"Comments":"",
"Documents":[
{
"ICDCodes":[
{
"PageNumber":"3",
"Confidence":"97.94",
"ICDCode":"V7643",
"ICDCodeFormatted":"V76.43",
"Format":"ICD9",
"Description":"Screening for malignant neoplasms of skin",
"Type":"diagnosis"
},
{
"PageNumber":"3",
"Confidence":"99.58",
"ICDCode":"70219",
"ICDCodeFormatted":"702.19",
"Format":"ICD9",
"Description":"Other seborrheic keratosis",
"Type":"diagnosis"
}
],
"DocumentType":"Medical Document",
"DocumentName":"Dermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf",
"SADocumentSubcategoryTypeID":20,
"Document":"JVBERi0xLjYNJeLjz9MNCjk..."
"Comments":""
}
]
} |
Fields description:
RecordID – Record retrieval order id
SACaseNumber – SmartAdvocate case number
Comments – Comments added to an order
Documents (list of documents):
...
DocumentType – Document type
SADocumentSubcategoryTypeID – Smart advocate Document subcategory ID
DocumentName – Document name
Document - The base64 encoded binary data for the file.
Comments – Comments added to a Document.
Large binary documents can be sent to URL: https://sa.yourlawyer.com:4430/sasvcdev/SAWebService.svc/Retrieval/UploadDocument?filename={filename}&RecordID={RecordID}&SACaseNumber={SACaseNumber}&SADocumentSubcategoryTypeID={SADocumentSubcategoryTypeID}&TypeName={TypeName}
...