Exemplo n.º 1
0
 public DiagnosticOrderEvent() {
     this.actorField = new Reference();
     this.dateTimeField = new dateTime();
     this.descriptionField = new CodeableConcept();
     this.statusField = new DiagnosticOrderStatus();
 }
Exemplo n.º 2
0
 public DiagnosticOrder() {
     this.itemField = new List<DiagnosticOrderItem>();
     this.eventField = new List<DiagnosticOrderEvent>();
     this.priorityField = new DiagnosticOrderPriority();
     this.statusField = new DiagnosticOrderStatus();
     this.specimenField = new List<Reference>();
     this.supportingInformationField = new List<Reference>();
     this.clinicalNotesField = new @string();
     this.encounterField = new Reference();
     this.identifierField = new List<Identifier>();
     this.ordererField = new Reference();
     this.subjectField = new Reference();
 }
Exemplo n.º 3
0
 public DiagnosticOrderItem() {
     this.eventField = new List<DiagnosticOrderEvent>();
     this.statusField = new DiagnosticOrderStatus();
     this.bodySiteField = new CodeableConcept();
     this.specimenField = new List<Reference>();
     this.codeField = new CodeableConcept();
 }