예제 #1
0
 public SecurityEventObject() {
     this.detailField = new List<SecurityEventDetail>();
     this.queryField = new base64Binary();
     this.descriptionField = new @string();
     this.nameField = new @string();
     this.sensitivityField = new CodeableConcept();
     this.lifecycleField = new SecurityEventObjectLifecycle();
     this.roleField = new SecurityEventObjectRole();
     this.typeField = new SecurityEventObjectType();
     this.referenceField = new Reference();
     this.identifierField = new Identifier();
 }
예제 #2
0
 public Attachment() {
     this.titleField = new @string();
     this.hashField = new base64Binary();
     this.sizeField = new integer();
     this.urlField = new uri();
     this.dataField = new base64Binary();
     this.languageField = new code();
     this.contentTypeField = new code();
 }
예제 #3
0
 public SecurityEventDetail() {
     this.valueField = new base64Binary();
     this.typeField = new @string();
 }
예제 #4
0
 public DocumentReference() {
     this.contextField = new DocumentReferenceContext();
     this.serviceField = new DocumentReferenceService();
     this.locationField = new uri();
     this.hashField = new base64Binary();
     this.sizeField = new integer();
     this.formatField = new List<uri>();
     this.mimeTypeField = new code();
     this.primaryLanguageField = new code();
     this.confidentialityField = new List<CodeableConcept>();
     this.descriptionField = new @string();
     this.relatesToField = new List<DocumentReferenceRelatesTo>();
     this.docStatusField = new CodeableConcept();
     this.statusField = new DocumentReferenceStatus();
     this.indexedField = new instant();
     this.createdField = new dateTime();
     this.authenticatorField = new Reference();
     this.policyManagerField = new uri();
     this.custodianField = new Reference();
     this.authorField = new List<Reference>();
     this.classField = new CodeableConcept();
     this.typeField = new CodeableConcept();
     this.subjectField = new Reference();
     this.identifierField = new List<Identifier>();
     this.masterIdentifierField = new Identifier();
 }
예제 #5
0
 public Binary() {
     this.contentField = new base64Binary();
     this.contentTypeField = new code();
 }
예제 #6
0
 public Bundle() {
     this.signatureField = new base64Binary();
     this.entryField = new List<BundleEntry>();
     this.linkField = new List<BundleLink>();
     this.totalField = new integer();
     this.baseField = new uri();
     this.typeField = new BundleType();
 }
예제 #7
0
 public ConformanceCertificate() {
     this.blobField = new base64Binary();
     this.typeField = new code();
 }