public static class ServiceModel.PostLabReport 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 |
|---|
PostLabReport() |
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.PostLabReport setId(String value)
public String getCustomId()
public ServiceModel.PostLabReport setCustomId(String value)
public java.time.OffsetDateTime getDateReceived()
public ServiceModel.PostLabReport setDateReceived(java.time.OffsetDateTime value)
public String getCaseNarrative()
public ServiceModel.PostLabReport setCaseNarrative(String value)
public String getQcSummary()
public ServiceModel.PostLabReport setQcSummary(String value)
public ServiceModel.Laboratory getLaboratory()
public ServiceModel.PostLabReport setLaboratory(ServiceModel.Laboratory value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PostLabReport setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PostLabReport setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostLabReport setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.LabReport>Copyright © 2022. All rights reserved.