Exemplo n.º 1
0
 public RecommendationContext() {
     this.contextIDField = new CodedValueType();
     this.encounterInContextIDField = new CodedValueType();
     this.userNameField = new Name();
     this.userIDField = new CodedValueType();
     this.installationIDField = new CodedValueType();
     this.organizationField = new Organization();
     this.providerField = new Provider();
     this.patientField = new Patient();
 }
Exemplo n.º 2
0
 public Person() {
     this.emailField = new List<Email>();
     this.employerField = new Organization();
     this.phonesField = new List<PhoneNumber>();
     this.addressField = new Address();
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }
Exemplo n.º 3
0
 public Provider() {
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }
Exemplo n.º 4
0
 public Patient() {
     this.nameField = new Name();
     this.iDsField = new List<CodedValueType>();
 }