本文整理汇总了C#中HL7.FHIR.Model.List类的典型用法代码示例。如果您正苦于以下问题:C# List类的具体用法?C# List怎么用?C# List使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
List类属于HL7.FHIR.Model命名空间,在下文中一共展示了List类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: Alert
public Alert() {
this.noteField = new @string();
this.authorField = new Reference();
this.subjectField = new Reference();
this.statusField = new AlertStatus();
this.categoryField = new CodeableConcept();
this.identifierField = new List<Identifier>();
}
示例2: SpecimenTreatment
public SpecimenTreatment() {
this.additiveField = new List<Reference>();
this.procedureField = new CodeableConcept();
this.descriptionField = new @string();
}
示例3: NutritionOrderOralDiet
public NutritionOrderOralDiet() {
this.descriptionField = new @string();
this.fluidConsistencyTypeField = new List<CodeableConcept>();
this.textureField = new List<NutritionOrderTexture>();
this.nutrientsField = new List<NutritionOrderNutrients>();
this.codeField = new List<CodeableConcept>();
}
示例4: NutritionOrderEnteralFormula
public NutritionOrderEnteralFormula() {
this.baseFormulaNameField = new @string();
this.rateField = new List<Quantity>();
this.routeofAdministrationField = new List<CodeableConcept>();
this.caloricDensityField = new List<Quantity>();
this.additiveTypeField = new List<CodeableConcept>();
this.baseFormulaTypeField = new CodeableConcept();
}
示例5: OralHealthClaimCoverage
public OralHealthClaimCoverage() {
this.originalRulesetField = new Coding();
this.claimResponseField = new Reference();
this.preauthrefField = new List<@string>();
this.relationshipField = new Coding();
this.businessArrangementField = new @string();
this.coverageField = new Reference();
this.focalField = new boolean();
this.sequenceField = new integer();
}
示例6: OralHealthClaimDetail
public OralHealthClaimDetail() {
this.subDetailField = new List<OralHealthClaimSubDetail>();
this.udiField = new Coding();
this.netField = new Money();
this.pointsField = new @decimal();
this.factorField = new @decimal();
this.unitPriceField = new Money();
this.quantityField = new Quantity();
this.serviceField = new Coding();
this.typeField = new Coding();
this.sequenceField = new integer();
}
示例7: PatientContact
public PatientContact() {
this.periodField = new Period();
this.organizationField = new Reference();
this.genderField = new AdministrativeGender();
this.addressField = new Address();
this.telecomField = new List<ContactPoint>();
this.nameField = new HumanName();
this.relationshipField = new List<CodeableConcept>();
}
示例8: ElementDefinitionType
public ElementDefinitionType() {
this.aggregationField = new List<AggregationMode>();
this.profileField = new uri();
this.codeField = new code();
}
示例9: QuestionnaireAnswersQuestion
public QuestionnaireAnswersQuestion() {
this.groupField = new List<QuestionnaireAnswersGroup>();
this.answerField = new List<QuestionnaireAnswersAnswer>();
this.textField = new @string();
this.linkIdField = new @string();
}
示例10: SecurityEventEvent
public SecurityEventEvent() {
this.outcomeDescField = new @string();
this.outcomeField = new SecurityEventOutcome();
this.dateTimeField = new instant();
this.actionField = new SecurityEventAction();
this.subtypeField = new List<CodeableConcept>();
this.typeField = new CodeableConcept();
}
示例11: SecurityEventParticipant
public SecurityEventParticipant() {
this.networkField = new SecurityEventNetwork();
this.mediaField = new Coding();
this.requestorField = new boolean();
this.nameField = new @string();
this.altIdField = new @string();
this.userIdField = new @string();
this.referenceField = new Reference();
this.roleField = new List<CodeableConcept>();
}
示例12: SecurityEventSource
public SecurityEventSource() {
this.typeField = new List<Coding>();
this.identifierField = new @string();
this.siteField = new @string();
}
示例13: SecurityEventObject
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();
}
示例14: SpecimenSource
public SpecimenSource() {
this.targetField = new List<Reference>();
this.relationshipField = new HierarchicalRelationshipType();
}
示例15: SpecimenCollection
public SpecimenCollection() {
this.sourceSiteField = new CodeableConcept();
this.methodField = new CodeableConcept();
this.quantityField = new Quantity();
this.itemField = new Element();
this.commentField = new List<@string>();
this.collectorField = new Reference();
}