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