예제 #1
0
파일: Schema.cs 프로젝트: umcu/leaf
 MedicationRequestValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <MedicationRequestDatasetRecord>();
 }
예제 #2
0
파일: Schema.cs 프로젝트: umcu/leaf
 MedicationAdministrationValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <MedicationAdministrationDatasetRecord>();
 }
예제 #3
0
파일: Schema.cs 프로젝트: umcu/leaf
 ImmunizationValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <ImmunizationDatasetRecord>();
 }
예제 #4
0
파일: Schema.cs 프로젝트: umcu/leaf
 AllergyValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <AllergyDatasetRecord>();
 }
예제 #5
0
파일: Schema.cs 프로젝트: umcu/leaf
 ProcedureValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <ProcedureDatasetRecord>();
 }
예제 #6
0
파일: Schema.cs 프로젝트: umcu/leaf
 DemographicValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <PatientDemographicRecord>();
 }
예제 #7
0
파일: Schema.cs 프로젝트: umcu/leaf
 EncounterValidationSchema()
 {
     Shape  = Shape.Encounter;
     Fields = ShapedDatasetSchemaExtractor.Extract <EncounterDatasetRecord>();
 }
예제 #8
0
파일: Schema.cs 프로젝트: umcu/leaf
 ObservationValidationSchema()
 {
     Shape  = Shape.Observation;
     Fields = ShapedDatasetSchemaExtractor.Extract <ObservationDatasetRecord>();
 }
예제 #9
0
파일: Schema.cs 프로젝트: umcu/leaf
 ConceptValidationSchema()
 {
     Shape  = Shape.Concept;
     Fields = ShapedDatasetSchemaExtractor.Extract <ConceptDatasetRecord>();
 }