public static class ServiceModel.PutLabReport extends Object implements net.servicestack.client.IReturn<ServiceModel.LabReport>
| Modifier and Type | Field and Description |
|---|---|
List<ServiceModel.DomainObjectAttachment> |
Attachments |
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CaseNarrative |
String |
CustomId |
java.time.OffsetDateTime |
DateReceived |
String |
Id |
List<ServiceModel.ImportHistoryEventSimple> |
ImportHistoryEventSimples |
ServiceModel.Laboratory |
Laboratory |
String |
QcSummary |
| Constructor and Description |
|---|
PutLabReport() |
public String Id
public String CustomId
public java.time.OffsetDateTime DateReceived
public String CaseNarrative
public String QcSummary
public ServiceModel.Laboratory Laboratory
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
public List<ServiceModel.DomainObjectAttachment> Attachments
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutLabReport setId(String value)
public String getCustomId()
public ServiceModel.PutLabReport setCustomId(String value)
public java.time.OffsetDateTime getDateReceived()
public ServiceModel.PutLabReport setDateReceived(java.time.OffsetDateTime value)
public String getCaseNarrative()
public ServiceModel.PutLabReport setCaseNarrative(String value)
public String getQcSummary()
public ServiceModel.PutLabReport setQcSummary(String value)
public ServiceModel.Laboratory getLaboratory()
public ServiceModel.PutLabReport setLaboratory(ServiceModel.Laboratory value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PutLabReport setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PutLabReport setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutLabReport setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.LabReport>Copyright © 2022. All rights reserved.