コード例 #1
0
 public ReferralMsgBase() {
     this.patientField = new Patient();
 }
コード例 #2
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();
 }
コード例 #3
0
 public PatientMsgBase() {
     this.providerField = new Provider();
     this.patientField = new Patient();
     this.receiptRequiredField = false;
 }